Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2024-12-19 Use ExecGetCommonSlotOps infrastructure in more places. Tom Lane 18.0
2023-03-02 Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane 16.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2019-12-11 Allow executor startup pruning to prune all child nodes. Tom Lane 13.0
2018-10-06 Remove more redundant relation locking during executor startup. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-06-13 Fix up run-time partition pruning's use of relcache's partition data. Tom Lane 11.0
2018-06-10 Improve run-time partition pruning to handle any stable expression. Tom Lane 11.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2006-05-23 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2006-02-05 Improve my initial, rather hacky implementation of joins to append Tom Lane 8.2.0
2005-05-22 Teach the planner to remove SubqueryScan nodes from the plan if they Tom Lane 8.1.0
2004-10-07 Fix problems with SQL functions returning rowtypes that have dropped Tom Lane 8.0.0
2004-01-22 Fix oversight in optimization that avoids an unnecessary projection step Tom Lane 7.4.2
2004-01-22 Fix oversight in optimization that avoids an unnecessary projection step Tom Lane 8.0.0
2003-02-09 Make further use of new bitmapset code: executor's chgParam, extParam, Tom Lane 7.4.1
2002-12-05 Phase 1 of read-only-plans project: cause executor state nodes to point Tom Lane 7.4.1
2002-11-01 Reduce a couple of debugging messages from LOG to DEBUG1 category. Tom Lane 7.3.1
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1