pgsql: Contrib module uuid-ossp for generating UUID values using the

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Contrib module uuid-ossp for generating UUID values using the
Date: 2007-04-21 17:26:18
Message-ID: 20070421172618.1FF249FB39F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
library. New configure option --with-ossp-uuid to activate.

Modified Files:
--------------
pgsql:
configure (r1.544 -> r1.545)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.544&r2=1.545)
configure.in (r1.511 -> r1.512)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.511&r2=1.512)
pgsql/contrib:
Makefile (r1.74 -> r1.75)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.74&r2=1.75)
README (r1.91 -> r1.92)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/README.diff?r1=1.91&r2=1.92)
pgsql/doc/src/sgml:
datatype.sgml (r1.197 -> r1.198)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.197&r2=1.198)
installation.sgml (r1.287 -> r1.288)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.287&r2=1.288)
pgsql/src:
Makefile.global.in (r1.235 -> r1.236)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.235&r2=1.236)

Added Files:
-----------
pgsql/contrib/uuid-ossp:
Makefile (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
README.uuid-ossp (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/README.uuid-ossp?rev=1.1&content-type=text/x-cvsweb-markup)
uninstall_uuid-ossp.sql (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uninstall_uuid-ossp.sql?rev=1.1&content-type=text/x-cvsweb-markup)
uuid-ossp.c (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.c?rev=1.1&content-type=text/x-cvsweb-markup)
uuid-ossp.sql.in (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.sql.in?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bayam 2007-04-21 17:48:24 npgsql - Npgsql: CVS UserManual.htm
Previous Message Peter Eisentraut 2007-04-21 17:23:50 pgsql: New Directory