[COMMITTERS] pgsql: Fix plperl to do recursion safely, and fix a problem with array

2005-07-11 Thread Tom Lane
Log Message: --- Fix plperl to do recursion safely, and fix a problem with array results. Add suitable regression tests. Andrew Dunstan Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.84 -> r1.85) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/

[COMMITTERS] pgsql: Further tweaking of Win32-specific random code.

2005-07-11 Thread Tom Lane
Log Message: --- Further tweaking of Win32-specific random code. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: random.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/random.c.diff?r1=1.13&r2=1.14) ---

[COMMITTERS] pgsql: I forgot to update win32 code when doing a renaming in random.c.

2005-07-11 Thread Tom Lane
Log Message: --- I forgot to update win32 code when doing a renaming in random.c. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: random.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/random.c.diff?r1=1.12&r2=1.

[COMMITTERS] pgsql: Avoid bzero/bxopy in favor of more standard library routines.

2005-07-11 Thread Tom Lane
Log Message: --- Avoid bzero/bxopy in favor of more standard library routines. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: sha2.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sha2.c.diff?r1=1.2&r2=1.3) --

[COMMITTERS] pgsql: More pgcrypto fixes: avoid bogus alignment assumptions in sha2,

2005-07-11 Thread Tom Lane
Log Message: --- More pgcrypto fixes: avoid bogus alignment assumptions in sha2, be more wary about having a value for BYTE_ORDER, clean up randomly- chosen ways of including Postgres core headers. Marko Kreen and Tom Lane Modified Files: -- pgsql/contrib/pgcrypto:

[COMMITTERS] pgsql: Add support for AES cipher with older OpenSSL libraries.

2005-07-11 Thread Tom Lane
Log Message: --- Add support for AES cipher with older OpenSSL libraries. Marko Kreen Modified Files: -- pgsql/contrib/pgcrypto: openssl.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.diff?r1=1.22&r2=1.23) -

[COMMITTERS] tpc-w-php - tpcw-benchmark: Extended index definition on tpcw_orders and

2005-07-11 Thread User Wieck
Log Message: --- Extended index definition on tpcw_orders and changed query to get customers last order to utilize it. Something in the optimizer must have changed for 8.1. Jan Modified Files: -- tpcw-benchmark/data_generation: tpcw_schema2_pgsql.sql (r1.1 -> r1.2)

[COMMITTERS] tpc-w-php - tpcw-benchmark: Save user info in session data.

2005-07-11 Thread User Wieck
Log Message: --- Save user info in session data. Modified Files: -- tpcw-benchmark/html/tpcw: buy_confirm.php (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tpc-w-php/tpcw-benchmark/html/tpcw/buy_confirm.php.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] tpc-w-php - tpcw-benchmark: Make sure we use the DB based session save

2005-07-11 Thread User Wieck
Log Message: --- Make sure we use the DB based session save handler. Modified Files: -- tpcw-benchmark/html/tpcw: session.inc (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tpc-w-php/tpcw-benchmark/html/tpcw/session.inc.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] tpc-w-php - tpcw-benchmark: Do not reference to an image in the error

2005-07-11 Thread User Wieck
Log Message: --- Do not reference to an image in the error message. Removed phpinfo() call. Jan Modified Files: -- tpcw-benchmark/html/tpcw: errormsg.inc (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tpc-w-php/tpcw-benchmark/html/tpcw/errorm