OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / executor /
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...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-08-23 Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-23 Tom LaneSave a few cycles in EXPLAIN and related commands by...
2009-07-23 Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
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-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-17 Tom LaneExecAgg() failed to finish running out set-returning...
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-05 Tom LaneMake ExecInitExpr build the list of SubPlans found...
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
next