Commits

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

DateSubjectAuthorReleases
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
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-04-18 Fix minor typo in comment Simon Riggs 10.0
2017-03-29 Improve Node vs Expr use a bit Peter Eisentraut 10.0
2017-03-27 Fix improper NULL handling in list partitioning code. Robert Haas 10.0
2017-03-26 Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate. Tom Lane 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 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 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 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