]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
Update copyright for 2016
[postgresql] / src / backend / parser / parse_clause.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-17 Peter EisentrautMessage improvements
2015-10-29 Peter EisentrautMessage style improvements
2015-07-26 Andres FreundFix flattening of nested grouping sets.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Tom LaneFix LATERAL references to target table of UPDATE/DELETE.
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-15 Tom LaneAllow empty target list in SELECT.
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-11 Tom LaneRe-allow duplicate aliases within aliased JOINs.
2013-11-06 Tom LaneImprove the error message given for modifying a window...
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
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-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-08-08 Tom LaneMerge parser's p_relnamespace and p_varnamespace lists...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-03-23 Tom LaneCode review for protransform patches.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-18 Tom LaneAllow ORDER BY/GROUP BY/etc items to match targetlist...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
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-04 Tom LaneRemove the recently added node types ReloptElem and...
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 LaneThrow error if a <window definition> references a windo...
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-10-06 Tom LaneFix the implicit-RTE code to be able to handle implicit...
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-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
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-03 Tom LaneMake GROUP BY work properly for datatypes that only...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-31 Tom LaneFix parser so that we don't modify the user-written...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-02-15 Tom LaneRemove ancient restriction that LIMIT/OFFSET can't...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
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-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-14 Tom LaneCause '*' and 'foo.*' notations to mark the referenced...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Neil ConwayPer recent discussion on -hackers, we should sometimes...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
next