aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/defrem.h
Commit message (Expand)AuthorAge
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Don't pass oidvector by value.Noah Misch2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-17
* 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
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Move a couple of declarations to reflect where the routines really are.Tom Lane2011-01-15
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* 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
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Default values for function argumentsPeter Eisentraut2008-12-04
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-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
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* 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