Commits

DateSubjectAuthorReleases
2019-12-25 Allow whole-row Vars to be used in partitioning expressions. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-05 Fix style violations in syscache lookups. Tom Lane 12.0
2019-04-13 Prevent memory leaks associated with relcache rd_partcheck structures. Tom Lane 10.8
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-09-27 Fix assorted bugs in pg_get_partition_constraintdef(). Tom Lane 10.6
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-03-27 Allow memory contexts to have both fixed and variable ident strings. Tom Lane 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2018-02-19 Remove bogus "extern" annotations on function definitions. Tom Lane 11.0
2017-12-13 Rethink MemoryContext creation to improve performance. Tom Lane 11.0
2017-09-09 Fix failure-to-copy bug in commit 6f6b99d13. Tom Lane 11.0
2017-09-08 Fix uninitialized-variable bug. Tom Lane 11.0
2017-09-08 Fix uninitialized-variable bug. Tom Lane 10.0
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-07-24 Be more consistent about errors for opfamily member lookup failures. Tom Lane 10.0
2017-06-26 Avoid useless "x = ANY(ARRAY[])" test for empty partition list. Tom Lane 10.0
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-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-04 Replace over-optimistic Assert in partitioning code with a runtime test. Tom Lane 10.0
2017-05-29 More code review for get_qual_for_list(). Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0