]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
Make LATERAL implicit for functions in FROM.
[postgresql] / src / backend / parser / parse_clause.c
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...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-30 Tom LaneCome to think of it, functions in FROM have the same...
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-06-16 Tom LaneRepresent type-specific length coercion functions as...
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-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-23 Tom LaneStill another place to make the world safe for zero...
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-01-23 Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-07 Tom Lanecreate_unique_plan() should not discard existing output...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
next