summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* 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