Commits

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

DateSubjectAuthorReleases
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-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-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
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-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-03-28 Add public ruleutils.c entry point to deparse a Query. Tom Lane 15.0
2022-03-27 Fix up compiler warnings/errors from f4fb45d15. Tom Lane 15.0
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 15.0
2022-01-13 Fix ruleutils.c's dumping of whole-row Vars in more contexts. Tom Lane 15.0
2022-01-09 Make pg_get_expr() more bulletproof. Tom Lane 15.0
2021-11-17 Fix display of SQL-standard function's arguments in INSERT/SELECT. Tom Lane 15.0
2021-10-11 Fix EXPLAIN of SEARCH BREADTH FIRST queries some more. Tom Lane 15.0
2021-09-16 Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. Tom Lane 15.0
2021-09-15 Remove arbitrary 64K-or-so limit on rangetable size. Tom Lane 15.0
2021-08-31 Fix missed lock acquisition while inlining new-style SQL functions. Tom Lane 15.0