Commits

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

DateSubjectAuthorReleases
2025-05-19 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES Heikki Linnakangas 15.14
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 15.11
2024-11-20 Avoid assertion failure if a setop leaf query contains setops. Tom Lane 15.11
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 15.9
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 15.9
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 15.7
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 15.7
2023-09-15 Track nesting depth correctly when drilling down into RECORD Vars. Tom Lane 15.5
2023-05-19 pageinspect: Fix gist_page_items() with included columns Michael Paquier 15.4
2023-05-07 Add ruleutils support for decompiling MERGE commands. Tom Lane 15.3
2023-02-17 Print the correct aliases for DML target tables in ruleutils. Tom Lane 15.3
2023-01-03 Fix typos in comments, code and documentation Michael Paquier 15.2
2022-12-02 Fix psql's \sf and \ef for new-style SQL functions. Tom Lane 15.2
2022-12-01 Fix under-parenthesized display of AT TIME ZONE constructs. Tom Lane 15.2
2022-10-16 Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value. Tom Lane 15.1
2022-09-01 Revert SQL/JSON features Andrew Dunstan 15.0
2022-07-22 Close old gap in dependency checks for functions returning composite. Tom Lane 15.0
2022-07-21 Fix ruleutils issues with dropped cols in functions-returning-composite. Tom Lane 15.0
2022-05-21 Show 'AS "?column?"' explicitly when it's important. Tom Lane 15.0
2022-05-13 Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure. Tom Lane 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-20 set_deparse_plan: Reuse variable to appease Coverity Alvaro Herrera 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-04-05 PLAN clauses for JSON_TABLE Andrew Dunstan 15.0
2022-04-04 JSON_TABLE Andrew Dunstan 15.0