[COMMITTERS] pgsql: INT4 is probably enough: < * Allow INET + INT4/INT8 to increment

2005-05-21 Thread Bruce Momjian
Log Message: --- INT4 is probably enough: < * Allow INET + INT4/INT8 to increment the host part of the address, or > * Allow INET + INT4 to increment the host part of the address, or Modified Files: -- pgsql/doc: TODO (r1.1534 -> r1.1535) (http://developer

[COMMITTERS] pgsql: Cleanup of GiST extensions in contrib/: now that we always invoke

2005-05-21 Thread Neil Conway
Log Message: --- Cleanup of GiST extensions in contrib/: now that we always invoke GiST methods in a short-lived memory context, there is no need for GiST methods to do their own manual (and error-prone) memory management. Modified Files: -- pgsql/contrib/btree_gist:

[COMMITTERS] pgpool - pgpool: Don't treat parameter status mismatch as fatal.

2005-05-21 Thread User T-ishii
Log Message: --- Don't treat parameter status mismatch as fatal. Some parameters such as TimeZone may not identical among servers if they are located at different countries (or places). Modified Files: -- pgpool: pool.h (r1.1.1.1 -> r1.2) (http://cvs.pgfoun