aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAge
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Further code review for range types patch.Tom Lane2011-11-20
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Support range data types.Heikki Linnakangas2011-11-03
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix command tag for ALTER LARGE OBJECT.Itagaki Takahiro2010-01-29
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-15
* Add large object access control.Itagaki Takahiro2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05