aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAge
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Hi!Bruce Momjian1999-01-18
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Serialized mode works!Vadim B. Mikheev1998-12-16
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-16
* This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier1998-10-13
* case statement in select call was missing a break...Marc G. Fournier1998-10-13
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-06
* Clean up some minor bugs concerning what was inside the main loopTom Lane1998-10-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-30
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Move debugging printout of the query tree to print for all cases.Thomas G. Lockhart1998-08-25
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-24
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-09
* Fixed exec path problem.Bruce Momjian1998-06-08
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-04
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* postmaster/postgres options cleanup.Bruce Momjian1998-05-27
* Fix for postgres started from command line, sends 'Z' protocolBruce Momjian1998-05-26
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* What I've done:Bruce Momjian1998-05-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* #if aix changed to #if HAVE_SYS_SELECT_HMarc G. Fournier1998-02-02
* AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian1998-02-01
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* getpid/pid cleanupBruce Momjian1998-01-25
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Use environment variable PGDATESTYLE on backend startup to initializeThomas G. Lockhart1997-12-16
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Change quickdie elog notice to a single message.Thomas G. Lockhart1997-11-10
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-09
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Inline memset() as MemSet().Bruce Momjian1997-09-18