]> granicus.if.org Git - postgresql/history - src/include/executor
Centralize definition of integer limits.
[postgresql] / src / include / executor /
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
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-01-08 Itagaki TakahiropgBufferUsage needs PGDLLIMPORT for pg_stat_statements...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-01-21 Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-09-17 Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-08-25 Tom LaneGet rid of the last remaining uses of var_is_rel()...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-18 Tom LaneProvide a function hook to let plug-ins get control...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
next