postgresql/src/bin
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never
been applied. The patches are in the .tar.gz attachment at the end:

varchar-array.patch     this patch adds support for arrays of bpchar() and
                        varchar(), which where always missing from postgres.

                        These datatypes can be used to replace the _char4,
                        _char8, etc., which were dropped some time ago.

block-size.patch        this patch fixes many errors in the parser and other
                        program which happen with very large query statements
                        (> 8K) when using a page size larger than 8192.

                        This patch is needed if you want to submit queries
                        larger than 8K. Postgres supports tuples up to 32K
                        but you can't insert them because you can't submit
                        queries larger than 8K. My patch fixes this problem.

                        The patch also replaces all the occurrences of `8192'
                        and `1<<13' in the sources with the proper constants
                        defined in include files. You should now never find
                        8192 hardwired in C code, just to make code clearer.


--
Massimo Dal Zotto
1999-05-03 19:10:48 +00:00
..
cleardbdir DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
createdb Oops. I'll fix this. 1998-09-03 02:12:14 +00:00
createuser From: D'Arcy J.M. Cain <darcy@druid.net> 1999-01-31 05:04:25 +00:00
destroydb DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
destroyuser This patch improves the destroyuser script's behaviour in checking whether 1999-03-14 16:00:55 +00:00
initdb Add new postgres -O option to allow system table structure changes. 1999-03-17 22:53:31 +00:00
initlocation Properly interpret environment variables passed as the input location. 1998-10-05 02:51:21 +00:00
ipcclean Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
pg_dump pg_dump was trying to use an incorrect (or, perhaps, only obsolete?) 1999-04-14 23:47:19 +00:00
pg_encoding Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_id Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_passwd Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
pg_version Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pgaccess From: Constantin Teodorescu <teo@flex.ro> 1999-03-09 14:17:51 +00:00
pgtclsh Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
psql here are some patches for 6.5.0 which I already submitted but have never 1999-05-03 19:10:48 +00:00
vacuumdb Add "vacuumdb" utility to make it easier to clean databases. 1998-11-14 01:58:15 +00:00
Makefile Here are descriptions: 1998-12-18 17:53:22 +00:00