aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* psql's recognition of comments didn't work right in MULTIBYTETom Lane1999-04-25
* Update CREATE FUNCTION's on-line help in psql.Tom Lane1999-04-18
* psql did the wrong thing with COPY FROM STDIN inside a fileTom Lane1999-04-15
* Correct psql's online help for CREATE OPERATOR, which didTom Lane1999-04-14
* pg_dump was trying to use an incorrect (or, perhaps, only obsolete?)Tom Lane1999-04-14
* Bug fixes and enhances to psql submitted by Masaaki SakaidaTatsuo Ishii1999-03-30
* Add KOI8/WIN/ALT to set client_encoding command helpTatsuo Ishii1999-03-24
* Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTETatsuo Ishii1999-03-24
* Add EXCEPT/INTERSECT doc changes.Bruce Momjian1999-03-19
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* > > > This patches src/bin/psql/psql.c.Bruce Momjian1999-03-15
* This patch improves the destroyuser script's behaviour in checking whetherBruce Momjian1999-03-14
* From: Constantin Teodorescu <teo@flex.ro>Marc G. Fournier1999-03-09
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* pg_dump -d or -D didn't quote special characters in INSERT dataTom Lane1999-02-08
* Allow psql to do \p\g. Ingres does it, why not us?Bruce Momjian1999-02-07
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-02
* psql help fix.Bruce Momjian1999-02-02
* Fix for psql help create table.Bruce Momjian1999-02-02
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* From: D'Arcy J.M. Cain <darcy@druid.net>Marc G. Fournier1999-01-31
* Changed qualification of pg_views and pg_tables to directlyJan Wieck1999-01-28
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-27
* Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian1999-01-21
* Fix for typo in gram.yBruce Momjian1999-01-18
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Add pgaccess Makefile.Bruce Momjian1998-12-18
* Here are descriptions:Bruce Momjian1998-12-18
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-14
* Adjust handling of data type names to suppress double quotesThomas G. Lockhart1998-12-13
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-12
* Update to pgaccess 0.93.Bruce Momjian1998-12-12
* Fix coredumping bug in pg_dump -z; also eliminate memory leaksTom Lane1998-12-05
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-30
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-17
* Fix a couple of bugs involving calling fmtID() twice inTom Lane1998-11-15
* Add "vacuumdb" utility to make it easier to clean databases.Thomas G. Lockhart1998-11-14
* Add "vacuumdb" utility.Thomas G. Lockhart1998-11-14
* Add "-N" flag to force double quotes around identifiers.Thomas G. Lockhart1998-11-06
* Upgrade to 0.91 ...Marc G. Fournier1998-11-06
* Fix missing dependency for Makefile inclusions.Tom Lane1998-10-27
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
* cleanupBruce Momjian1998-10-25
* Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian1998-10-25
* Fix pg_upgrade to notice if psql fails to execute the givenTom Lane1998-10-24
* The TCL/TK configuration cleanup patches I submitted have the followingBruce Momjian1998-10-18
* Add missing tcl *.in files.Bruce Momjian1998-10-16