]> granicus.if.org Git - postgresql/history - src/backend/nodes/outfuncs.c
Split CollateClause into separate raw and analyzed node types.
[postgresql] / src / backend / nodes / outfuncs.c
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-17 Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
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-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-23 Tom LaneMake _outPathInfo print the relid set of the path's...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-28 Peter EisentrautType table feature
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
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 LaneSupport use of function argument names to identify...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-03-10 Tom LaneMake SubPlan nodes carry the result's typmod as well...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
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-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-07 Tom LaneImprove INTERSECT/EXCEPT hashing by realizing that...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-17 Tom LaneAdd dump support for SortBy nodes. Needed this while...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-01-09 Neil ConwayFix an omission in the outfuncs.c support for Agg nodes...
2008-01-07 Neil ConwayFix a minor bug in outfuncs support for SetOp: dupOpera...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-17 Tom LaneFix outfuncs.c to dump A_Const nodes representing NULLs...
next