aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* 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
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-20
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-16
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* Rename shadowed local variablesDavid Rowley2022-10-05
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera2022-04-20
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add public ruleutils.c entry point to deparse a Query.Tom Lane2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Fix up compiler warnings/errors from f4fb45d15.Tom Lane2022-03-27