]> granicus.if.org Git - postgresql/history - src/backend/executor
Pgindent run before 9.1 beta2.
[postgresql] / src / backend / executor /
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-06-01 Tom LaneAllow hash joins to be interrupted while searching...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-21 Heikki LinnakangasReset per-tuple memory context between every row in...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-27 Tom LaneFix check_exclusion_constraint() to insert correct...
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
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-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
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-02-08 Peter EisentrautPer-column collation support
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-02 Robert HaasBasic foreign table support.
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-21 Robert HaasFix typos.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-18 Tom LaneDept of second thoughts: don't try to push LIMIT below...
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-26 Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-08-18 Tom LaneReset the per-output-tuple exprcontext each time throug...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-28 Tom LaneFix oversight in new EvalPlanQual logic: the second...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-16 Tom LaneRemove a sanity check in the exclusion-constraint code...
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-09 Robert HaasAdd a hook in ExecCheckRTPerms().
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-29 Bruce MomjianAdd C comment that we will have to remove an exclusion...
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-03-21 Peter EisentrautMessage tuning
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-18 Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-01-31 Tom LaneFix memory leak created by deferrable-index-constraints...
2010-01-28 Peter EisentrautType table feature
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-11 Tom LaneImprove ExecEvalVar's handling of whole-row variables...
2010-01-09 Tom LaneMake ExecEvalFieldSelect throw a more intelligible...
2010-01-08 Tom LaneFix oversight in EvalPlanQualFetch: after failing to...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-05 Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Tom Lanecheck_exclusion_constraint didn't actually work correct...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
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-11 Tom LaneEnsure that the result tuple of an EvalPlanQual cycle...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-30 Tom LaneMake the overflow guards in ExecChooseHashTableSize...
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-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
next