aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane2025-03-13
* Preserve RangeTblEntry.relid when expanding a view RTE.Tom Lane2025-03-12
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Disallow converting a table to a view within an outer SQL command.Tom Lane2024-04-30
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Fix typo in comment.Amit Langote2023-06-16
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-17
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-07
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-06
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-06
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Add missing invocations to object access hooksMichael Paquier2020-05-23
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-31
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* 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
* Disallow dropping rules on system tables by defaultPeter Eisentraut2019-12-20
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20