summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-01Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane
2000-11-30all options are allowed if not under postmaster:Vadim B. Mikheev
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-14Update and polish postmaster and postgres help output and man pages.Peter Eisentraut
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-11-08Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut
2000-11-08CLUSTER did no permissions checking, forsooth ...Tom Lane
2000-11-07DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-05New CHECKPOINT command.Vadim B. Mikheev
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-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
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-24Do not execute fastpath function calls if in transaction ABORT state.Tom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-10-16Remove NO_SECURITY define.Bruce Momjian
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-12This patch implements the following command:Bruce Momjian
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter 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-22Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane
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-12First stage of reclaiming memory in executor by resetting short-termTom Lane
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-05Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-03TOASTJan Wieck
2000-07-03Move global internal files to PGDATA/global.Peter Eisentraut