index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Age
Commit message (
Expand
)
Author
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-09
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
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-19
Fix typos and grammar in comments and docs
Michael Paquier
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-07
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
Disallow converting an inheritance child table to a view.
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-11-07
Move catalog index declarations
Peter Eisentraut
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-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-05-23
Add missing invocations to object access hooks
Michael Paquier
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-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-20
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-07-22
Make identity sequence management more robust
Peter Eisentraut
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-03-30
Generated columns
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
[next]