Commits

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

DateSubjectAuthorReleases
2025-05-19 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES Heikki Linnakangas 18.0
2025-04-21 Fix a few more duplicate words in comments David Rowley 18.0
2025-03-11 Improve EXPLAIN's display of window functions. Tom Lane 18.0
2025-02-21 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-12 Fix JsonExpr deparsing to quote variable names in the PASSING clause. Dean Rasheed 18.0
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-17 Skip useless calculation of join RTE column names during EXPLAIN. Tom Lane 18.0
2024-11-20 Avoid assertion failure if a setop leaf query contains setops. Tom Lane 18.0
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-09-17 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 18.0
2024-09-17 Add temporal FOREIGN KEY contraints Peter Eisentraut 18.0
2024-09-10 Use a hash table to de-duplicate column names in ruleutils.c. Tom Lane 18.0
2024-09-10 Introduce an RTE for the grouping step Richard Guo 18.0
2024-09-09 Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane 18.0
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 18.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 18.0
2024-09-06 Revert recent SQL/JSON related commits Amit Langote 18.0
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 18.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 18.0
2024-08-29 Fix mis-deparsing of ORDER BY lists when there is a name conflict. Tom Lane 18.0
2024-08-24 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands Alexander Korotkov 18.0
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 18.0