Commits

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

DateSubjectAuthorReleases
2025-05-19 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES Heikki Linnakangas 14.19
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 14.16
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-05-19 pageinspect: Fix gist_page_items() with included columns Michael Paquier 14.9
2023-02-17 Print the correct aliases for DML target tables in ruleutils. Tom Lane 14.8
2023-01-03 Fix typos in comments, code and documentation Michael Paquier 14.7
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 Don't print extra parens around expressions in extended stats Tomas Vondra 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-05-07 Make pg_get_statisticsobjdef_expressions return NULL Tomas Vondra 14.0