summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-301-2/+5
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-131-2/+2
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-2/+8
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-151-12/+19
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-242/+40
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-051-2/+3
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-191-1/+4
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-141-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-2/+1
* pgindent run for 8.3.Bruce Momjian2007-11-151-27/+32
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-61/+19
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+117
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-1/+2
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-031-1/+7
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-2/+2
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-13/+76
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-2/+2
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-14/+35
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-15/+24
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-5/+23
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+14
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-261-1/+4
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-51/+54
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-128/+182
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-2/+2
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+46
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-16/+17
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-1/+393
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-5/+9
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-151-6/+3
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-1/+33
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-2/+2
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-3/+3
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-2/+2
* Support the syntaxTom Lane2006-04-151-22/+39
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-031-2/+8
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-6/+2
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-121-2/+1
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-111-1/+2
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-4/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-221-2/+2