Commits

DateSubjectAuthorReleases
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-03-20 Add index_get_partition convenience function Alvaro Herrera 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-09-27 Fix assorted bugs in pg_get_partition_constraintdef(). Tom Lane 10.6
2018-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 10.5
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-12 Add comment about default partition in check_new_partition_bound Alvaro Herrera 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-06 Faster partition pruning Alvaro Herrera 11.0
2018-04-06 Rename MemoryContextCopySetIdentifier() for clarity Peter Eisentraut 11.0
2018-03-27 Allow memory contexts to have both fixed and variable ident strings. Tom Lane 11.0
2018-03-26 Handle INSERT .. ON CONFLICT with partitioned tables Alvaro Herrera 11.0
2018-03-21 Fix relcache handling of the 'default' partition Alvaro Herrera 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2018-02-28 Update and improve comments. Robert Haas 11.0
2018-02-23 Revise API for partition bound search functions. Robert Haas 11.0
2018-02-23 Revise API for partition_rbound_cmp/partition_rbound_datum_cmp. Robert Haas 11.0
2018-02-19 Remove bogus "extern" annotations on function definitions. Tom Lane 11.0
2018-02-19 Remove redundant function declaration Peter Eisentraut 11.0