]> granicus.if.org Git - postgresql/history - src/include/parser
Change the declaration of struct varlena so that the length word is
[postgresql] / src / include / parser /
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
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-30 Tom LaneSupport type modifiers for user-defined types, and...
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-09-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
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-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-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-15 Tom LaneSupport the syntax
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
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-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-31 Tom LaneParseComplexProjection should make use of expandRecordV...
2005-05-29 Tom LaneRemove typeidIsValid() checks in can_coerce_type()...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
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-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-03 Tom LaneRemove typeTypeFlag(), which was not only unused but...
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-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
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 Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
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-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.
next