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
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
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
[next]