summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-18Hi!Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-12-16Serialized mode works!Vadim B. Mikheev
1998-10-16The problem is that read_pg_options needs DataDir to read its file butBruce Momjian
1998-10-13This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier
1998-10-13case statement in select call was missing a break...Marc G. Fournier
1998-10-06Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane
1998-10-02Clean up some minor bugs concerning what was inside the main loopTom Lane
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-30From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-25Move debugging printout of the query tree to print for all cases.Thomas G. Lockhart
1998-08-24 This is the final state of the rule system for 6.4 after theBruce Momjian
1998-08-04MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-07-18Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
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