Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bool for a boolean flag. | Tom Lane | 2008-11-03 | 1 | -6/+7 |
* | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut | 2008-11-03 | 1 | -35/+26 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 | 1 | -2/+2 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -44/+44 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -30/+1 |
* | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway | 2007-01-31 | 1 | -92/+82 |
* | Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any | Neil Conway | 2007-01-28 | 1 | -43/+43 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 | 1 | -0/+279 |