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-04-26 Apply stopgap fix for bug #15672. Tom Lane 12.0
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 11.3
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2019-01-21 Sort the dependent objects before recursing in findDependentObjects(). Tom Lane 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0
2018-07-19 Improve psql's \d command to show whether index columns are key columns. Tom Lane 11.0
2018-07-19 Improve psql's \d command to show whether index columns are key columns. Tom Lane 12.0
2018-05-24 Improve English wording of some other getObjectDescription() messages. Tom Lane 11.0
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 9.3.24
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 10.5
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 9.5.14
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 9.4.19
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 9.6.10
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 11.0
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2018-03-15 Clean up duplicate role and schema names in regression tests. Tom Lane 11.0
2017-10-27 Fix crash when columns have been added to the end of a view. Tom Lane 11.0
2017-10-27 Fix crash when columns have been added to the end of a view. Tom Lane 10.1
2017-10-27 Fix crash when columns have been added to the end of a view. Tom Lane 9.5.10
2017-10-27 Fix crash when columns have been added to the end of a view. Tom Lane 9.3.20
2017-10-27 Fix crash when columns have been added to the end of a view. Tom Lane 9.2.24