[COMMITTERS] pginstaller - web: Add a note about desktop heap size

2007-10-26 Thread User Dpage
Log Message: --- Add a note about desktop heap size Modified Files: -- web/faq: FAQ_windows.html (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.diff?r1=1.13&r2=1.14) ---(end of bro

[COMMITTERS] pgbouncer - pgbouncer: fix signedness warnings in code

2007-10-26 Thread User Mkz
Log Message: --- fix signedness warnings in code Modified Files: -- pgbouncer/src: admin.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.20&r2=1.21) mbuf.h (r1.3 -> r1.4) (http://cvs

[COMMITTERS] pgbouncer - pgbouncer: version 1.1.1

2007-10-26 Thread User Mkz
Log Message: --- version 1.1.1 Tags: pgbouncer_1_1_stable Modified Files: -- pgbouncer: NEWS (r1.18.2.1 -> r1.18.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.18.2.1&r2=1.18.2.2) configure.ac (r1.19.2.1 -

[COMMITTERS] pgsql: Avoid having backend-only code compiled into ecpg.

2007-10-26 Thread Tom Lane
Log Message: --- Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala Modified Files: -- pgsql/src/interfaces/ecpg/preproc: Makefile (r1.128 -> r1.129) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r

[COMMITTERS] pgsql: Avoid including any backend-only stuff in the zic utility

2007-10-26 Thread Tom Lane
Log Message: --- Avoid including any backend-only stuff in the zic utility program. Per gripe from Zdenek Kotala, though not exactly his patch. Modified Files: -- pgsql/src/timezone: ialloc.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgbouncer - pgbouncer: slab allocator improvements - keep track of

2007-10-26 Thread User Mkz
Log Message: --- slab allocator improvements - keep track of slabs - allow deallocation of whole cache - default alignment from sys/param.h - allow NULL helper functions - keep copy of name Modified Files: -- pgbouncer/src: slab.c (r1.1 -> r1.2) (http://c

[COMMITTERS] pgbouncer - pgbouncer: simpler warning args

2007-10-26 Thread User Mkz
Log Message: --- simpler warning args Modified Files: -- pgbouncer: configure.ac (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.21&r2=1.22) ---(end of broadcast)-

[COMMITTERS] pgsql: Change have_join_order_restriction() so that we do not force a

2007-10-26 Thread Tom Lane
Log Message: --- Change have_join_order_restriction() so that we do not force a clauseless join if either of the input relations can legally be joined to any other rels using join clauses. This avoids uselessly (and expensively) considering a lot of really stupid join paths when there is a

[COMMITTERS] pgsql: Change have_join_order_restriction() so that we do not force a

2007-10-26 Thread Tom Lane
Log Message: --- Change have_join_order_restriction() so that we do not force a clauseless join if either of the input relations can legally be joined to any other rels using join clauses. This avoids uselessly (and expensively) considering a lot of really stupid join paths when there is a

[COMMITTERS] pgsql: Remove use of "Postgres" aliases in the FAQ in

2007-10-26 Thread Bruce Momjian
Log Message: --- Remove use of "Postgres" aliases in the FAQ in second-in-paragraph cases. Modified Files: -- pgsql/doc: FAQ (r1.440 -> r1.441) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.440&r2=1.441) pgsql/doc/src/FAQ: FAQ.h

[COMMITTERS] pgsql: Remove second-in-paragraph usage of "Postgres" in FAQ_DEV.

2007-10-26 Thread Bruce Momjian
Log Message: --- Remove second-in-paragraph usage of "Postgres" in FAQ_DEV. Modified Files: -- pgsql/doc: FAQ_DEV (r1.144 -> r1.145) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.144&r2=1.145) pgsql/doc/src/FAQ: FAQ_DEV.html

[COMMITTERS] pginstaller - pginst: Couple o' minor fixes.

2007-10-26 Thread User Dpage
Log Message: --- Couple o' minor fixes. Tags: REL8_2_STABLE Modified Files: -- pginst: README (r1.19 -> r1.19.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.19&r2=1.19.2.1) ---(end of bro

[COMMITTERS] pgsql: Allow an autovacuum worker to be interrupted automatically when

2007-10-26 Thread Alvaro Herrera
Log Message: --- Allow an autovacuum worker to be interrupted automatically when it is found to be locking another process (except when it's working to prevent Xid wraparound problems). Modified Files: -- pgsql/src/backend/postmaster: autovacuum.c (r1.65 -> r1.66)

[COMMITTERS] pgsql: Change win32 child-death tracking code to use a threadpool to

2007-10-26 Thread Magnus Hagander
Log Message: --- Change win32 child-death tracking code to use a threadpool to wait for childprocess deaths instead of using one thread per child. This drastastically reduces the address space usage and should allow for more backends running. Also change the win32_waitpid functionality to

[COMMITTERS] pgsql: Translation updates

2007-10-26 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend/po: cs.po (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/cs.po?r1=1.4&r2=1.5) de.po (r1.25 -> r1.26) (http://developer.postgresql.org

[COMMITTERS] pgsql: Minor wording improvements per suggestion from Jeff Davis.

2007-10-26 Thread Tom Lane
Log Message: --- Minor wording improvements per suggestion from Jeff Davis. Also tweak hyphenated-word parser examples per earlier discussion with Alvaro. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.26 -> r1.27) (http://developer.postgresql.

[COMMITTERS] pgsql: Stamp 8.3beta2.

2007-10-26 Thread Tom Lane
Log Message: --- Stamp 8.3beta2. Modified Files: -- pgsql: configure (r1.564 -> r1.565) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.564&r2=1.565) configure.in (r1.530 -> r1.531) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgrpm - pgrpm: - postgresql 8.3 adaptation

2007-10-26 Thread User Nanardon
Log Message: --- - postgresql 8.3 adaptation Modified Files: -- pgrpm: ChangeLog (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/ChangeLog.diff?r1=1.9&r2=1.10) format.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-b

[COMMITTERS] psqlodbc - psqlodbc: The version is now 8.2.0501.

2007-10-26 Thread User Hinoue
Log Message: --- The version is now 8.2.0501. 1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar type columns (Unicode driver). 2. Change to not return database name if case of MS Query. 3. The first cut to use Windows SSPI. The trial to use Schannel service

[COMMITTERS] pgsql: Avoid considering both sort directions as equally useful for

2007-10-26 Thread Tom Lane
Log Message: --- Avoid considering both sort directions as equally useful for merging. This doubles the planning workload for mergejoins while not actually accomplishing much. The only useful case is where one of the directions matches the query's ORDER BY request; therefore, put a thumb o