postgresql/contrib/pgcrypto
Tom Lane e6170126fc Add gen_random_uuid() to contrib/pgcrypto.
This function provides a way of generating version 4 (pseudorandom) UUIDs
based on pgcrypto's PRNG.  The main reason for doing this is that the
OSSP UUID library depended on by contrib/uuid-ossp is becoming more and
more of a porting headache, so we need an alternative for people who can't
install that.  A nice side benefit though is that this implementation is
noticeably faster than uuid-ossp's uuid_generate_v4() function.

Oskari Saarenmaa, reviewed by Emre Hasegeli
2014-01-17 16:52:06 -05:00
..
expected
sql
.gitignore
Makefile Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
blf.c
blf.h
crypt-blowfish.c
crypt-des.c
crypt-gensalt.c
crypt-md5.c
fortuna.c
fortuna.h
imath.c
imath.h
internal-sha2.c
internal.c
mbuf.c
mbuf.h
md5.c
md5.h
openssl.c
pgcrypto--1.0--1.1.sql Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto--1.1.sql Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto--unpackaged--1.0.sql
pgcrypto.c Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto.control Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto.h Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgp-armor.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-cfb.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-compress.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-decrypt.c
pgp-encrypt.c
pgp-info.c
pgp-mpi-internal.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-mpi-openssl.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-mpi.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-pgsql.c
pgp-pubdec.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-pubenc.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp-pubkey.c
pgp-s2k.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp.c pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
pgp.h pgcrypto: Make header files stand alone 2014-01-09 06:44:24 -05:00
px-crypt.c
px-crypt.h
px-hmac.c
px.c
px.h
random.c
rijndael.c
rijndael.h
rijndael.tbl
sha1.c
sha1.h
sha2.c
sha2.h