aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAge
...
* 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
* No more SortTuplesInTree...Vadim B. Mikheev1997-09-18
* Allow set max number of tuples in leftist tree for sortsVadim B. Mikheev1997-09-18
* -S need in optarg...Vadim B. Mikheev1997-09-15
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-14
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* psort cleanups.Bruce Momjian1997-08-06
* Another fix.Bruce Momjian1997-08-06
* Allow internal sorts to be stored in memory rather than in files.Bruce Momjian1997-08-06
* Remove some unnecessary include statements (comment out with #ifdef FALSE).Thomas G. Lockhart1997-07-29
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* Somewhat backwards #ifdef's for HAVE_GETRUSAGEMarc G. Fournier1997-04-24
* Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriateMarc G. Fournier1997-04-23
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1997-02-12
* Change references to NEED_RUSAGE to HAVE_RUSAGEMarc G. Fournier1997-02-03
* Apply usage patches for European Dates patch from KeithMarc G. Fournier1997-01-27
* Change next to nextstep where missed.Bruce Momjian1997-01-26
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-26
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-14
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* Reduce printing from debug level 2 ande layout change.Bruce Momjian1996-12-07
* Allow all empty queries to return EMPTY.Bruce Momjian1996-11-27
* Remove linux define of __USE_POSIX, which doesn't appear to do anything.Bryan Henderson1996-11-18
* Remove old GetPGData reference that causes warning.Bryan Henderson1996-11-16