]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_type.c
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / parser / parse_type.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-11 Alvaro HerreraFix comment recently obsoleted
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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.
next