]> granicus.if.org Git - postgresql/history - src/include/nodes/primnodes.h
Support GROUPING SETS, CUBE and ROLLUP.
[postgresql] / src / include / nodes / primnodes.h
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-05 Tom LaneRemove comment claiming that PARAM_EXTERN Params always...
2015-02-23 Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Tom LanePrevent failure when RowExpr or XmlExpr is parse-analyz...
2012-10-12 Tom LaneGet rid of COERCE_DONTCARE.
2012-10-12 Tom LaneMake equal() ignore CoercionForm fields for better...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
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 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-10-08 Tom LaneSupport use of function argument names to identify...
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-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
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-01 Tom LaneAdd a bunch of new error location reports to parse...
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-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-22 Tom LaneActually ... it's pretty silly that parse_oper.c doesn...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-26 Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
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-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
next