]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
Fix parser so that we don't modify the user-written ORDER BY list in order
[postgresql] / src / backend / parser / parse_clause.c
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...
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-06-15 Tom LaneCause GROUP BY clause to adopt ordering operators from...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Tom LaneArrange to give error when a SetOp member statement...
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce Momjian> ================================================...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
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-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-18 Tom LaneRemove optimization whereby parser would make only...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Tom LaneFix oversight in recent change of representation for...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
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-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
next