]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_clause.c
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...
2000-02-15 Tom LaneFix missing lfirst() in ListTableAsAttrs(). This code
2000-02-15 Tom LaneRemove some // comments, which are not ANSI C last...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
1999-12-17 Thomas G. LockhartRe-enable makeAttr() if ENABLE_OUTER_JOINS is defined.
1999-10-22 Bruce MomjianI have a patch for postgresql-snapshot(1999-10-22).
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneSmall updates to #include lists for pending optimizer...
1999-07-19 Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianMake postgres prompt backend>, and remove PARSEDEBUG.
1999-05-17 Bruce MomjianSkip junk nodes when comparing UNION target list lengths.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-13 Thomas G. LockhartSurround a variable declaration with ENABLE_OUTER_JOINS...
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-23 Thomas G. LockhartInclude some new code for outer joins. Disabled by...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Jan WieckFixed failed assertion happening in multiple action...
1998-09-25 Thomas G. LockhartClean up code in analyze.c for SERIAL data type.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Bruce MomjianMake sure resdomno for update/insert match attribute...
1998-08-05 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-08-02 Thomas G. LockhartAllows the following query to succeed: "SELECT NULL...
1998-07-14 Thomas G. LockhartFix for UNION selects with constant NULL expressions...
1998-07-09 Thomas G. LockhartHandle case of GROUP BY target list column number out...
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-06-05 Bruce MomjianI made several adjustments to my earlier patch to handl...
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-21 Marc G. FournierFrom: David Hartwig <daveh@insightdist.com>
1998-03-31 Bruce MomjianMerge rename name page into alter table. Fix UNION...
1998-03-18 Bruce MomjianAdd checks for UNION target fields, and add optional...
next