]> granicus.if.org Git - postgresql/history - src/include/executor
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / executor /
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-11-17 Andres FreundProvide DSM segment to ExecXXXInitializeWorker functions.
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-12 Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-10-08 Andres FreundReduce memory usage of targetlist SRFs.
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-09-30 Tom LaneSupport arrays over domains.
2017-09-15 Andres FreundRemove TupleDesc remapping logic from tqueue.c.
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07 Robert HaasEven if some partitions are foreign, allow tuple routing.
2017-09-01 Tom LaneImprove division of labor between execParallel.c and...
2017-08-30 Tom LaneSeparate reinitialization of shared parallel-scan state...
2017-08-29 Robert HaasPropagate sort instrumentation from workers back to...
2017-08-29 Robert HaasPush tuple limits through Gather and Gather Merge.
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-18 Robert HaasUse a real RT index when setting up partition tuple...
2017-07-14 Tom LaneCode review for NextValueExpr expression node type.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Peter EisentrautCheck relkind of tables in CREATE/ALTER SUBSCRIPTION
2017-05-16 Robert HaasFix relcache leak when row triggers on partitions are...
2017-04-18 Tom LaneProvide an error cursor for "can't call an SRF here...
2017-04-15 Tom LaneAvoid passing function pointers across process boundaries.
2017-04-10 Robert HaasFix reporting of violations in ExecConstraints, again.
2017-04-06 Peter EisentrautIdentity columns
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-26 Robert HaasAllow custom and foreign scans to have shutdown callbacks.
2017-02-19 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-01-20 Peter EisentrautLogical replication
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-21 Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-12-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-12-07 Robert HaasImplement table partitioning.
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-07-29 Tom LaneFix worst memory leaks in tqueue.c.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Tom LaneMark read/write expanded values as read-only in ExecPro...
2016-05-23 Tom LaneFix latent crash in do_text_output_multiline().
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-09 Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-11-18 Robert HaasAvoid aggregating worker instrumentation multiple times.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-11-06 Robert HaasModify tqueue infrastructure to support transient recor...
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-10-04 Tom LaneFix some issues in new hashtable size calculations...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Robert HaasParallel executor support.
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-24 Heikki LinnakangasMove functions related to index maintenance to separate...
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-15 Tom LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-13 Kevin GrittnerIncrease number of hash join buckets for underestimate.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-10 Heikki LinnakangasPack tuples in a hash join batch densely, to save memory.
2014-08-27 Alvaro HerreraFix FOR UPDATE NOWAIT on updated tuple chains
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-05-06 Bruce Momjianpgindent run for 9.4
next