Commits

DateSubjectAuthorReleases
2022-12-22 Add some recursion and looping defenses in prepjointree.c. Tom Lane 16.0
2022-12-22 Add some recursion and looping defenses in prepjointree.c. Tom Lane 15.2
2022-12-10 Add subquery pullup handling for WindowClause runCondition David Rowley 15.2
2022-12-10 Add subquery pullup handling for WindowClause runCondition David Rowley 16.0
2022-12-06 Rework query relation permission checking Alvaro Herrera 16.0
2022-11-29 Remove bogus Assert and dead code in remove_useless_results_recurse(). Tom Lane 12.14
2022-11-29 Remove bogus Assert and dead code in remove_useless_results_recurse(). Tom Lane 13.10
2022-11-29 Remove bogus Assert and dead code in remove_useless_results_recurse(). Tom Lane 15.2
2022-11-29 Remove bogus Assert and dead code in remove_useless_results_recurse(). Tom Lane 16.0
2022-11-29 Remove bogus Assert and dead code in remove_useless_results_recurse(). Tom Lane 14.7
2022-11-16 Invent "multibitmapsets", and use them to speed up antijoin detection. Tom Lane 16.0
2022-11-05 Don't pass down nonnullable_vars while reducing outer joins. Tom Lane 16.0
2022-09-15 In back branches, fix conditions for pullup of FROM-less subqueries. Tom Lane 11.18
2022-09-15 In back branches, fix conditions for pullup of FROM-less subqueries. Tom Lane 10.23
2022-08-17 Use an explicit state flag to control PlaceHolderInfo creation. Tom Lane 16.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-03-17 Don't bother to attach column name lists to RowExprs of named types. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-09-15 Remove arbitrary 64K-or-so limit on rangetable size. Tom Lane 15.0
2021-07-09 Avoid creating a RESULT RTE that's marked LATERAL. Tom Lane 15.0
2021-07-09 Avoid creating a RESULT RTE that's marked LATERAL. Tom Lane 13.4
2021-07-09 Avoid creating a RESULT RTE that's marked LATERAL. Tom Lane 14.0
2021-07-06 Reduce the cost of planning deeply-nested views. Tom Lane 15.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2