Commits

DateSubjectAuthorReleases
2026-04-22 Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual columns. Dean Rasheed 18.4
2026-04-22 Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual columns. Dean Rasheed 19 (unreleased)
2026-03-24 Further improve commentary about ChangeVarNodesWalkExpression() Alexander Korotkov 19 (unreleased)
2026-03-24 Further improve commentary about ChangeVarNodesWalkExpression() Alexander Korotkov 18.4
2026-03-23 Improve commentary about ChangeVarNodesWalkExpression(). Tom Lane 18.4
2026-03-23 Improve commentary about ChangeVarNodesWalkExpression(). Tom Lane 19 (unreleased)
2026-03-20 Fix self-join removal to update bare Var references in join clauses Alexander Korotkov 18.4
2026-03-20 Fix self-join removal to update bare Var references in join clauses Alexander Korotkov 19 (unreleased)
2026-03-19 Add some const qualifiers enabled by typeof_unqual change on copyObject Peter Eisentraut 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-05 Fix comments for ChangeVarNodes() and related functions Richard Guo 18.1
2025-11-05 Fix comments for ChangeVarNodes() and related functions Richard Guo 19 (unreleased)
2025-05-07 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 18.0
2025-05-03 Revert "Refactor ChangeVarNodesExtended() using the custom callback" Alexander Korotkov 18.0
2025-05-03 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 18.0
2025-04-29 Fixes for ChangeVarNodes_walker() Alexander Korotkov 18.0
2025-04-28 Restore comments in ChangeVarNodesExtended() Alexander Korotkov 18.0
2025-03-13 Fix incorrect handling of subquery pullup Richard Guo 18.0
2025-02-25 Eliminate code duplication in replace_rte_variables callbacks Richard Guo 18.0
2025-02-25 Expand virtual generated columns in the planner Richard Guo 18.0
2025-02-17 Implement Self-Join Elimination Alexander Korotkov 18.0
2025-01-29 Handle default NULL insertion a little better. Tom Lane 14.16
2025-01-29 Handle default NULL insertion a little better. Tom Lane 15.11