Commits

DateSubjectAuthorReleases
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-10-15 Disallow MERGE cleanly for foreign partitions Alvaro Herrera 15.1
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
2022-05-21 Avoid overflow hazard when clamping group counts to "long int". Tom Lane 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 14.3
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 15.0
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 12.11
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 13.7
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 14.3
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 15.0
2022-04-07 Teach planner and executor about monotonic window funcs David Rowley 15.0
2022-04-06 Allow asynchronous execution in more cases. Etsuro Fujita 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 15.0
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 10.21
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 12.11
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 14.3
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 11.16