aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* More include file adjustments.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Support the syntaxTom Lane2006-04-15
* Fix another const-decoration mismatch, per Magnus.Tom Lane2006-04-09
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* 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
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* 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
* 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