summaryrefslogtreecommitdiff
path: root/src/include/rewrite
AgeCommit message (Expand)Author
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-02-25Eliminate code duplication in replace_rte_variables callbacksRichard Guo
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Minimal portability fix for commit e1551f96e.Tom Lane
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-15RLS refactoringStephen Frost
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund