OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / include / nodes / execnodes.h
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-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-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-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-10-26 Itagaki TakahiroFix typos "are are".
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-05 Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
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-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-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-08-23 Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
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-23 Tom LaneRemove useless ps_OuterTupleSlot field from PlanState...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-17 Tom LaneFix parameter recalculation for Limit nodes: during...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-04 Tom LaneRefactor ExecGetJunkAttribute to avoid searching for...
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-08-02 Tom LaneArrange for ValuesScan to keep per-sublist expression...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
next