]> granicus.if.org Git - postgresql/history - src/include/executor
Reindent table partitioning code.
[postgresql] / src / include / executor /
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
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-22 Tom LaneRemove ExecRemoveJunk(), which is no longer used anywhere.
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Tom LaneMove symbols for ExecMergeJoin's state machine into...
2010-12-31 Tom LaneSupport RIGHT and FULL OUTER JOIN in hash joins.
2010-12-27 Tom LaneFix failure of executor/hashjoin.h to compile standalone.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-09 Robert HaasAdd a hook in ExecCheckRTPerms().
2010-02-26 Bruce Momjianpgindent run for 9.0
next