Commits

DateSubjectAuthorReleases
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 15.9
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 18.0
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 17.0
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 16.4
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 15.8
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 12.20
2024-07-23 Remove redundant code in create_gather_merge_path Richard Guo 18.0
2024-05-05 Fix query pullup issue with WindowClause runCondition David Rowley 17.0
2024-03-30 Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. Dean Rasheed 17.0
2024-03-19 Postpone reparameterization of paths until create_plan(). Tom Lane 17.0
2024-01-26 Improve NestLoopParam generation for lateral subqueries David Rowley 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-08-15 Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. Etsuro Fujita 17.0
2023-07-14 Allow plan nodes with initPlans to be considered parallel-safe. Tom Lane 17.0
2023-07-03 Remove redundant PARTITION BY columns from WindowClauses David Rowley 17.0
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