]> granicus.if.org Git - postgresql/history - src/include/nodes/execnodes.h
Faster expression evaluation and targetlist projection.
[postgresql] / src / include / nodes / execnodes.h
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
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-22 Robert HaasPass the source text for a parallel query to the workers.
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-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
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-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
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-12-01 Andres FreundUser narrower representative tuples in the hash-agg...
2016-12-01 Andres FreundPerform one only projection to compute agg arguments.
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-09-13 Robert HaasHave heapam.h include lockdefs.h rather than lock.h.
2016-09-05 Bruce MomjianC comment: align dashes in GroupState node header
2016-08-31 Robert HaasUpdate comments to reflect code rearrangement.
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-09 Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-11-06 Robert HaasModify tqueue infrastructure to support transient recor...
2015-10-27 Robert HaasMake Gather node projection-capable.
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-08 Andres FreundMinor ON CONFLICT related comments and doc fixes.
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-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
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-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-29 Robert HaasBasic binary heap implementation.
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-26 Robert HaasInstrument index-only scans to count heap fetches perfo...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
next