aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* Fix a few more duplicate words in commentsDavid Rowley2025-04-21
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier2025-02-21
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed2025-01-12
* Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed2025-01-12
* Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut2025-01-11
* Update copyright for 2025Bruce Momjian2025-01-01
* Skip useless calculation of join RTE column names during EXPLAIN.Tom Lane2024-12-17
* Avoid assertion failure if a setop leaf query contains setops.Tom Lane2024-11-20
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane2024-09-10
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane2024-08-11
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed2024-06-04
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut2024-04-15
* Fixup various StringInfo function usagesDavid Rowley2024-04-10
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote2024-04-08
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Catalog domain not-null constraintsPeter Eisentraut2024-03-20
* Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane2024-03-19
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Fix EXPLAIN output for subplans in MERGE.Dean Rasheed2024-03-17
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Remove race condition in pg_get_expr().Tom Lane2024-02-09
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for AT LOCALMichael Paquier2023-10-13
* Tidy-up some appendStringInfo*() usagesDavid Rowley2023-10-03
* Add some const qualifiersPeter Eisentraut2023-09-26