summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-27postmaster/postgres options cleanup.Bruce Momjian
1998-05-26Fix for postgres started from command line, sends 'Z' protocolBruce Momjian
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
1998-05-06What I've done:Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-24From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier
1998-02-02#if aix changed to #if HAVE_SYS_SELECT_HMarc G. Fournier
1998-02-01AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-25getpid/pid cleanupBruce Momjian
1998-01-13Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier
1998-01-09Yohoo UNIONS of VIEWS.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-16Use environment variable PGDATESTYLE on backend startup to initializeThomas G. Lockhart
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-10Change quickdie elog notice to a single message.Thomas G. Lockhart
1997-11-09From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18No more SortTuplesInTree...Vadim B. Mikheev
1997-09-18Allow set max number of tuples in leftist tree for sortsVadim B. Mikheev
1997-09-15-S need in optarg...Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-14Cleanup global variables, remove stable memory stuff.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-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-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