index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
defrem.h
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Move a couple of declarations to reflect where the routines really are.
Tom Lane
2011-01-15
*
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-03
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Adjust naming of indexes and their columns per recent discussion.
Tom Lane
2009-12-23
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-22
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
*
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-02-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Default values for function arguments
Peter Eisentraut
2008-12-04
*
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-14
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-22
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-07-17
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR
Tom Lane
2007-01-23
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
*
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-18
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Support the syntax
Tom Lane
2006-04-15
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-10
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
[next]