index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Commit message (
Expand
)
Author
Age
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Remove unused function argument
Peter Eisentraut
2021-05-03
*
Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.
Tom Lane
2021-04-26
*
Update comments for rewriteTargetListIU().
Tom Lane
2021-04-25
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
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-06
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
*
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-22
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Add missing invocations to object access hooks
Michael Paquier
2020-05-23
*
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-20
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
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-16
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
[next]