index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execPartition.c
Commit message (
Expand
)
Author
Age
*
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
*
Fix parent node of WCO expressions in partitioned tables.
Andres Freund
2018-03-05
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Remove extra word from comment.
Robert Haas
2018-02-22
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Fix incorrect grammar.
Robert Haas
2018-02-06
*
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
Fix uninitialized memory reference.
Robert Haas
2017-12-01
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix wrong function name in comment.
Robert Haas
2017-11-28
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15