summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-031-7/+12
* all options are allowed if not under postmaster:Vadim B. Mikheev2000-11-301-3/+5
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-291-11/+5
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-4/+3
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-251-28/+21
* Put external declarations into header files.Peter Eisentraut2000-11-211-13/+7
* Update and polish postmaster and postgres help output and man pages.Peter Eisentraut2000-11-141-27/+30
* Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut2000-11-081-4/+11
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-061-3/+7
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-041-15/+19
* beos fixes from Cyril VELTERBruce Momjian2000-10-281-7/+2
* Add --version and --help options to "postgres".Peter Eisentraut2000-10-281-12/+30
* Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane2000-10-261-4/+4
* Check for SIGHUP and process config file updates just after waitingTom Lane2000-10-241-12/+15
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-2/+7
* Second thoughts about where to put DeferredTriggerEndQuery() call.Tom Lane2000-10-071-13/+12
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-154/+337
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-3/+4
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-4/+4
* 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