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
/
rewriteManip.c
Commit message (
Expand
)
Author
Age
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
*
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-25
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix typo in comment.
Heikki Linnakangas
2018-04-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Improve implementation of CRE-stack-flattening in map_variable_attnos().
Tom Lane
2017-10-13
*
Avoid coercing a whole-row variable that is already coerced.
Robert Haas
2017-10-12
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.
Tom Lane
2012-11-08
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
[next]