| Commit message (Expand) | Author | Age | Files | Lines |
| * | While I was running some tests in psql, trying to figure out how to change | Bruce Momjian | 1999-07-20 | 1 | -2/+3 |
| * | psql fix. | Bruce Momjian | 1999-07-19 | 1 | -4/+6 |
| * | Cleanup of patch just applied. | Bruce Momjian | 1999-07-19 | 1 | -8/+4 |
| * | Set the application name, used for parsing readline's .inputrc -- dz | Bruce Momjian | 1999-07-19 | 1 | -1/+8 |
| * | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 | 1 | -2/+5 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+2 |
| * | Suppress indexes on large objects from psql's \d listing; | Tom Lane | 1999-06-04 | 1 | -11/+24 |
| * | Clean up uninitialized-variable warning from egcs. | Tom Lane | 1999-05-30 | 1 | -7/+12 |
| * | Display numeric precision on \d. | Bruce Momjian | 1999-05-26 | 1 | -1/+5 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -76/+95 |
| * | Do not refer to stdin in static variable initializer ... | Tom Lane | 1999-05-12 | 1 | -2/+8 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -2/+2 |
| * | psql's recognition of comments didn't work right in MULTIBYTE | Tom Lane | 1999-04-25 | 1 | -58/+32 |
| * | psql did the wrong thing with COPY FROM STDIN inside a file | Tom Lane | 1999-04-15 | 1 | -65/+73 |
| * | Bug fixes and enhances to psql submitted by Masaaki Sakaida | Tatsuo Ishii | 1999-03-30 | 1 | -10/+58 |
| * | Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE | Tatsuo Ishii | 1999-03-24 | 1 | -2/+2 |
| * | > > > This patches src/bin/psql/psql.c. | Bruce Momjian | 1999-03-15 | 1 | -2/+26 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Allow psql to do \p\g. Ingres does it, why not us? | Bruce Momjian | 1999-02-07 | 1 | -17/+40 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-01-27 | 1 | -2/+3 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+28 |
| * | Current multi-byte related codes have a bug with SQL_ASCII | Bruce Momjian | 1998-12-14 | 1 | -1/+22 |
| * | Additional fixes for mixed-case table names from Billy Allie. | Thomas G. Lockhart | 1998-11-17 | 1 | -3/+8 |
| * | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 | 1 | -5/+5 |
| * | Hello! | Bruce Momjian | 1998-10-08 | 1 | -13/+1 |
| * | Fix for \z formatting from Tom Lane. | Bruce Momjian | 1998-09-21 | 1 | -9/+49 |
| * | patch cleanups. | Bruce Momjian | 1998-09-03 | 1 | -2/+2 |
| * | Attached is a patch to remove the definitions of libpq's internal | Bruce Momjian | 1998-09-03 | 1 | -19/+16 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -104/+113 |
| * | Hello! | Bruce Momjian | 1998-08-29 | 1 | -8/+13 |
| * | From: Magnus Hagander <mha@edu.sollentuna.se> | Marc G. Fournier | 1998-08-27 | 1 | -3/+40 |
| * | With the attached patch, I have verified that long (> 8char anyway) | Bruce Momjian | 1998-08-22 | 1 | -99/+24 |
| * | Date: Sun, 16 Aug 1998 14:56:48 -0400 | Marc G. Fournier | 1998-08-17 | 1 | -14/+15 |
| * | Add new \w write command to psql. | Bruce Momjian | 1998-08-10 | 1 | -37/+61 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -3/+1 |
| * | Fix for \d index display. | Bruce Momjian | 1998-08-05 | 1 | -3/+3 |
| * | Add Indices display to \d command. | Bruce Momjian | 1998-08-04 | 1 | -8/+39 |
| * | Fix compile error. Make transaction/work optional on all transaction | Bruce Momjian | 1998-07-26 | 1 | -2/+2 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -175/+235 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -9/+23 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -5/+47 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -29/+1 |
| * | Another \f\ fix for psql. | Bruce Momjian | 1998-05-15 | 1 | -3/+11 |
| * | Fix to allow \f \ to make spaces as delimiter. | Bruce Momjian | 1998-05-13 | 1 | -1/+3 |
| * | The attached patch corrects two problems with autoconfiguration of | Bruce Momjian | 1998-05-12 | 1 | -2/+5 |
| * | Give proper error on psql \copy use. | Bruce Momjian | 1998-05-12 | 1 | -2/+8 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -4/+46 |
| * | Fix for missing parens with \g causing psql to get completely | Bruce Momjian | 1998-05-04 | 1 | -1/+4 |