aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAge
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Support the syntaxTom Lane2006-04-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-29
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-06
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-14
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-27
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-20
* Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as requiredTom Lane2004-08-12
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-12
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Refactor CheckDropPermissions() to move some initialization code forNeil Conway2004-05-07
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-22
* Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian2004-04-19
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29