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
/
rewriteHandler.c
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
*
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
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
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
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
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
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-10-02
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Simplify view-expansion code in rewriteHandler.c.
Tom Lane
2018-04-14
*
Fix enforcement of SELECT FOR UPDATE permissions with nested views.
Tom Lane
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
[next]