summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
AgeCommit message (Expand)Author
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-05-03Remove unused function argumentPeter Eisentraut
2021-04-26Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.Tom Lane
2021-04-25Update comments for rewriteTargetListIU().Tom Lane
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-07Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-22Optimize a few list_delete_ptr callsDavid Rowley
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-05-23Add missing invocations to object access hooksMichael Paquier
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-20Disallow dropping rules on system tables by defaultPeter Eisentraut
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-03-30Generated columnsPeter Eisentraut
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund