summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
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
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-02Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.Tom Lane
2020-11-02Rethink the generation rule for fmgroids.h macros.Tom Lane
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-28Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-11-16Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-12Finish reverting commit 0a52d378b.Tom Lane