[COMMITTERS] libpqtypes - libpqtypes: updated changelog

2009-01-28 Thread User Achernow
Log Message: --- updated changelog Modified Files: -- libpqtypes: ChangeLog (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.19&r2=1.20) -- Sent via pgsql-committers mailing list (pgsql-committers@pos

[COMMITTERS] libpqtypes - libpqtypes: va_arg was passed as an argument to the

2009-01-28 Thread User Achernow
Log Message: --- va_arg was passed as an argument to the internal pqt_buf_putxxx macros for int2 and int4 put routines. This corrupted the value being put and caused the regression-test to fail. Problem has only been seen on UnixWare 7.1.4. Solution was to store the return of va_arg i

[COMMITTERS] pgsql: Fix bug with multiple evaluation of tsearch2 compatibility

2009-01-28 Thread Teodor Sigaev
Log Message: --- Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger data should be restored. Backpatch only for 8.3 because previous versions haven't such layer. Tags: REL8_3_STABLE Modified Files: -- pgsql/contrib/tsearch2: tsearch2.c

[COMMITTERS] pgsql: Fix bug with multiple evaluation of tsearch2 compatibility

2009-01-28 Thread Teodor Sigaev
Log Message: --- Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger data should be restored. Backpatch only for 8.3 because previous versions haven't such layer. Modified Files: -- pgsql/contrib/tsearch2: tsearch2.c (r1.8 -> r1.9) (

[COMMITTERS] pgsql: Change warning-silencing code not to cast the pointer type,

2009-01-28 Thread Magnus Hagander
Log Message: --- Change warning-silencing code not to cast the pointer type, instead casting the value of the variable later. Per comments from Tom. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.58 -> r1.59) (http://anoncvs.postgresql.org/cvs

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Tags: REL8_3_STABLE M

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Tags: REL8_2_STABLE M

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Tags: REL8_1_STABLE M

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Tags: REL7_4_STABLE M

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Tags: REL8_0_STABLE M

[COMMITTERS] pgsql: Go over all OpenSSL return values and make sure we compare them

2009-01-28 Thread Magnus Hagander
Log Message: --- Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala. Modified Files: ---

[COMMITTERS] pgbouncer - pgbouncer: Apply ISC license clarification, bump copyright

2009-01-28 Thread User Mkz
Log Message: --- Apply ISC license clarification, bump copyright years. Clarification: for f in */*.[ch]; do echo -e "%s;and distribute;and/or distribute;\nwq" | ed "$f"; done Details at: http://en.wikipedia.org/wiki/ISC_licence Modified Files: -- pgbouncer: C

[COMMITTERS] pgsql: Support running as a service on Windows 7, by not specifying the

2009-01-28 Thread Magnus Hagander
Log Message: --- Support running as a service on Windows 7, by not specifying the JOB_OBJECT_UILIMIT_HANDLES flag. Dave Page & Magnus Hagander Tags: REL8_3_STABLE Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.92.2.5 -> r1.92.2.6) (http://anon

[COMMITTERS] pgsql: Support running as a service on Windows 7, by not specifying the

2009-01-28 Thread Magnus Hagander
Log Message: --- Support running as a service on Windows 7, by not specifying the JOB_OBJECT_UILIMIT_HANDLES flag. Dave Page & Magnus Hagander Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.107 -> r1.108) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgbouncer - pgbouncer: include COPYRIGHT in tgz

2009-01-28 Thread User Mkz
Log Message: --- include COPYRIGHT in tgz Tags: pgbouncer_1_2_stable Modified Files: -- pgbouncer: Makefile (r1.25 -> r1.25.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.25&r2=1.25.2.1) -- Sent via pgsql-co

[COMMITTERS] pgbouncer - pgbouncer: duh, seems we did not include COPYRIGHT file in

2009-01-28 Thread User Mkz
Log Message: --- duh, seems we did not include COPYRIGHT file in tgz Modified Files: -- pgbouncer: Makefile (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.32&r2=1.33) -- Sent via pgsql-committers maili