aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* 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
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Make pg_get_expr() more bulletproof.Tom Lane2022-01-09
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.Tom Lane2021-10-11
* Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane2021-09-16
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-15
* Remove Value node structPeter Eisentraut2021-09-09
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Don't print extra parens around expressions in extended statsTomas Vondra2021-09-01
* Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane2021-08-31
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Make pg_get_statisticsobjdef_expressions return NULLTomas Vondra2021-05-07
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Extended statistics on expressionsTomas Vondra2021-03-27
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18