Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2020-01-31 Fix CheckAttributeType's handling of collations for ranges. Tom Lane 10.12
2019-12-23 Prevent a rowtype from being included in itself via a range. Tom Lane 10.12
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 10.12
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 10.10
2018-12-13 Fix bogus logic for skipping unnecessary partcollation dependencies. Tom Lane 10.7
2018-11-10 Fix missing role dependencies for some schema and type ACLs. Tom Lane 10.7
2017-11-28 Fix assorted syscache lookup sloppiness in partition-related code. Tom Lane 10.2
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-05-12 Fix dependencies for extended statistics objects. 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
2017-01-25 Make UNKNOWN into an actual pseudo-type. Tom Lane 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2016-12-02 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. Tom Lane 10.0
2016-10-13 Fix another bug in merging of inherited CHECK constraints. Tom Lane 10.0
2016-10-08 Fix two bugs in merging of inherited CHECK constraints. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0