Commits

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

DateSubjectAuthorReleases
2022-09-06 Further fixes for MULTIEXPR_SUBLINK fix. Tom Lane 11.18
2022-08-13 Add missing fields to _outConstraint() Peter Eisentraut 11.18
2022-08-12 Fix _outConstraint() for "identity" constraints Peter Eisentraut 11.18
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 11.15
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 11.11
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 11.8
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 11.8
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 11.4
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 11.2
2018-10-12 Correct attach/detach logic for FKs in partitions Alvaro Herrera 11.0
2018-09-16 Add outfuncs.c support for RawStmt nodes. Tom Lane 11.0
2018-08-31 Disable support for partitionwise joins in problematic cases. Etsuro Fujita 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-06-10 Assorted cosmetic cleanup of run-time-partition-pruning code. Tom Lane 11.0
2018-06-10 Relocate partition pruning structs to a saner place. Tom Lane 11.0
2018-06-10 Improve run-time partition pruning to handle any stable expression. Tom Lane 11.0
2018-05-31 Reconcile nodes/*funcs.c with PostgreSQL 11 work. Noah Misch 11.0
2018-04-28 Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs. Tom Lane 11.0
2018-04-23 Add GUC enable_partition_pruning Alvaro Herrera 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-07 Support partition pruning at execution time Alvaro Herrera 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-06 Improve parse representation for MERGE Simon Riggs 11.0