[COMMITTERS] python - lo: Import encodings upon 'postgresql' importation.

2005-09-19 Thread James William Pye
Log Message: --- Import encodings upon 'postgresql' importation. Regardless of what postgresql package is imported by the process, encoding lookups will now be registered automatically. Modified Files: -- lo/postgresql: __init__.py (r1.4 -> r1.5) (http://cv

[COMMITTERS] pgsql: autovacuum setting false -> off, for consistency

2005-09-19 Thread Bruce Momjian
Log Message: --- autovacuum setting false -> off, for consistency Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.166 -> r1.167) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff

Re: [COMMITTERS] pgsql: Add: > * Allow WAL traffic to be steamed to

2005-09-19 Thread Bruce Momjian
Yea, that too. :-) --- Neil Conway wrote: > On Mon, 2005-19-09 at 21:11 -0300, Bruce Momjian wrote: > > > * Allow WAL traffic to be steamed to another server for stand-by > > > replication > > Typo ("streamed"). > > -Ne

[COMMITTERS] pgsql: Fix typo: < * Allow WAL traffic to be steamed to another server

2005-09-19 Thread Bruce Momjian
Log Message: --- Fix typo: < * Allow WAL traffic to be steamed to another server for stand-by > * Allow WAL traffic to be streamed to another server for stand-by Modified Files: -- pgsql/doc: TODO (r1.1663 -> r1.1664) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Add: > * Allow DISTINCT to use hashing like GROUP BY

2005-09-19 Thread Bruce Momjian
Log Message: --- Add: > * Allow DISTINCT to use hashing like GROUP BY Modified Files: -- pgsql/doc: TODO (r1.1662 -> r1.1663) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1662&r2=1.1663) pgsql/doc/src/FAQ: TODO.html (r1.

[COMMITTERS] pgsql: Update profile file location.

2005-09-19 Thread Bruce Momjian
Log Message: --- Update profile file location. Modified Files: -- pgsql/doc: FAQ_DEV (r1.97 -> r1.98) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.97&r2=1.98) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.100 -> r1.101)

Re: [COMMITTERS] pgsql: Add: > * Allow WAL traffic to be steamed

2005-09-19 Thread Neil Conway
On Mon, 2005-19-09 at 21:11 -0300, Bruce Momjian wrote: > > * Allow WAL traffic to be steamed to another server for stand-by > > replication Typo ("streamed"). -Neil ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send

[COMMITTERS] pgbuildfarm - client-code: make dates in names of kept dirs humanly

2005-09-19 Thread User Andrewd
Log Message: --- make dates in names of kept dirs humanly readable - patch from Jim Nasby, fixed for HEAD. Modified Files: -- client-code: run_build.pl (r1.47 -> r1.48) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff

[COMMITTERS] pgsql: Add: > * Allow WAL traffic to be steamed to another server for

2005-09-19 Thread Bruce Momjian
Log Message: --- Add: > * Allow WAL traffic to be steamed to another server for stand-by > replication Modified Files: -- pgsql/doc: TODO (r1.1661 -> r1.1662) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1661&r2=1.1662) pgsql/

[COMMITTERS] pgsql: Remove: < * Research use of sched_yield() for spinlock

2005-09-19 Thread Bruce Momjian
Log Message: --- Remove: < * Research use of sched_yield() for spinlock acquisition failure Modified Files: -- pgsql/doc: TODO (r1.1660 -> r1.1661) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1660&r2=1.1661) pgsql/doc/src/FAQ:

[COMMITTERS] dblink-ldap - dblink-ldap: Make dblink-ldap build and run on win32,

2005-09-19 Thread User Mha
Log Message: --- Make dblink-ldap build and run on win32, using the building LDAP access library. Most code goes into the UTF8-is-missing functionality. For UTF8, use the UTF16 version of the LDAP library, and then convert back to UTF8. Modified Files: -- dblink-ldap:

[COMMITTERS] pgsql: Print proper cause of statement cancel, user interaction or

2005-09-19 Thread Bruce Momjian
Log Message: --- Print proper cause of statement cancel, user interaction or timeout. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.17&r2=1.18) pg

[COMMITTERS] pgsql: update timestamp on file.

2005-09-19 Thread Bruce Momjian
Log Message: --- update timestamp on file. Modified Files: -- pgsql/doc: TODO (r1.1659 -> r1.1660) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1659&r2=1.1660) pgsql/doc/src/FAQ: TODO.html (r1.166 -> r1.167) (htt

[COMMITTERS] psqlodbc - psqlodbc: These files are no longer used by the Libpq version

2005-09-19 Thread User Anoop
Log Message: --- These files are no longer used by the Libpq version of psqlodbc. Removed Files: - psqlodbc: libpqconnection.h (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/libpqconnection.h) lobj.c (http://cvs.pgfoundry.org

[COMMITTERS] psqlodbc - psqlodbc: Socket code is removed from the source.

2005-09-19 Thread User Anoop
Log Message: --- Socket code is removed from the source. Now, psqlodbc driver relies completely on Libpq for the communication. Modified Files: -- psqlodbc: Makefile.am (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefi

[COMMITTERS] orafce - orafce: Results are verified with Oracle 10g, removing all

2005-09-19 Thread User Okbob
Log Message: --- Results are verified with Oracle 10g, removing all errors in functions trunc and round related iso year, iso week, cleaning code. Modified Files: -- orafce: README.orafunc (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/o