aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* 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
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.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
* Pass atttypmod to the frontend.Bruce Momjian1998-05-14
* What I've done:Bruce Momjian1998-05-06
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* Hi,Bruce Momjian1998-04-06
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* 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
* EState->->es_param_exec_vals = NULL; in CreateExecutorState().Vadim B. Mikheev1998-02-13
* #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
* Fix from Peter for BLOBsMarc G. Fournier1998-01-11
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Coerce a function argument to avoid compiler warning.Thomas G. Lockhart1998-01-01
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* 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
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Add 'GERMAN' option to DateStyle.Thomas G. Lockhart1997-12-04
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Prevent flushing from packets, by Massimo.Bruce Momjian1997-11-27
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* More archive cleanup.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Reformat parser table (cosmetic only).Thomas G. Lockhart1997-11-14
* Do a more complete job of supporting time zone information.Thomas G. Lockhart1997-11-10