Commits

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

DateSubjectAuthorReleases
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 18.2
2025-03-11 Add special case fast-paths for strict functions Daniel Gustafsson 18.0
2025-03-11 Replace EEOP_DONE with special steps for return/no return Daniel Gustafsson 18.0
2025-01-30 Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. Tom Lane 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-15 Rename RowCompareType to CompareType Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-12-11 Use ExprStates for hashing in GROUP BY and SubPlans David Rowley 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-11-25 Fix NULLIF()'s handling of read-write expanded objects. Tom Lane 18.0
2024-11-05 Fix hypothetical bug in ExprState building for hashing David Rowley 18.0
2024-10-20 SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 18.0
2024-10-17 Don't store intermediate hash values in ExprState->resvalue David Rowley 18.0
2024-09-09 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps Amit Langote 18.0
2024-09-06 Revert recent SQL/JSON related commits Amit Langote 18.0
2024-09-06 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps Amit Langote 18.0
2024-08-20 Speed up Hash Join by making ExprStates support hashing David Rowley 18.0
2024-08-01 Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund 18.0
2024-07-30 SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE Amit Langote 18.0
2024-07-26 SQL/JSON: Remove useless code in ExecInitJsonExpr() Amit Langote 18.0
2024-07-26 SQL/JSON: Fix error-handling of some JsonBehavior expressions Amit Langote 18.0