aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* 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
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Avoid fetching past the end of the indoption array.Tom Lane2019-04-07
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Standardize some more loops that chase down parallel lists.Tom Lane2019-02-28
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-07
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Refactor planner's header files.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31