aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/defrem.h
Commit message (Expand)AuthorAge
* 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
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* 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
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Support the syntaxTom Lane2006-04-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21