| Age | Commit message (Expand) | Author |
| 1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
| 1997-08-18 | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian |
| 1997-08-18 | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian |
| 1997-08-14 | Cleanup global variables, remove stable memory stuff. | Bruce Momjian |
| 1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
| 1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
| 1997-08-06 | psort cleanups. | Bruce Momjian |
| 1997-08-06 | Another fix. | Bruce Momjian |
| 1997-08-06 | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian |
| 1997-07-29 | Remove some unnecessary include statements (comment out with #ifdef FALSE). | Thomas G. Lockhart |
| 1997-07-28 | Added SCO support, from Daniel Harris. | Bruce Momjian |
| 1997-07-24 | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian |
| 1997-06-20 | Fix broken parsing for lists of options. Apparently broken when support was | Thomas G. Lockhart |
| 1997-06-03 | SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, not | Vadim B. Mikheev |
| 1997-06-02 | SET var TO 'a=b' | Vadim B. Mikheev |
| 1997-05-22 | From: Darren King <aixssd!darrenk@abs.net> | Marc G. Fournier |
| 1997-05-20 | New VAR r_plans added to enable turn ON/OFF | Vadim B. Mikheev |
| 1997-05-16 | Improve informational messages for "show" command responses. | Thomas G. Lockhart |
| 1997-04-29 | SET geqo TO ON|OFF | Vadim B. Mikheev |
| 1997-04-24 | Enable to set _cpu_page_wight_ & _cpu_index_page_wight_ via | Vadim B. Mikheev |
| 1997-04-24 | -Wno-error should only be enabled for gcc compilers, it seems | Marc G. Fournier |
| 1997-04-24 | Somewhat backwards #ifdef's for HAVE_GETRUSAGE | Marc G. Fournier |
| 1997-04-23 | Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriate | Marc G. Fournier |
| 1997-04-23 | 1. SHOW/RESET var fixed. | Vadim B. Mikheev |
| 1997-04-23 | To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier |
| 1997-04-17 | From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> | Marc G. Fournier |
| 1997-04-04 | This commit represents a clean compile with the new templates under | Marc G. Fournier |
| 1997-04-03 | Remove code associated with !ACLGROUP_PATCH, and appropriate #ifdef's | Marc G. Fournier |
| 1997-04-03 | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier |
| 1997-04-02 | From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> | Marc G. Fournier |
| 1997-04-02 | From: Oleg Bartunov <oleg@sai.msu.su> | Marc G. Fournier |
| 1997-04-02 | Call DefineSequence () for T_CreateSeqStmt node. | Vadim B. Mikheev |
| 1997-03-25 | MIssed adding a file to the repository | Marc G. Fournier |
| 1997-03-25 | - Renamed the variable names to something shorter, and I hope | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1997-02-14 | Remove WIN32 defines. They never worked. | Bruce Momjian |
| 1997-02-12 | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1997-02-03 | Change references to NEED_RUSAGE to HAVE_RUSAGE | Marc G. Fournier |
| 1997-01-27 | Apply usage patches for European Dates patch from Keith | Marc G. Fournier |
| 1997-01-26 | Change next to nextstep where missed. | Bruce Momjian |
| 1997-01-26 | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier |
| 1997-01-23 | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1997-01-16 | Change EXPLAIN options to just use VERBOSE. | Bruce Momjian |
| 1997-01-14 | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson |
| 1997-01-13 | Added VERBOSE option to vacuum command. | Bruce Momjian |
| 1997-01-10 | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian |
| 1997-01-08 | Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. | Bryan Henderson |
| 1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian |
| 1996-12-07 | Reduce printing from debug level 2 ande layout change. | Bruce Momjian |