OSDN Git Service

Update copyright for 2009.
[pg-rex/syncrep.git] / src / backend / parser / parse_type.c
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-04-29 Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-05-29 Tom LaneRemove typeidIsValid() checks in can_coerce_type()...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-15 Tom LaneDisallow SETOF in the input of parseTypeString(). ...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-03 Tom LaneRemove typeTypeFlag(), which was not only unused but...
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-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-20 Tom LaneImprove error reporting in parseTypeString(), motivated...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-19 Tom LaneAnother round of error message editing, covering backen...
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-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-08 Tom LaneparseTypeString wasn't quite paranoid enough.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
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 LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-20 Peter EisentrautScanner performance improvements
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-06 Tom LanetypeTypeName() must return a pstrdup'd copy of the...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-08-05 Tom LaneRevise parse_coerce() to handle coercion of int and...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-29 Tom LaneAvoid redundant SysCache searches in coerce_type, for...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-23 Thomas G. LockhartClean up error messages.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-20 Bruce MomjianRemove un-needed references to Name.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-02-27 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
next