index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various typos
David Rowley
2023-04-18
1
-1
/
+1
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
1
-0
/
+16
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
1
-15
/
+4
*
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-25
1
-4
/
+18
*
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
2
-7
/
+36
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-5
/
+222
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
2
-33
/
+12
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
2
-12
/
+33
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
2
-33
/
+12
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
1
-45
/
+0
*
Update copyright for 2023
Bruce Momjian
2023-01-02
8
-8
/
+8
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Update outdated comment in ApplyRetrieveRule
Alvaro Herrera
2022-12-07
1
-2
/
+3
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
4
-118
/
+172
*
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
1
-10
/
+43
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
1
-177
/
+12
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
1
-1
/
+1
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
1
-3
/
+3
*
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-17
1
-0
/
+12
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
1
-28
/
+59
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+9
*
Fix grammar in error message
John Naylor
2022-09-15
1
-1
/
+1
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
1
-1
/
+0
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-1
/
+1
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-5
/
+3
*
Fix incautious CTE matching in rewriteSearchAndCycle().
Tom Lane
2022-04-23
1
-3
/
+16
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
2
-7
/
+140
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
1
-6
/
+12
*
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
1
-3
/
+3
*
Update copyright for 2022
Bruce Momjian
2022-01-07
7
-7
/
+7
*
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
1
-0
/
+23
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
1
-3
/
+3
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
1
-4
/
+4
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
1
-3
/
+17
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
1
-3
/
+5
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
1
-1
/
+1
*
Remove unused function argument
Peter Eisentraut
2021-05-03
1
-6
/
+0
*
Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.
Tom Lane
2021-04-26
1
-38
/
+4
*
Update comments for rewriteTargetListIU().
Tom Lane
2021-04-25
1
-6
/
+4
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
2
-4
/
+4
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
1
-13
/
+16
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-92
/
+1
*
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
1
-6
/
+0
*
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
1
-0
/
+6
*
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
1
-7
/
+18
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
3
-0
/
+687
*
Update copyright for 2021
Bruce Momjian
2021-01-02
6
-6
/
+6
*
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
1
-7
/
+10
*
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-22
1
-27
/
+215
[next]