summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2000-11-14Update and polish postmaster and postgres help output and man pages.Peter Eisentraut
2000-11-08Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-10-28beos fixes from Cyril VELTERBruce Momjian
2000-10-28Add --version and --help options to "postgres".Peter Eisentraut
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-24Check for SIGHUP and process config file updates just after waitingTom Lane
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-07Second thoughts about where to put DeferredTriggerEndQuery() call.Tom Lane
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-08-30AbortOutOfAnyTransaction() just before backend exit, to ensure thatTom Lane
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-11copyObject() and equal() now know about all parse-time node types,Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-03Move global internal files to PGDATA/global.Peter Eisentraut
2000-07-03Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut
2000-06-29Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-04-30Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane
2000-04-28Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane
2000-04-237.0 buffer manager can support different backends running with differentTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-04Actually, that still wasn't quite right. If we skip a query because ofTom Lane
2000-04-04Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-01Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii
2000-02-22Change cancel while waiting-for-lock stuff.Hiroshi Inoue
2000-02-21fix the TODOHiroshi Inoue
2000-02-20Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-09Do not start if postmaster is running.Tatsuo Ishii