summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-1/+4
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-5/+5
* pgindent run for 8.2.Bruce Momjian2006-10-046-24/+23
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-041-2/+2
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+4
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-2/+3
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-3/+1
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-2/+1
* More include file adjustments.Bruce Momjian2006-07-131-3/+1
* More include file adjustments.Bruce Momjian2006-07-131-1/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-134-13/+6
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+5
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+4
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-271-1/+6
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+2
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-252-4/+2
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-252-2/+4
* Support the syntaxTom Lane2006-04-151-7/+8
* Fix another const-decoration mismatch, per Magnus.Tom Lane2006-04-091-2/+2
* 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