summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-031-2/+3
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-071-2/+3
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-2/+3
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-4/+9
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-251-3/+15
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-181-2/+2
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-171-2/+2
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-111-1/+5
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-111-3/+5
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+3
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-0/+20
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-161-1/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-122-2/+5
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+2
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-261-0/+1
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-2/+14
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-139-42/+39
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-2/+1
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-202-7/+12
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-31/+5
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-1/+2
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0522-43/+43
* 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