Commits

DateSubjectAuthorReleases
2020-01-15 Restructure ALTER TABLE execution to fix assorted bugs. Tom Lane 13.0
2019-07-05 Remove unreferenced function declarations. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.2.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.3.20
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.4.13
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.0.9
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.1.5
2011-09-04 Fix #include problems in 9.1 branch. Tom Lane 9.1.0
2011-09-02 Teach ANALYZE to clear pg_class.relhassubclass when appropriate. Tom Lane 9.2.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.0.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.1.0
2008-06-15 Rearrange ALTER TABLE syntax processing as per my recent proposal: the Tom Lane 8.4.0
2008-06-14 Refactor the handling of the various DropStmt variants so that when multiple Tom Lane 8.4.0
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 7.4.20
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.0.16
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.1.12
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 8.2.8
2008-03-19 Support ALTER TYPE RENAME. Petr Jelinek Tom Lane 8.4.0
2008-01-30 Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these Tom Lane 8.3.0
2007-05-11 Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT Tom Lane 8.2.5