summaryrefslogtreecommitdiff
path: root/src/bin/psql/psql.c
Commit message (Expand)AuthorAgeFilesLines
* While I was running some tests in psql, trying to figure out how to changeBruce Momjian1999-07-201-2/+3
* psql fix.Bruce Momjian1999-07-191-4/+6
* Cleanup of patch just applied.Bruce Momjian1999-07-191-8/+4
* Set the application name, used for parsing readline's .inputrc -- dzBruce Momjian1999-07-191-1/+8
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-2/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+2
* Suppress indexes on large objects from psql's \d listing;Tom Lane1999-06-041-11/+24
* Clean up uninitialized-variable warning from egcs.Tom Lane1999-05-301-7/+12
* Display numeric precision on \d.Bruce Momjian1999-05-261-1/+5
* pgindent run over code.Bruce Momjian1999-05-251-76/+95
* Do not refer to stdin in static variable initializer ...Tom Lane1999-05-121-2/+8
* 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
* psql did the wrong thing with COPY FROM STDIN inside a fileTom Lane1999-04-151-65/+73
* Bug fixes and enhances to psql submitted by Masaaki SakaidaTatsuo Ishii1999-03-301-10/+58
* Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTETatsuo Ishii1999-03-241-2/+2
* > > > This patches src/bin/psql/psql.c.Bruce Momjian1999-03-151-2/+26
* 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-131-2/+2
* 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
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-271-2/+3
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+28
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-141-1/+22
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-171-3/+8
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-5/+5
* Hello!Bruce Momjian1998-10-081-13/+1
* Fix for \z formatting from Tom Lane.Bruce Momjian1998-09-211-9/+49
* patch cleanups.Bruce Momjian1998-09-031-2/+2
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-031-19/+16
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-104/+113
* Hello!Bruce Momjian1998-08-291-8/+13
* From: Magnus Hagander <mha@edu.sollentuna.se>Marc G. Fournier1998-08-271-3/+40
* With the attached patch, I have verified that long (> 8char anyway)Bruce Momjian1998-08-221-99/+24
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-171-14/+15
* Add new \w write command to psql.Bruce Momjian1998-08-101-37/+61
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-3/+1
* Fix for \d index display.Bruce Momjian1998-08-051-3/+3
* Add Indices display to \d command.Bruce Momjian1998-08-041-8/+39
* Fix compile error. Make transaction/work optional on all transactionBruce Momjian1998-07-261-2/+2
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-175/+235
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-9/+23
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-5/+47
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-29/+1
* Another \f\ fix for psql.Bruce Momjian1998-05-151-3/+11
* Fix to allow \f \ to make spaces as delimiter.Bruce Momjian1998-05-131-1/+3
* The attached patch corrects two problems with autoconfiguration ofBruce Momjian1998-05-121-2/+5
* Give proper error on psql \copy use.Bruce Momjian1998-05-121-2/+8
* What I've done:Bruce Momjian1998-05-061-4/+46
* Fix for missing parens with \g causing psql to get completelyBruce Momjian1998-05-041-1/+4