Commits

DateSubjectAuthorReleases
2026-04-01 Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-03-30 Remove PlannedStmt->resultRelations in favor of resultRelationRelids Melanie Plageman 19 (unreleased)
2026-03-30 Make it cheap to check if a relation is modified by a query Melanie Plageman 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-02-12 Add support for INSERT ... ON CONFLICT DO SELECT. Dean Rasheed 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about elided nodes in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about range-table flattening in the final plan. Robert Haas 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-11-02 Change "long" numGroups fields to be Cardinality (i.e., double). Tom Lane 19 (unreleased)
2025-10-16 Remove partColsUpdated. Nathan Bossart 19 (unreleased)
2025-10-08 Add extension_state member to PlannedStmt. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-07-31 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt Michael Paquier 19 (unreleased)
2025-07-29 Display Memoize planner estimates in EXPLAIN David Rowley 19 (unreleased)
2025-07-24 Introduce field tracking cached plan type in PlannedStmt Michael Paquier 19 (unreleased)
2025-05-31 Change internal plan ID type from uint64 to int64 Michael Paquier 18.0
2025-05-30 Change internal queryid type from uint64 to int64 David Rowley 18.0
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-03-24 Allow plugins to set a 64-bit plan identifier in PlannedStmt Michael Paquier 18.0
2025-03-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-03-11 Improve EXPLAIN's display of window functions. Tom Lane 18.0
2025-02-10 Fix indentation of comment in plannodes.h Michael Paquier 18.0
2025-02-10 Reformat node comments in plannodes.h Michael Paquier 18.0
2025-02-07 Track unpruned relids to avoid processing pruned relations Amit Langote 18.0