Commits

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

DateSubjectAuthorReleases
2025-05-19 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES Heikki Linnakangas 17.6
2025-02-21 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 17.5
2025-01-12 Fix JsonExpr deparsing to quote variable names in the PASSING clause. Dean Rasheed 17.3
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 17.3
2024-11-27 Fix pg_get_constraintdef for NOT NULL constraints on domains Álvaro Herrera 17.3
2024-11-20 Avoid assertion failure if a setop leaf query contains setops. Tom Lane 17.3
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 17.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 17.0
2024-09-06 Revert recent SQL/JSON related commits Amit Langote 17.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 17.0
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 17.0
2024-08-29 Fix mis-deparsing of ORDER BY lists when there is a name conflict. Tom Lane 17.0
2024-08-24 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands Alexander Korotkov 17.0
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 17.0
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 17.0
2024-06-04 Fix another couple of outdated comments for MERGE RETURNING. Dean Rasheed 17.0
2024-05-16 Revert temporal primary keys and foreign keys Peter Eisentraut 17.0
2024-05-13 Revert structural changes to not-null constraints Alvaro Herrera 17.0
2024-05-03 Fix an assortment of typos David Rowley 17.0
2024-04-15 Fix ALTER DOMAIN NOT NULL syntax Peter Eisentraut 17.0
2024-04-09 Fixup various StringInfo function usages David Rowley 17.0
2024-04-08 JSON_TABLE: Add support for NESTED paths and columns Amit Langote 17.0
2024-04-08 Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly Amit Langote 17.0
2024-04-06 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 17.0
2024-04-04 Add basic JSON_TABLE() functionality Amit Langote 17.0