summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-243-6/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0522-43/+43
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-041-6/+2
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-031-2/+2
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+6
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-101-1/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-9/+13
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-141-1/+2
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-292-6/+8
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-222-6/+6
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-221-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-215-5/+14
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-193-7/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1510-39/+39
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-061-4/+4
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-18/+1
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-4/+5
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-0/+1
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-1/+4
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-041-1/+2
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-014-5/+17
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+2
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-251-1/+4
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+2
* Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway2005-07-081-12/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-287-27/+23
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-221-4/+5
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+5
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-071-1/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-063-6/+3
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-301-2/+11
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-101-2/+3
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-1/+2
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-3/+3
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-2/+2
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-231-5/+30
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-141-1/+2
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-12/+1
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-021-2/+2
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-012-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3120-40/+40
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-1/+4
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-1/+3
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-171-1/+3
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-301-4/+4
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-162-7/+8
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-13/+15