]> granicus.if.org Git - postgresql/history - src/include/parser
A visit from the message-style police ...
[postgresql] / src / include / parser /
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
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-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
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-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce Momjian> ================================================...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-17 Tom LaneFix parse_agg.c to detect ungrouped Vars in sub-SELECTs...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
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-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-02 Tom LaneTweak scanner/grammar interface so that the keyword...
2002-05-01 Tom LaneGive left_oper() and right_oper() noError parameters...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-20 Peter EisentrautScanner performance improvements
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
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-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneFix foreign keys on system columns.
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-10-04 Tom LaneConsider interpreting a function call as a trivial...
2001-10-03 Tom LaneRemove no-longer-used macros.
2001-09-30 Hiroshi InoueAdd an operator xid '=' int and remove BINARY_COMPATI...
2001-09-29 Hiroshi InoueAllow comparison between xid and xid, int.
2001-09-20 Peter EisentrautProvide tunable knob for x = NULL -> x IS NULL transfor...
2001-09-07 Bruce MomjianHere is my much-promised patch to let people add UNIQUE...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-19 Bruce MomjianNew comment. This func/column things has always confus...
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
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-02-09 Tom Laneplpgsql's private copy of xlateSqlType was out of sync...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-06 Tom LaneClean up handling of FOR UPDATE inside views and subsel...
2000-11-17 Peter EisentrautAdd separate type category for bit string types, allowi...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
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-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-29 Tom LaneUpdate obsolete comments.
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
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-06-03 Bruce MomjianNew warning code about auto-created range table entries.
next