aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17
* Check for bad result from pg_id. A bad result can come from shared libraryThomas G. Lockhart1998-08-14
* Add new \w write command to psql.Bruce Momjian1998-08-10
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* Fix for \d index display.Bruce Momjian1998-08-05
* Add Indices display to \d command.Bruce Momjian1998-08-04
* Fix duplicate inside initdb.shBruce Momjian1998-08-01
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I missed addding initdb.sh ...Marc G. Fournier1998-07-26
* Fix compile error. Make transaction/work optional on all transactionBruce Momjian1998-07-26
* Update psql help syntax to remove <> and uppercaese keywords.Bruce Momjian1998-07-25
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* pg_dump -z has gotten rather thoroughly broken in the last coupleBruce Momjian1998-07-19
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* add mention of DISTINCT ON attrNBruce Momjian1998-07-12
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Surround table and column names with double-quotesThomas G. Lockhart1998-07-08
* Remove -c option for Constraint syntax so we us it by default.Bruce Momjian1998-06-20
* Solaris cleanup.Bruce Momjian1998-06-19
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* I've hacked up pg_dump so that it generates CONSTRAINT and CHECKBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Another \f\ fix for psql.Bruce Momjian1998-05-15
* Fix to allow \f \ to make spaces as delimiter.Bruce Momjian1998-05-13
* The attached patch corrects two problems with autoconfiguration ofBruce Momjian1998-05-12
* Give proper error on psql \copy use.Bruce Momjian1998-05-12
* Add sys/time.h to fe-misc.c, prevent pgtclsh from using old libaries,Bruce Momjian1998-05-12
* It seems the regression tests don't cover copy in/out at all, soBruce Momjian1998-05-06
* What I've done:Bruce Momjian1998-05-06
* Fix for missing parens with \g causing psql to get completelyBruce Momjian1998-05-04
* Re-add pg_dump fix.Bruce Momjian1998-04-07
* Reverse out pg_dump changes.Bruce Momjian1998-04-07
* Fix for ACL's from Thomas A. Szybist.Bruce Momjian1998-04-07
* DESTDIR removed, again.Bruce Momjian1998-04-06
* Makefile cleanup./Bruce Momjian1998-04-06
* Cleanup initdbBruce Momjian1998-04-06
* Re-introduce $DISTDIR.Bruce Momjian1998-04-06
* Move initdb.sh to initdbBruce Momjian1998-04-06
* Hi,Bruce Momjian1998-04-06
* Remove DISTDIR.Bruce Momjian1998-04-05
* this patch solve 2 problemes :Bruce Momjian1998-04-05
* documentation for HAVING, clean up UNION comment.Bruce Momjian1998-03-30
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* Upgrade to v0.86Marc G. Fournier1998-03-29
* more tcl/tk fixesBruce Momjian1998-03-23
* Another tcl/tk fix.Bruce Momjian1998-03-23
* Made some changes to clean up how initdb works...just more made a 'PGSQL_OPTS'Marc G. Fournier1998-03-22
* Change 2>$1 to -o /dev/null instead...Marc G. Fournier1998-03-22