summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
2022-08-26More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-20set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add public ruleutils.c entry point to deparse a Query.Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27Fix up compiler warnings/errors from f4fb45d15.Tom Lane
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-09Make pg_get_expr() more bulletproof.Tom Lane
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-10-11Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.Tom Lane
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-01Don't print extra parens around expressions in extended statsTomas Vondra
2021-08-31Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Make pg_get_statisticsobjdef_expressions return NULLTomas Vondra
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-27Extended statistics on expressionsTomas Vondra
2021-03-18Implement GROUP BY DISTINCTTomas Vondra