Commits

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

DateSubjectAuthorReleases
2024-11-20 Avoid assertion failure if a setop leaf query contains setops. Tom Lane 14.16
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 14.14
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 14.14
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 14.12
2023-09-15 Track nesting depth correctly when drilling down into RECORD Vars. Tom Lane 14.10
2023-02-17 Print the correct aliases for DML target tables in ruleutils. Tom Lane 14.8
2022-12-02 Fix psql's \sf and \ef for new-style SQL functions. Tom Lane 14.7
2022-12-01 Fix under-parenthesized display of AT TIME ZONE constructs. Tom Lane 14.7
2022-10-16 Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value. Tom Lane 14.6
2022-07-21 Fix ruleutils issues with dropped cols in functions-returning-composite. Tom Lane 14.5
2022-05-21 Show 'AS "?column?"' explicitly when it's important. Tom Lane 14.4
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 14.3
2022-01-13 Fix ruleutils.c's dumping of whole-row Vars in more contexts. Tom Lane 14.2
2021-11-17 Fix display of SQL-standard function's arguments in INSERT/SELECT. Tom Lane 14.2
2021-10-11 Fix EXPLAIN of SEARCH BREADTH FIRST queries some more. Tom Lane 14.1
2021-09-16 Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. Tom Lane 14.0
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-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-01-25 Fix broken ruleutils support for function TRANSFORM clauses. Tom Lane 14.0
2021-01-18 Add bytea equivalents of ltrim() and rtrim(). Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-11-04 Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 14.0
2020-11-02 Remove special checks for pg_rewrite.ev_qual and ev_action being NULL. Tom Lane 14.0