Commits

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

DateSubjectAuthorReleases
2025-08-17 Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 14.20
2024-11-16 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 14.15
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 14.14
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 14.12
2023-05-19 Fix misbehavior of EvalPlanQual checks with multiple result relations. Tom Lane 14.9
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2022-12-08 Remove new structure member from ResultRelInfo. Etsuro Fujita 14.7
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 14.7
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 14.2
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 14.2
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 14.2
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 14.2
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-06-28 Pre branch pgindent / pgperltidy run Andrew Dunstan 14.0
2021-06-11 Optimize creation of slots for FDW bulk inserts Tomas Vondra 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-12 Fix EXPLAIN ANALYZE for async-capable nodes. Etsuro Fujita 14.0
2021-04-06 Postpone some more stuff out of ExecInitModifyTable. Tom Lane 14.0
2021-04-06 Postpone some stuff out of ExecInitModifyTable. Tom Lane 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0