[COMMITTERS] pgsql: Update schema USAGE permission description.

2006-07-12 Thread Bruce Momjian
Log Message: --- Update schema USAGE permission description. Modified Files: -- pgsql/doc/src/sgml/ref: grant.sgml (r1.56 -> r1.57) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml.diff?r1=1.56&r2=1.57)

[COMMITTERS] pgsql: Fix pgrminclude to work for stripping include files.

2006-07-12 Thread Bruce Momjian
Log Message: --- Fix pgrminclude to work for stripping include files. Modified Files: -- pgsql/src/tools/pginclude: pgrminclude (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/pgrminclude.diff?r1=1.12&r2=1.13) ---

[COMMITTERS] pgsql: "Annual" pgcrypto update from Marko Kreen: Few cleanups and

2006-07-12 Thread Neil Conway
Log Message: --- "Annual" pgcrypto update from Marko Kreen: Few cleanups and couple of new things: - add SHA2 algorithm to older OpenSSL - add BIGNUM math to have public-key cryptography work on non-OpenSSL build. - gen_random_bytes() function The status of SHA2 algoritms and publi

[COMMITTERS] pgsql: Fix C++-style comment.

2006-07-12 Thread Neil Conway
Log Message: --- Fix C++-style comment. Modified Files: -- pgsql/contrib/pgcrypto: pgp-mpi-internal.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-mpi-internal.c.diff?r1=1.5&r2=1.6) ---(end o