Commits

DateSubjectAuthorReleases
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 10.2
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
2017-11-28 Add null test to partition constraint for default range partitions. Robert Haas 11.0
2017-11-21 Fix multiple problems with satisfies_hash_partition. Robert Haas 11.0
2017-11-16 Fix typo in comment. Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-10-30 Fix typo in comment Magnus Hagander 11.0
2017-10-28 Fix misplaced ReleaseSysCache call in get_default_partition_oid. Robert Haas 11.0
2017-10-12 Synchronize error messages. Robert Haas 11.0
2017-10-06 Copy information from the relcache instead of pointing to it. Robert Haas 11.0
2017-10-05 On CREATE TABLE, consider skipping validation of subpartitions. Robert Haas 11.0
2017-10-05 Fix typo. Robert Haas 11.0
2017-09-14 Make RelationGetPartitionDispatchInfo expand depth-first. Robert Haas 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