summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
2020-09-28Add for_each_from, to simplify loops starting from non-first list cells.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
2019-04-07Avoid fetching past the end of the indoption array.Tom Lane
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-02-28Standardize some more loops that chase down parallel lists.Tom Lane
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-07Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-29Refactor planner's header files.Tom Lane
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-19Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-09-11Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane
2018-09-03Remove pg_constraint.conincludingAlvaro Herrera
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-28Document security implications of qualified names.Noah Misch