Commits

DateSubjectAuthorReleases
2025-08-13 Make type Datum be 8 bytes wide everywhere. Tom Lane 19 (unreleased)
2023-04-05 Support "Right Anti Join" plan shapes. Tom Lane 16.0
2022-12-02 Remove gen_node_support.pl's special treatment of EquivalenceClasses. Tom Lane 16.0
2022-07-12 Add defenses against unexpected changes in the NodeTag enum list. Tom Lane 16.0
2022-07-12 Invent nodetag_only attribute for Nodes. Tom Lane 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-01-24 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 15.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-03-06 Allow ALTER TYPE to change some properties of a base type. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-02-12 Allow extensions to generate lossy index conditions. Tom Lane 12.0
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-09-18 Add a debugging option to stress-test outfuncs.c and readfuncs.c. 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-10 Relocate partition pruning structs to a saner place. Tom Lane 11.0
2017-10-03 Allow multiple tables to be specified in one VACUUM or ANALYZE command. Tom Lane 11.0
2017-07-14 Code review for NextValueExpr expression node type. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0