summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2005-09-26Log protocol-excute fetch operatation as fetch, rather than execute,Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-16Update query cancel message:Bruce Momjian
2005-09-02Add log display label for unnamed server-side portals.Bruce Momjian
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Fix the mechanism for reporting the original table OID and column numberTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-03Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-06-01Fix log_statement to properly recognize SELECT INTO and CREATE TABLE ASBruce Momjian
2005-05-24Log queries for client-side prepare/execute. Simon RiggsBruce Momjian
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-21Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-10Fix SPI cursor support to allow scanning the results of utility commandsTom Lane
2005-02-01Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-24Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-24A client_encoding specification coming from the connection request hasTom Lane
2004-11-20Move pgstat_report_tabstat() call so that stats are not reported to theTom Lane
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-10-15Have log_duration only output when log_statement has printed the query.Bruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-04PortalRun must guard against the possibility that the portal it'sTom Lane
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane