Commits

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

DateSubjectAuthorReleases
2022-03-31 RETURNING clause for JSON() and JSON_SCALAR() Andrew Dunstan 15.0
2022-03-30 SQL JSON functions Andrew Dunstan 15.0
2022-03-29 SQL/JSON query functions Andrew Dunstan 15.0
2022-03-28 IS JSON predicate Andrew Dunstan 15.0
2022-03-28 Add public ruleutils.c entry point to deparse a Query. Tom Lane 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-03-27 Fix up compiler warnings/errors from f4fb45d15. Tom Lane 15.0
2022-03-27 SQL/JSON constructors Andrew Dunstan 15.0
2022-03-27 Common SQL/JSON clauses Andrew Dunstan 15.0
2022-03-22 Revert "Common SQL/JSON clauses" Andrew Dunstan 15.0
2022-03-22 Common SQL/JSON clauses Andrew Dunstan 15.0
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 15.0
2022-02-03 Add UNIQUE null treatment option Peter Eisentraut 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
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-08 Allow specifying column list for foreign key ON DELETE SET actions Peter Eisentraut 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-09-09 Remove Value node struct Peter Eisentraut 15.0
2021-09-08 Clean up some code using "(expr) ? true : false" Michael Paquier 15.0
2021-08-31 Don't print extra parens around expressions in extended stats Tomas Vondra 15.0
2021-08-31 Fix missed lock acquisition while inlining new-style SQL functions. Tom Lane 15.0