aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAge
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* 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