Commits

DateSubjectAuthorReleases
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 12.0
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 9.4.23
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-02-01 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. Tom Lane 10.0
2017-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.1.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.2.0
2011-02-10 Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2007-12-01 Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate Tom Lane 8.3.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2005-08-01 Add ALTER object SET SCHEMA capability for a limited but useful set of Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2002-08-11 Code review of CLUSTER patch. Clean up problems with relcache getting Tom Lane 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-07-16 Add more dependency insertions --- this completes the basic pg_depend Tom Lane 7.3.1
2002-07-16 Add code to extract dependencies from an expression tree, and use it Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1