summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+8
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-2/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-291-9/+0
* pgindent run for 9.6Robert Haas2016-06-091-16/+16
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Remove unnecessary cast in previous commit.Robert Haas2015-11-061-1/+1
* Add sort support routine for the UUID data type.Robert Haas2015-11-061-0/+187
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Use bool for a boolean flag.Tom Lane2008-11-031-6/+7
* Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut2008-11-031-35/+26
* Fix some missed copyright updates.Tom Lane2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-5/+5
* pgindent run for 8.3.Bruce Momjian2007-11-151-44/+44
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-30/+1
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-311-92/+82
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-281-43/+43
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-281-0/+279