aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/uuid.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* pgindent run for 9.6Robert Haas2016-06-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary cast in previous commit.Robert Haas2015-11-06
* Add sort support routine for the UUID data type.Robert Haas2015-11-06
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Use bool for a boolean flag.Tom Lane2008-11-03
* Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut2008-11-03
* Fix some missed copyright updates.Tom Lane2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-31
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-28
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28