summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/uuid.c
AgeCommit message (Expand)Author
2008-01-01Fix some missed copyright updates.Tom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-28Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway
2007-01-28Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway