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
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* 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
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* 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
* 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
* 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
* Enhanced cycle mark valuesPeter Eisentraut2021-02-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-09
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-04
* Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.Tom Lane2020-11-02
* Rethink the generation rule for fmgroids.h macros.Tom Lane2020-11-02
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement operator class parametersAlexander Korotkov2020-03-30
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01