Commits

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

DateSubjectAuthorReleases
2020-11-24 Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 11.11
2019-05-05 Fix style violations in syscache lookups. Tom Lane 11.3
2019-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 11.3
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-23 Add GUC enable_partition_pruning Alvaro Herrera 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-12 Cleanup covering infrastructure Teodor Sigaev 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-04-06 Faster partition pruning Alvaro Herrera 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2018-03-09 Improve predtest.c's internal docs, and enhance its functionality a bit. Tom Lane 11.0
2018-02-28 For partitionwise join, match on partcollation, not parttypcoll. Robert Haas 11.0
2018-01-25 Ignore partitioned indexes where appropriate Alvaro Herrera 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-01 Try to exclude partitioned tables in toto. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-10-06 Copy information from the relcache instead of pointing to it. Robert Haas 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-09-21 Associate partitioning information with each RelOptInfo. Robert Haas 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0