Commits

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

DateSubjectAuthorReleases
2026-04-24 Fix incorrect logic for hashed IN / NOT IN with non-strict operators David Rowley 18.4
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 18.2
2025-07-17 Remove duplicate line Amit Langote 18.0
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-02-07 Virtual generated columns Peter Eisentraut 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 Optimize alignment calculations in tuple form/deform David Rowley 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-12-10 Speedup Hash Joins with dedicated functions for ExprState hashing 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-10-31 Remove duplicate words in comments Daniel Gustafsson 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-03 Fix typos and grammar in code comments and docs Michael Paquier 18.0
2024-08-20 Speed up Hash Join by making ExprStates support hashing David Rowley 18.0
2024-08-07 Refactor/reword some error messages to avoid duplicates Alvaro Herrera 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: Improve error-handling of JsonBehavior expressions Amit Langote 18.0
2024-07-26 SQL/JSON: Fix error-handling of some JsonBehavior expressions Amit Langote 18.0