summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Plug several holes in backend's ability to cope withTom Lane1999-07-221-25/+31
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+2
* Final cleanupBruce Momjian1999-07-161-3/+5
* Final cleanup.Bruce Momjian1999-07-161-16/+9
* Update #include cleanupsBruce Momjian1999-07-161-6/+6
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-21/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-7/+2
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-021-13/+2
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-291-2/+11
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-3/+4
* pgindent run over code.Bruce Momjian1999-05-251-40/+62
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-106/+122
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-221-3/+3
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-114/+55
* Changed debug options:Jan Wieck1999-05-111-19/+53
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-091-86/+57
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-4/+4
* -T was omitted from getopt() call.Tom Lane1999-05-011-19/+24
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-11/+15
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-15/+13
* Hi,Bruce Momjian1999-03-221-3/+3
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+13
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-7/+7
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-181-4/+4
* Enable bushy plans by default.Bruce Momjian1999-02-181-18/+2
* Re-enable bushy plans. Vadim want them.Bruce Momjian1999-02-161-6/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-2/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-2/+5
* Hi!Bruce Momjian1999-01-181-5/+13
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-2/+9
* Serialized mode works!Vadim B. Mikheev1998-12-161-4/+5
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-161-2/+7
* This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier1998-10-131-3/+5
* case statement in select call was missing a break...Marc G. Fournier1998-10-131-2/+3
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-5/+20
* Clean up some minor bugs concerning what was inside the main loopTom Lane1998-10-021-39/+46
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-108/+110
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-12/+43
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-97/+171
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-3/+54
* Move debugging printout of the query tree to print for all cases.Thomas G. Lockhart1998-08-251-9/+8
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-21/+73
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-3/+3
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-4/+4
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-13/+27
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-11/+11