]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/uuid.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / uuid.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneUse bool for a boolean flag.
2008-11-03 Peter EisentrautAllow uuid_in() to parse a wider variety of variant...
2008-01-01 Tom LaneFix some missed copyright updates.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-01-31 Neil ConwayRewrite uuid input and output routines to avoid depende...
2007-01-28 Neil ConwayRename the uuid_t type to pg_uuid_t, to avoid a conflic...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...