aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-06
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* 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
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway2005-07-08
* 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
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-07
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-10
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-23
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-14
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-27
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-17
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-17
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* 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
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10