]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_target.c
Fix markTargetListOrigin() to not fail on a simple-Var reference to a
[postgresql] / src / backend / parser / parse_target.c
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
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-04-29 Alvaro HerreraRemove typename from A_Const.
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-27 Tom LaneFix Assert failure in ExpandColumnRefStar --- what...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
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-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-14 Tom LaneCause '*' and 'foo.*' notations to mark the referenced...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
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-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-05-31 Tom LaneParseComplexProjection should make use of expandRecordV...
2005-04-25 Tom LaneOn further experimentation, there were still a couple...
2005-04-25 Tom LaneFix ExpandIndirectionStar to handle cases where the...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-26 Tom LaneUse a bitmapset instead of a list for duplicate-column...
2005-01-13 Tom Laneget_names_for_var didn't do recursion for unnamed JOIN...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-25 Tom LaneMake error message more verbose, in hopes of avoiding...
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-19 Tom LaneFix oversight in recent rowtype-handling improvements...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-01 Tom LaneSome more de-FastList-ification.
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-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-05-31 Tom LanemarkTargetListOrigin neglected to handle outer-scope...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce Momjian> ================================================...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-08 Tom LaneAnother go-round with FigureColname, to produce less...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-17 Tom LaneSimplify and clean up FigureColname; make it work witho...
2001-09-10 Bruce MomjianBug #1: attribute name when column is type cast:
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-05-21 Bruce MomjianPrint error on SELECT tab FROM tab:
next