summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-23/+16
* AbortOutOfAnyTransaction() just before backend exit, to ensure thatTom Lane2000-08-301-17/+20
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-12/+12
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-12/+12
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-111-16/+8
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-2/+3
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-121-7/+3
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-111-2/+9
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-3/+4
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-3/+13
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-031-6/+4
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-031-12/+10
* Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane2000-06-291-5/+47
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-111/+129
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-17/+21
* Final #include cleanup.Bruce Momjian2000-06-151-3/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-12/+16
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-45/+46
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-182/+120
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-5/+3
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-211-2/+7
* Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane2000-04-301-4/+4
* Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane2000-04-281-5/+9
* 7.0 buffer manager can support different backends running with differentTom Lane2000-04-231-4/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-54/+57
* Actually, that still wasn't quite right. If we skip a query because ofTom Lane2000-04-041-24/+11
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-041-131/+88
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-231-2/+4
* Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii2000-03-011-4/+4
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-14/+4
* fix the TODOHiroshi Inoue2000-02-211-2/+13
* Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane2000-02-201-8/+8
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-191-27/+5
* Implement reindex commandHiroshi Inoue2000-02-181-3/+12
* Add:Bruce Momjian2000-01-261-3/+4
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-7/+10
* Do not start if postmaster is running.Tatsuo Ishii2000-01-091-2/+15
* to live in a transaction before access to dbHiroshi Inoue1999-12-221-3/+7
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-161-8/+11
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-8/+8
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-9/+3
* Update display of debug levels.Bruce Momjian1999-10-081-3/+3
* clean up debug flags.Bruce Momjian1999-10-081-11/+3
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-081-10/+10
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-100/+126
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-2/+16
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-3/+19
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-311-65/+40
* 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