[COMMITTERS] pgsql: Fix typo in typecasting.

2007-09-12 Thread Teodor Sigaev
Log Message: --- Fix typo in typecasting. patch from ITAGAKI Takahiro <[EMAIL PROTECTED]> Modified Files: -- pgsql/src/backend/utils/adt: tsrank.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsrank.c?r1=1.6&r2=1.

[COMMITTERS] temporal - temporal: reorganized the files, added a stub file for the

2007-09-12 Thread User Jdavis
Log Message: --- reorganized the files, added a stub file for the gist ops. Modified Files: -- temporal: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/Makefile.diff?r1=1.1.1.1&r2=1.2) t_types.sql (r1.1.1.

[COMMITTERS] temporal - temporal: New Directory

2007-09-12 Thread User Jdavis
Update of /cvsroot/temporal/temporal/src In directory pgfoundry.org:/tmp/cvs-serv47222/src Log Message: Directory /cvsroot/temporal/temporal/src added to the repository ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by

[COMMITTERS] temporal - temporal: Added a few html pages

2007-09-12 Thread User Jdavis
Log Message: --- Added a few html pages Added Files: --- temporal/docs/html: abstract.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/docs/html/abstract.html?rev=1.1&content-type=text/x-cvsweb-markup) index.dist.html (r1.1)

[COMMITTERS] temporal - temporal: removed the old svn directories that never should

2007-09-12 Thread User Jdavis
Log Message: --- removed the old svn directories that never should have been there Removed Files: - temporal/.svn: entries (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/.svn/entries) format (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] pgsql: Update Japanese FAQ, backpatch.

2007-09-12 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ, backpatch. Jun Kuwamura Tags: REL8_2_STABLE Modified Files: -- pgsql/doc: FAQ_AIX (r1.19.2.9 -> r1.19.2.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_AIX?r1=1.19.2.9&r2=1.19.2.10) FAQ_HPUX

[COMMITTERS] pgsql: Update Japanese FAQ, backpatch.

2007-09-12 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ, backpatch. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.42&r2=1.43) pgsql/doc/src/FAQ: FAQ_japanese.html (

[COMMITTERS] pgsql: Fix a memory leak in the autovacuum launcher code.

2007-09-12 Thread Alvaro Herrera
Log Message: --- Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, who reported it privately to me. Modified Files: -- pgsql/src/backend/postmaster: autovacuum.c (r1.57 -> r1.58) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Redefine the lp_flags field of item pointers as having four

2007-09-12 Thread Tom Lane
Log Message: --- Redefine the lp_flags field of item pointers as having four states, rather than two independent bits (one of which was never used in heap pages anyway, or at least hadn't been in a very long time). This gives us flexibility to add the HOT notions of redirected and dead ite

[COMMITTERS] pgsql: Perform post-escaping encoding validity checks on SQL literals

2007-09-12 Thread Andrew Dunstan
Log Message: --- Perform post-escaping encoding validity checks on SQL literals and COPY input so that invalidly encoded data cannot enter the database by these means. Modified Files: -- pgsql/src/backend/commands: copy.c (r1.286 -> r1.287) (http://develope

Re: [COMMITTERS] pgsql: Release the exclusive lock on the table early after truncating it

2007-09-12 Thread Alvaro Herrera
Tom Lane wrote: > [EMAIL PROTECTED] (Alvaro Herrera) writes: > > Release the exclusive lock on the table early after truncating it in lazy > > vacuum, instead of waiting till commit. > > Weren't you going to disable vacuum_delay in that stretch of code, too? I forgot to mention that I had patched

[COMMITTERS] pgsql: Make REINDEX DATABASE silently skip remote temp tables.

2007-09-12 Thread Alvaro Herrera
Log Message: --- Make REINDEX DATABASE silently skip remote temp tables. Per report from bitsandbytes88 hotmail.com and subsequent discussion. This is a back patch of a patch committed yesterday to CLUSTER and REINDEX. REINDEX only processes user indexes as of 8.1, so we needn't backpatc

[COMMITTERS] pgsql: Whitespace improvement.

2007-09-12 Thread Bruce Momjian
Log Message: --- Whitespace improvement. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.76 -> r1.77) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.76&r2=1.77) ---(end of broadcast)

[COMMITTERS] jdbccache - jdbccache:

2007-09-12 Thread User Kocka
Log Message: --- Modified Files: -- jdbccache/wrapper-jdbc/src/main/java/org/postgresql/wrapper: Driver.java (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc/src/main/java/org/postgresql/wrapper/Driver.java.diff?

[COMMITTERS] jdbccache - jdbccache:

2007-09-12 Thread User Kocka
Log Message: --- Modified Files: -- jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4: WrapperDataSource.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrappe

[COMMITTERS] pgsql: Fix the database-wide version of CLUSTER to silently skip temp

2007-09-12 Thread Alvaro Herrera
Log Message: --- Fix the database-wide version of CLUSTER to silently skip temp tables of remote sessions, instead of erroring out in the middle of the operation. This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all the way back that it is relevant to. Tags:

[COMMITTERS] pgsql: Fix the database-wide version of CLUSTER to silently skip temp

2007-09-12 Thread Alvaro Herrera
Log Message: --- Fix the database-wide version of CLUSTER to silently skip temp tables of remote sessions, instead of erroring out in the middle of the operation. This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all the way back that it is relevant to. Tags:

[COMMITTERS] pgsql: Fix the database-wide version of CLUSTER to silently skip temp

2007-09-12 Thread Alvaro Herrera
Log Message: --- Fix the database-wide version of CLUSTER to silently skip temp tables of remote sessions, instead of erroring out in the middle of the operation. This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all the way back that it is relevant to. Tags:

[COMMITTERS] pgsql: Revert ill-starred change to ICC anti-aliasing switches.

2007-09-12 Thread Tom Lane
Log Message: --- Revert ill-starred change to ICC anti-aliasing switches. Per Jeremy Drake. Modified Files: -- pgsql: configure.in (r1.525 -> r1.526) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.525&r2=1.526) configure (r1.55

[COMMITTERS] pgsql: Install dictionary sample files.

2007-09-12 Thread Magnus Hagander
Log Message: --- Install dictionary sample files. Per buildfarm and Teodor. Modified Files: -- pgsql/src/tools/msvc: Install.pm (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.18&r2=1.19) --

[COMMITTERS] pginstaller - pginst: Start the postmaster service with the -w option to

2007-09-12 Thread User Dpage
Log Message: --- Start the postmaster service with the -w option to ensure that we only report running status to the service control manager when we're actually ready to accept connections. Modified Files: -- pginst/wxs: pginst.wxs (r1.211 -> r1.212) (htt

[COMMITTERS] pginstaller - pginst: Start the postmaster service with the -w option to

2007-09-12 Thread User Dpage
Log Message: --- Start the postmaster service with the -w option to ensure that we only report running status to the service control manager when we're actually ready to accept connections. Tags: REL8_2_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.18

[COMMITTERS] pgbouncer - pgbouncer: remove too paranoid fd cleanup

2007-09-12 Thread User Mkz
Log Message: --- remove too paranoid fd cleanup Modified Files: -- pgbouncer/src: main.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.16&r2=1.17) system.h (r1.4 -> r1.5) (http://cvs.

[COMMITTERS] pginstaller - pginst: Release prep

2007-09-12 Thread User Dpage
Log Message: --- Release prep Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.4 -> r1.4.2.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.4&r2=1.4.2.5)

[COMMITTERS] pgbouncer - pgbouncer: proper login log

2007-09-12 Thread User Mkz
Log Message: --- proper login log Modified Files: -- pgbouncer/src: client.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.c.diff?r1=1.15&r2=1.16) ---(end of broadcast)-

[COMMITTERS] pginstaller - pginst: Release prep

2007-09-12 Thread User Dpage
Log Message: --- Release prep Tags: REL8_1_STABLE Modified Files: -- pginst/package: README.TXT (r1.1.4.12 -> r1.1.4.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.4.12&r2=1.1.4.13)

[COMMITTERS] pgbouncer - pgbouncer: larger SMALL_PKT

2007-09-12 Thread User Mkz
Log Message: --- larger SMALL_PKT Modified Files: -- pgbouncer/src: sbuf.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/sbuf.c.diff?r1=1.16&r2=1.17) ---(end of broadcast)-

[COMMITTERS] pginstaller - pginst: Release prep

2007-09-12 Thread User Dpage
Log Message: --- Release prep Tags: REL8_0_STABLE Modified Files: -- pginst/package: README.TXT (r1.1.2.13 -> r1.1.2.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.2.13&r2=1.1.2.14) upgrade.b

[COMMITTERS] pginstaller - pginst: JDBC driver update

2007-09-12 Thread User Dpage
Log Message: --- JDBC driver update Tags: REL8_2_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.182.2.5 -> r1.182.2.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.182.2.5&r2=1.182.2.6) --

[COMMITTERS] pginstaller - pginst: JDBC driver update

2007-09-12 Thread User Dpage
Log Message: --- JDBC driver update Tags: REL8_0_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.116.2.6 -> r1.116.2.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.116.2.6&r2=1.116.2.7) --

[COMMITTERS] pginstaller - pginst: JDBC driver update

2007-09-12 Thread User Dpage
Log Message: --- JDBC driver update Tags: REL8_1_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.156.2.6 -> r1.156.2.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.156.2.6&r2=1.156.2.7) --

[COMMITTERS] pgbouncer - pgbouncer: fix check for authfile changes silly typo made

2007-09-12 Thread User Mkz
Log Message: --- fix check for authfile changes silly typo made pgbouncer reload users list on each full_maint (3x per sec) catched by hubert depesz lubaczewski. Tags: pgbouncer_1_0_stable Modified Files: -- pgbouncer/src: loader.c (r1.1.1.1 -> r1.1.1.1.2.1)

[COMMITTERS] pgbouncer - pgbouncer: fix check for authfile changes silly typo made

2007-09-12 Thread User Mkz
Log Message: --- fix check for authfile changes silly typo made pgbouncer reload users list on each full_maint (3x per sec) catched by hubert depesz lubaczewski. Modified Files: -- pgbouncer/src: loader.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/c

Re: [COMMITTERS] pgsql: Remove QueryOperand->istrue flag, it was used only in cover

2007-09-12 Thread Teodor Sigaev
Nice, I played around that myself as well today. I tried to use Bitmapsets, instead of bool arrays, but that turned out to be significantly slower than the way it used to be. It looks like that bool-array method isn't, so that's good. Yeah, hope so. Increasing the length field in QueryOperand d