]> granicus.if.org Git - postgresql/history - src/include/executor/executor.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / executor / executor.h
2019-09-09 Andres FreundReorder EPQ work, to fix rowmark related bugs and impro...
2019-08-16 Andres FreundRemove fmgr.h includes from headers that don't really...
2019-08-12 Tom LaneRemove EState.es_range_table_array.
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-01 Andres FreundStore tuples for EvalPlanQual in slots, rather than...
2019-02-27 Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-09 Andres FreundAllow to reset execGrouping.c style tuple hashtables.
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-22 Peter EisentrautAdd some const decorations
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-10-16 Andres FreundMove TupleTableSlots boolean member into one flag variable.
2018-10-06 Tom LaneRemove more redundant relation locking during executor...
2018-10-04 Tom LaneIn the executor, use an array of pointers to access...
2018-10-04 Tom LaneCentralize executor's opening/closing of Relations...
2018-06-11 Alvaro HerreraDon't needlessly check the partition contraint twice
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery, take...
2018-02-16 Andres FreundRevert "Do execGrouping.c via expression eval machinery."
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery.
2018-01-29 Andres FreundIntroduce ExecQualAndReset() helper.
2018-01-09 Andres FreundExpression evaluation based aggregate transition invoca...
2018-01-05 Robert HaasFactor error generation out of ExecPartitionCheck.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Tom LaneRearrange execution of PARAM_EXTERN Params for plpgsql...
2017-12-13 Andres FreundAllow executor nodes to change their ExecProcNode function.
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-10-12 Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-10-08 Andres FreundReduce memory usage of targetlist SRFs.
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07 Robert HaasEven if some partitions are foreign, allow tuple routing.
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-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-10 Robert HaasFix reporting of violations in ExecConstraints, again.
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-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-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-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-12-07 Robert HaasImplement table partitioning.
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-05-23 Tom LaneFix latent crash in do_text_output_multiline().
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-30 Robert HaasAdd a Gather executor node.
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-05-24 Bruce Momjianpgindent run for 9.5
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-03-15 Tom LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-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-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-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
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-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
next