aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* 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
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-07
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-30
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix incorrect comment in pg_get_partkeydef()David Rowley2023-03-07
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21