summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* I've got 2 pretty small patches.Bruce Momjian1999-05-151-43/+39
* Here's a small patch to cause pg_dump to emit theBruce Momjian1999-05-131-1/+17
* Do not refer to stdin in static variable initializer ...Tom Lane1999-05-121-2/+8
* Added installation of created procedural languages to initdbJan Wieck1999-05-122-3/+25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-6/+6
* Allow -t tablename to preserve case if specified as "tablename".Thomas G. Lockhart1999-05-041-5/+16
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+2
* psql's recognition of comments didn't work right in MULTIBYTETom Lane1999-04-251-58/+32
* Update CREATE FUNCTION's on-line help in psql.Tom Lane1999-04-181-2/+2
* psql did the wrong thing with COPY FROM STDIN inside a fileTom Lane1999-04-151-65/+73
* Correct psql's online help for CREATE OPERATOR, which didTom Lane1999-04-141-3/+3
* pg_dump was trying to use an incorrect (or, perhaps, only obsolete?)Tom Lane1999-04-141-21/+22
* Bug fixes and enhances to psql submitted by Masaaki SakaidaTatsuo Ishii1999-03-301-10/+58
* Add KOI8/WIN/ALT to set client_encoding command helpTatsuo Ishii1999-03-241-2/+2
* Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTETatsuo Ishii1999-03-241-2/+2
* Add EXCEPT/INTERSECT doc changes.Bruce Momjian1999-03-191-9/+9
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-38/+7
* > > > This patches src/bin/psql/psql.c.Bruce Momjian1999-03-151-2/+26
* This patch improves the destroyuser script's behaviour in checking whetherBruce Momjian1999-03-141-3/+4
* From: Constantin Teodorescu <teo@flex.ro>Marc G. Fournier1999-03-094-124/+411
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1311-26/+26
* pg_dump -d or -D didn't quote special characters in INSERT dataTom Lane1999-02-081-50/+43
* Allow psql to do \p\g. Ingres does it, why not us?Bruce Momjian1999-02-071-17/+40
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-021-2/+2
* psql help fix.Bruce Momjian1999-02-021-2/+2
* Fix for psql help create table.Bruce Momjian1999-02-021-3/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+3
* From: D'Arcy J.M. Cain <darcy@druid.net>Marc G. Fournier1999-01-311-5/+13
* Changed qualification of pg_views and pg_tables to directlyJan Wieck1999-01-281-13/+15
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-271-2/+3
* Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian1999-01-211-2/+81
* Fix for typo in gram.yBruce Momjian1999-01-181-87/+97
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-179-18/+67
* Add pgaccess Makefile.Bruce Momjian1998-12-181-0/+21
* Here are descriptions:Bruce Momjian1998-12-181-1/+4
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-141-1/+22
* Adjust handling of data type names to suppress double quotesThomas G. Lockhart1998-12-133-52/+64
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-121-1/+1
* Update to pgaccess 0.93.Bruce Momjian1998-12-125-1136/+1270
* Fix coredumping bug in pg_dump -z; also eliminate memory leaksTom Lane1998-12-052-180/+151
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-301-2/+2
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-171-3/+8
* Fix a couple of bugs involving calling fmtID() twice inTom Lane1998-11-151-15/+14
* Add "vacuumdb" utility to make it easier to clean databases.Thomas G. Lockhart1998-11-142-0/+122
* Add "vacuumdb" utility.Thomas G. Lockhart1998-11-141-2/+2
* Add "-N" flag to force double quotes around identifiers.Thomas G. Lockhart1998-11-061-2/+11
* Upgrade to 0.91 ...Marc G. Fournier1998-11-065-2515/+2645
* Fix missing dependency for Makefile inclusions.Tom Lane1998-10-271-11/+10