aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/psql.c
Commit message (Expand)AuthorAge
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-27
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-14
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-17
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
* Hello!Bruce Momjian1998-10-08
* Fix for \z formatting from Tom Lane.Bruce Momjian1998-09-21
* patch cleanups.Bruce Momjian1998-09-03
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Hello!Bruce Momjian1998-08-29
* From: Magnus Hagander <mha@edu.sollentuna.se>Marc G. Fournier1998-08-27
* With the attached patch, I have verified that long (> 8char anyway)Bruce Momjian1998-08-22
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17
* 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 compile error. Make transaction/work optional on all transactionBruce Momjian1998-07-26
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Remove un-needed braces around single statements.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
* What I've done:Bruce Momjian1998-05-06
* Fix for missing parens with \g causing psql to get completelyBruce Momjian1998-05-04
* this patch solve 2 problemes :Bruce Momjian1998-04-05
* Prevent \do from wrapping.Bruce Momjian1998-03-16
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Make changes to psql so that it sees pg_user again instead of db_userMarc G. Fournier1998-02-25
* Modify initdb.sh so that it makes pg_user readable through view db_userMarc G. Fournier1998-02-23
* atttypmod now -1.Bruce Momjian1998-02-07
* Fix for \d on long table names.Bruce Momjian1998-02-06
* psql \df cleanup and lock manual page cleanup.Bruce Momjian1998-01-28
* Add cash_words_out and fix \df width.Bruce Momjian1998-01-25
* From: James Hughes <jamesh@interpath.com>Marc G. Fournier1998-01-23
* From: Andrew Martin <martin@biochemistry.ucl.ac.uk>Marc G. Fournier1998-01-23
* Allow \z to show sequences.Bruce Momjian1998-01-22
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* PAGER \z in psql.Bruce Momjian1998-01-09
* Remove un-needed quotes from psql \d DEFAULT display.Bruce Momjian1998-01-05
* Add NOT NULL and DEFAULT to \d table.Bruce Momjian1998-01-05
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-23
* Fix notty output to show status result. -q option still turns it off.Bruce Momjian1997-12-22
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-05