index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Age
Commit message (
Expand
)
Author
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-20
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-05-07
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-06-16
Fix typo in comment.
Amit Langote
2023-06-14
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-02-25
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-23
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-07
Update outdated comment in ApplyRetrieveRule
Alvaro Herrera
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-03
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-10-11
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-09-15
Fix grammar in error message
John Naylor
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-07-09
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-05-03
Remove unused function argument
Peter Eisentraut
2021-04-26
Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.
Tom Lane
2021-04-25
Update comments for rewriteTargetListIU().
Tom Lane
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-06
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-06
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-23
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-22
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-22
Optimize a few list_delete_ptr calls
David Rowley
2020-03-31
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
[next]