summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-10Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-11Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-04Fix an assortment of typosDavid Rowley
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-10Fixup various StringInfo function usagesDavid Rowley
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote
2024-04-07Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-07Add ruleutils support for decompiling MERGE commands.Tom Lane
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera