summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
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
2018-07-19Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-14Reorganize partitioning codeAlvaro Herrera
2018-04-12Cleanup covering infrastructureTeodor Sigaev
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-21Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-13Add procedure support to pg_get_functiondefPeter Eisentraut
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-10-26Support domains over composite types.Tom Lane
2017-09-15Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane