Commits

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

DateSubjectAuthorReleases
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
2018-02-02 Refactor code for partition bound searching Robert Haas 11.0
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 11.0
2018-01-28 C includes: Reorder C includes in partition.c Bruce Momjian 11.0
2018-01-04 Minor preparatory refactoring for UPDATE row movement. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-13 Rethink MemoryContext creation to improve performance. Tom Lane 11.0
2017-12-11 Improve comment about PartitionBoundInfoData. Robert Haas 11.0
2017-12-01 Minor code beautification in partition_bounds_equal. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-28 If a range-partitioned table has no default partition, reject null keys. Robert Haas 11.0