Commits

DateSubjectAuthorReleases
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-02-21 Delay lock acquisition for partitions until we route a tuple to them. Robert Haas 12.0
2018-07-27 Use key and partdesc from PartitionDispatch where possible. Robert Haas 12.0
2018-05-18 Further adjust comment in get_partition_dispatch_recurse. Robert Haas 11.0
2018-05-16 Improve comment in get_partition_dispatch_recurse. Robert Haas 11.0
2018-05-01 Fix interaction of foreign tuple routing with remote triggers. Robert Haas 11.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-02-22 Be lazier about partition tuple routing. Robert Haas 11.0
2018-02-22 Remove extra word from comment. Robert Haas 11.0
2018-02-08 Avoid listing the same ResultRelInfo in more than one EState list. Robert Haas 11.0
2018-02-06 Fix incorrect grammar. Robert Haas 11.0
2018-01-24 Avoid referencing off the end of subplan_partition_offsets. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2018-01-05 Factor error generation out of ExecPartitionCheck. Robert Haas 11.0
2018-01-04 Simplify and encapsulate tuple routing support code. Robert Haas 11.0
2017-12-01 Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. Robert Haas 11.0
2017-12-01 Fix uninitialized memory reference. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-28 Fix wrong function name in comment. Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0