]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Revert changes in execMain.c from commit 16828d5c0273b
[postgresql] / src / backend / executor / execMain.c
2018-08-10 Andrew DunstanRevert changes in execMain.c from commit 16828d5c0273b
2018-07-25 Andres FreundLLVMJIT: Release JIT context after running ExprContext...
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-11 Alvaro HerreraDon't needlessly check the partition contraint twice
2018-06-08 Peter EisentrautFix typo
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-07 Andres FreundRaise error when affecting tuple moved into different...
2018-04-06 Robert HaasAllow insert and update tuple routing and COPY for...
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-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-26 Alvaro HerreraHandle INSERT .. ON CONFLICT with partitioned tables
2018-03-25 Tom LaneRemove useless if-test.
2018-03-22 Andres FreundBasic planner and executor integration for JIT.
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-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-05 Robert HaasFactor error generation out of ExecPartitionCheck.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-11-13 Robert HaasTrack in the plan the types associated with PARAM_EXEC...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-02 Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-10-27 Robert HaasFix mistaken failure to allow parallelism in corner...
2017-10-12 Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-10-06 Alvaro HerreraFix traversal of half-frozen update chains
2017-10-05 Robert HaasAllow DML commands that create tables to use parallel...
2017-09-16 Tom LaneFix SQL-spec incompatibilities in new transition table...
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-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-08-17 Robert HaasDon't lock tables in RelationGetPartitionDispatchInfo.
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-07-31 Peter EisentrautFix typo
2017-07-24 Robert HaasFix partitioning crashes during error reporting.
2017-07-18 Robert HaasReverse-convert row types in ExecWithCheckOptions.
2017-07-18 Robert HaasUse a real RT index when setting up partition tuple...
2017-06-28 Andrew GierthFix transition tables for partition/inheritance.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Heikki LinnakangasFix typo in comment.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-07 Robert HaasPrevent BEFORE triggers from violating partitioning...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-16 Robert HaasFix relcache leak when row triggers on partitions are...
2017-05-10 Robert HaasFix typos in comments.
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
2017-04-10 Robert HaasFix reporting of violations in ExecConstraints, again.
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-03 Robert HaasImprove error reporting for tuple-routing failures.
2017-02-22 Robert HaasPass the source text for a parallel query to the workers.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-02-04 Robert HaasRemove redundant comment.
2017-01-24 Robert HaasSet ecxt_scantuple correctly for tuple routing.
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-20 Peter EisentrautLogical replication
2017-01-19 Robert HaasFix RETURNING to work correctly with partition tuple...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-04 Robert HaasRemove unnecessary arguments from partitioning functions.
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-08 Robert HaasFix bogus comment.
2016-12-07 Robert HaasImplement table partitioning.
2016-12-06 Robert HaasFix interaction of parallel query with prepared statements.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-29 Peter EisentrautMessage style improvements
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-13 Tom LaneFix postgres_fdw to return the right ctid value in...
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-12 Tom LaneEnsure tableoid reads correctly in EvalPlanQual-manufac...
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-19 Robert HaasTypo fix.
2015-01-15 Tom LaneFix use-of-already-freed-memory problem in EvalPlanQual...
2015-01-09 Stephen FrostFix typo in execMain.c
next