aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAge
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Default values for function argumentsPeter Eisentraut2008-12-04
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Fix omission of DiscardStmt in GetCommandLogLevel, per report from HubertTom Lane2008-10-10
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-30
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Support the syntaxTom Lane2006-04-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03