]> granicus.if.org Git - postgresql/history - src/backend/executor/execPartition.c
Initial pgindent run for v12.
[postgresql] / src / backend / executor / execPartition.c
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-17 Tom LaneRestructure creation of run-time pruning steps.
2019-04-15 Etsuro FujitaFix thinko in ExecCleanupTupleRouting().
2019-04-04 Andres Freundtableam: Add table_multi_insert() and revamp/speed...
2019-03-30 Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-07 Robert HaasAllow ATTACH PARTITION with only ShareUpdateExclusiveLock.
2019-03-06 Andres FreundDon't reuse slots between root and partition in ON...
2019-03-02 Andres FreundUse a virtual rather than a heap slot in two places...
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-21 Robert HaasDelay lock acquisition for partitions until we route...
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-22 Michael PaquierFix typo in description of ExecFindPartition
2018-11-21 Alvaro HerreraFix PartitionDispatchData vertical whitespace
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-16 Alvaro HerreraAvoid re-typedef'ing PartitionTupleRouting
2018-11-16 Alvaro HerreraRedesign initialization of partition routing structures
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-15 Tom LaneImprove performance of partition pruning remapping...
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-10-07 Tom LaneRemove some unnecessary fields from Plan trees.
2018-10-04 Tom LaneCentralize executor's opening/closing of Relations...
2018-10-02 Andres FreundUse slots more widely in tuple mapping code and make...
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-09-14 Alvaro HerreraMove PartitionDispatchData struct definition to execPar...
2018-08-16 Alvaro HerreraFix executor prune failure when plan already pruned
2018-08-01 Tom LaneFix run-time partition pruning for appends with multipl...
2018-08-01 Alvaro HerreraFix unnoticed variable shadowing in previous commit
2018-08-01 Alvaro HerreraFix per-tuple memory leak in partition tuple routing
2018-08-01 Peter EisentrautAllow multi-inserts during COPY into a partitioned...
2018-07-27 Robert HaasUse key and partdesc from PartitionDispatch where possible.
2018-06-13 Tom LaneFix some ill-chosen names for globally-visible partitio...
2018-06-13 Tom LaneFix up run-time partition pruning's use of relcache...
2018-06-11 Tom LaneImprove ExecFindInitialMatchingSubPlans's subplan renum...
2018-06-11 Alvaro HerreraDon't needlessly check the partition contraint twice
2018-06-10 Tom LaneAssorted cosmetic cleanup of run-time-partition-pruning...
2018-06-10 Tom LaneRelocate partition pruning structs to a saner place.
2018-06-10 Tom LaneImprove run-time partition pruning to handle any stable...
2018-05-18 Robert HaasFurther adjust comment in get_partition_dispatch_recurse.
2018-05-16 Robert HaasImprove comment in get_partition_dispatch_recurse.
2018-05-01 Robert HaasFix interaction of foreign tuple routing with remote...
2018-04-25 Alvaro HerreraUpdate ExecInitPartitionInfo comment
2018-04-24 Alvaro HerreraInitialize ExprStates once in run-time partition pruning
2018-04-21 Tom LaneAdd missing "static" marker.
2018-04-19 Alvaro HerreraRemove quick path in ExecInitPartitionInfo for equal...
2018-04-16 Alvaro HerreraIgnore whole-rows in INSERT/CONFLICT with partitioned...
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-09 Alvaro HerreraMinor comment updates
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-07 Alvaro HerreraSupport partition pruning at execution time
2018-04-06 Robert HaasAllow insert and update tuple routing and COPY for...
2018-04-05 Simon RiggsMERGE minor errata
2018-04-05 Simon RiggsMERGE post-commit review
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-26 Alvaro HerreraHandle INSERT .. ON CONFLICT with partitioned tables
2018-03-19 Alvaro HerreraRemove unnecessary members from ModifyTableState and...
2018-03-06 Andres FreundFix parent node of WCO expressions in partitioned tables.
2018-02-22 Robert HaasBe lazier about partition tuple routing.
2018-02-22 Robert HaasRemove extra word from comment.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-02-08 Robert HaasAvoid listing the same ResultRelInfo in more than one...
2018-02-06 Robert HaasFix incorrect grammar.
2018-01-24 Robert HaasAvoid referencing off the end of subplan_partition_offsets.
2018-01-19 Robert HaasAllow UPDATE to move rows between partitions.
2018-01-05 Robert HaasFactor error generation out of ExecPartitionCheck.
2018-01-04 Robert HaasSimplify and encapsulate tuple routing support code.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-01 Robert HaasRe-allow INSERT .. ON CONFLICT DO NOTHING on partitione...
2017-12-01 Robert HaasFix uninitialized memory reference.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-28 Robert HaasFix wrong function name in comment.
2017-11-15 Robert HaasCentralize executor-related partitioning code.