]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / parser / parse_clause.c
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...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-17 Tom LaneParse JOIN/ON conditions with the proper visibility...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-12 Tom LaneRepair list-vs-node confusion that resulted in failure...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-23 Tom LaneRemove no-longer-necessary restriction against uplevel...
2000-03-15 Tom LaneTweak GROUP BY so that it will still accept result...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-19 Tom LaneRepair longstanding violation of SQL92 semantics: GROUP...
next