]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/uuid.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / uuid.c
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-06-09 Robert Haaspgindent run for 9.6
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-06 Robert HaasRemove unnecessary cast in previous commit.
2015-11-06 Robert HaasAdd sort support routine for the UUID data type.
2015-01-06 Bruce MomjianUpdate copyright for 2015
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...