summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-15Fix get_expr_result_type() to find field names for RECORD Consts.Tom Lane
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2019-11-16Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
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
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