Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 16.10
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 16.5
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 16.4
2023-05-04 Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" Alvaro Herrera 16.0
2023-03-16 Enable use of Memoize atop an Append that came from UNION ALL. Tom Lane 16.0
2023-02-20 Remove gratuitous assumptions about what make_modifytable can see. Tom Lane 16.0
2023-01-31 Remove dead NoMovementScanDirection code David Rowley 16.0
2023-01-30 Invent "join domains" to replace the below_outer_join hack. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-01 Move PartitioPruneInfo out of plan nodes into PlannedStmt Alvaro Herrera 16.0
2022-11-30 Stop accessing checkAsUser via RTE in some cases Alvaro Herrera 16.0
2022-10-15 Disallow MERGE cleanly for foreign partitions Alvaro Herrera 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-08-17 Use an explicit state flag to control PlaceHolderInfo creation. Tom Lane 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0
2022-07-13 Use list_copy_head() instead of list_truncate(list_copy(...), ...) David Rowley 16.0