Commits

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

DateSubjectAuthorReleases
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 10.2
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 10.0
2017-08-10 Improve the error message when creating an empty range partition. Robert Haas 10.0
2017-08-03 Teach map_partition_varattnos to handle whole-row expressions. Robert Haas 10.0
2017-06-30 Add missing period to comment. Robert Haas 10.0
2017-06-13 Always initialize PartitionBoundInfoData's null_index. Robert Haas 10.0
2017-05-24 Code review of get_qual_for_list. Robert Haas 10.0
2017-05-18 Don't explicitly mark range partitioning columns NOT NULL. Robert Haas 10.0
2017-05-17 Code review for make_partition_op_expr. Robert Haas 10.0
2017-05-17 Remove redundant has_null member from PartitionBoundInfoData. Robert Haas 10.0
2017-05-15 Attempt to fix compiler warning. Robert Haas 10.0
2017-05-13 Teach \d+ to show partitioning constraints. Robert Haas 10.0
2017-05-13 Fix multi-column range partitioning constraints. Robert Haas 10.0
2017-05-02 Fix typos in comments. Robert Haas 10.0
2017-03-27 Fix improper NULL handling in list partitioning code. Robert Haas 10.0
2017-03-03 Improve error reporting for tuple-routing failures. Robert Haas 10.0
2017-01-25 Be more aggressive in avoiding tuple conversion. Robert Haas 10.0
2017-01-24 Set ecxt_scantuple correctly for tuple routing. Robert Haas 10.0
2017-01-24 Reindent table partitioning code. Robert Haas 10.0
2017-01-24 Remove unused variable. Robert Haas 10.0
2017-01-24 Don't invoke arbitrary code inside a possibly-aborted transaction. Robert Haas 10.0
2017-01-20 Fix comparison logic in partition_bounds_equal for non-finite bounds. Robert Haas 10.0
2017-01-19 Avoid some code duplication in map_partition_varattnos(). Robert Haas 10.0
2017-01-19 Fix some problems in check_new_partition_bound(). Robert Haas 10.0
2017-01-19 Fix RETURNING to work correctly with partition tuple routing. Robert Haas 10.0