[COMMITTERS] pgsql: Forbid ALTER TABLE and CLUSTER when there are pending

2008-01-02 Thread Tom Lane
Log Message: --- Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events in the current backend for the target table. These operations move tuples around and would thus invalidate the TIDs stored in the trigger event records. (We need not worry about events in other back

[COMMITTERS] aupg - aupg_src: Modified the aupgschema.rowid() types to use SQL

2008-01-02 Thread User Rlucas
Log Message: --- Modified the aupgschema.rowid() types to use SQL instead of PLPGSQL because it looks like a bug in plpgsql prevents the use of rowtypes that contain composites. Modified Files: -- aupg_src/sql: audit_infrastructure.sql (r1.15 -> r1.16) (h

[COMMITTERS] pgsql: Insert ARST into the list of known timezone abbreviations.

2008-01-02 Thread Tom Lane
Log Message: --- Insert ARST into the list of known timezone abbreviations. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.160.2.3 -> r1.160.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/a

[COMMITTERS] pgsql: Insert ARST into the list of known timezone abbreviations.

2008-01-02 Thread Tom Lane
Log Message: --- Insert ARST into the list of known timezone abbreviations. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.137.4.3 -> r1.137.4.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/a

[COMMITTERS] pgsql: Insert ARST into the list of known timezone abbreviations.

2008-01-02 Thread Tom Lane
Log Message: --- Insert ARST into the list of known timezone abbreviations. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.118.2.7 -> r1.118.2.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/a

[COMMITTERS] pgsql: Insert ARST into the list of known timezone abbreviations.

2008-01-02 Thread Tom Lane
Log Message: --- Insert ARST into the list of known timezone abbreviations. Modified Files: -- pgsql/src/timezone/tznames: America.txt (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/tznames/America.txt?r1=1.2&r2=1.3) D

[COMMITTERS] pgsql: Insert ARST into the list of known timezone abbreviations.

2008-01-02 Thread Tom Lane
Log Message: --- Insert ARST into the list of known timezone abbreviations. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone/tznames: America.txt (r1.2 -> r1.2.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/tznames/Americ

[COMMITTERS] pgbouncer - pgbouncer: keep sanity in unconfigured tree

2008-01-02 Thread User Mkz
Log Message: --- keep sanity in unconfigured tree Tags: pgbouncer_1_1_stable Modified Files: -- pgbouncer: Makefile (r1.13.2.1 -> r1.13.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.13.2.1&r2=1.13.2.2) -

[COMMITTERS] pgbouncer - pgbouncer: let make clean work even if config.mak does not

2008-01-02 Thread User Mkz
Log Message: --- let make clean work even if config.mak does not exist Modified Files: -- pgbouncer: Makefile (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.20&r2=1.21) ---(end o

[COMMITTERS] pgsql: Fix invalid ipv6 address in example.

2008-01-02 Thread Magnus Hagander
Log Message: --- Fix invalid ipv6 address in example. Per doc comment 7211. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.163.2.4 -> r1.163.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgm

[COMMITTERS] pgsql: Fix invalid ipv6 address in example.

2008-01-02 Thread Magnus Hagander
Log Message: --- Fix invalid ipv6 address in example. Per doc comment 7211. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.181.2.3 -> r1.181.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgm

[COMMITTERS] pgsql: Fix invalid ipv6 address in example.

2008-01-02 Thread Magnus Hagander
Log Message: --- Fix invalid ipv6 address in example. Per doc comment 7211. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.154.4.2 -> r1.154.4.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgm

[COMMITTERS] pgsql: Fix invalid ipv6 address in example.

2008-01-02 Thread Magnus Hagander
Log Message: --- Fix invalid ipv6 address in example. Per doc comment 7211. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.128.2.6 -> r1.128.2.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgm

[COMMITTERS] pgsql: Fix invalid ipv6 address in example.

2008-01-02 Thread Magnus Hagander
Log Message: --- Fix invalid ipv6 address in example. Per doc comment 7211. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.221 -> r1.222) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.221&r2=1.222)

[COMMITTERS] pgbouncer - pgbouncer: error checks for all libevent calls try to

2008-01-02 Thread User Mkz
Log Message: --- error checks for all libevent calls try to survive errors delicately, by dropping connection where possible. Thats not yet possible for event_del() and evtimer_add(), exit immidiately then. Modified Files: -- pgbouncer/include: sbuf.h (r1.4 -> r1.

[COMMITTERS] pgbouncer - pgbouncer: use gcc attributes to uncover few correctness

2008-01-02 Thread User Mkz
Log Message: --- use gcc attributes to uncover few correctness bugs Modified Files: -- pgbouncer/include: admin.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/admin.h.diff?r1=1.1&r2=1.2) bouncer.h (r1.5 ->

[COMMITTERS] pgbouncer - pgbouncer: explicit strcmp result check

2008-01-02 Thread User Mkz
Log Message: --- explicit strcmp result check Modified Files: -- pgbouncer/src: loader.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/loader.c.diff?r1=1.10&r2=1.11) ---(end of broadcast)-

[COMMITTERS] plproxy - plproxy: disable unconditional compat poll() function

2008-01-02 Thread User Mkz
Log Message: --- disable unconditional compat poll() function Modified Files: -- plproxy/src: poll_compat.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/poll_compat.h.diff?r1=1.3&r2=1.4) ---(end of

[COMMITTERS] plproxy - plproxy: move poll compat func to .c file, make fd_set runtime

2008-01-02 Thread User Mkz
Log Message: --- move poll compat func to .c file, make fd_set runtime resizeable Modified Files: -- plproxy: Makefile (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.18&r2=1.19) plproxy/src: poll

[COMMITTERS] plproxy - plproxy: put 8.2 check into main plproxy.h to avoid random

2008-01-02 Thread User Mkz
Log Message: --- put 8.2 check into main plproxy.h to avoid random errors on older vers Modified Files: -- plproxy/src: plproxy.h (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/plproxy.h.diff?r1=1.11&r2=1.12)