Commits

DateSubjectAuthorReleases
2019-08-16 Remove useless bms_free() calls in build_child_join_rel(). Etsuro Fujita 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-08-09 Cosmetic improvements in setup of planner's per-RTE arrays. Tom Lane 13.0
2019-07-21 Speed up finding EquivalenceClasses for a given set of rels David Rowley 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-31 Compute root->qual_security_level in a less random place. Tom Lane 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-26 Build "other rels" of appendrel baserels in a separate step. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.5.16
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.6.12
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 10.7
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 11.2
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.4.21
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-10 Move inheritance expansion code into its own file Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-08-31 Disable support for partitionwise joins in problematic cases. Etsuro Fujita 11.0
2018-08-31 Disable support for partitionwise joins in problematic cases. Etsuro Fujita 12.0
2018-06-26 Allow direct lookups of AppendRelInfo by child relid Alvaro Herrera 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-06 Faster partition pruning Alvaro Herrera 11.0
2018-02-16 Rename enable_partition_wise_join to enable_partitionwise_join Peter Eisentraut 11.0
2018-02-05 Fix possible crash in partition-wise join. Robert Haas 11.0