Commits

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

DateSubjectAuthorReleases
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 14 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 14.18
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 14.12
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 14.12
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 14.12
2024-03-06 Fix type-checking of RECORD-returning functions in FROM. Tom Lane 14.12
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 14.8
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-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 14.1
2021-08-31 Fix missed lock acquisition while inlining new-style SQL functions. Tom Lane 14.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-05-25 Fix use of uninitialized variable in inline_function(). Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-15 Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane 14.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation David Rowley 14.0
2021-04-07 SQL-standard function body Peter Eisentraut 14.0
2021-04-02 Add support for NullIfExpr in eval_const_expressions Peter Eisentraut 14.0
2021-03-29 Cache if PathTarget and RestrictInfos contain volatile functions David Rowley 14.0
2021-03-24 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." Amit Kapila 14.0
2021-03-18 Add a new GUC and a reloption to enable inserts in parallel-mode. Amit Kapila 14.0
2021-03-13 Improve FK trigger parallel-safety check added by 05c8482f7f. Amit Kapila 14.0