]> granicus.if.org Git - postgresql/history - src/include/utils/uuid.h
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
[postgresql] / src / include / utils / uuid.h
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Tom LaneFix some missed copyright updates.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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...