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