summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
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
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-23Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera