[COMMITTERS] psqlodbc - psqlodbc: Construction by VS2005Express+PSDK-x86 is

2006-04-13 Thread User H-saito
Log Message: --- Construction by VS2005Express+PSDK-x86 is supported. Modified Files: -- psqlodbc: psqlodbc.h (r1.98 -> r1.99) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.98&r2=1.99) psqlodbc.dsp (r1.4 -> r1.5

[COMMITTERS] pgsql: Repair a low-probability race condition identified by Qingqing

2006-04-13 Thread Tom Lane
Log Message: --- Repair a low-probability race condition identified by Qingqing Zhou. If a process abandons a wait in LockBufferForCleanup (in practice, only happens if someone cancels a VACUUM) just before someone else sends it a signal indicating the buffer is available, it was possible f

[COMMITTERS] bizgres - bizgres: Default value for field did not work when default

2006-04-13 Thread User Nwakefield
Log Message: --- Default value for field did not work when default value was 0 length Modified Files: -- bizgres/KETL/src/com/kni/etl: ParallelChannelParser.java (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/et

[COMMITTERS] bizgres - bizgres: Added automatic support for optional quotes.

2006-04-13 Thread User Nwakefield
Log Message: --- Added automatic support for optional quotes. Modified Files: -- bizgres/KETL/src/com/kni/etl: ParallelChannelParser.java (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ParallelChannelParser.

[COMMITTERS] pgsql: Fix similar_escape() so that SIMILAR TO works properly for

2006-04-13 Thread Tom Lane
Log Message: --- Fix similar_escape() so that SIMILAR TO works properly for patterns involving alternatives ("|" symbol). The original coding allowed the added ^ and $ constraints to be absorbed into the first and last alternatives, producing a pattern that would match more than it should.

[COMMITTERS] pgsql: Fix similar_escape() so that SIMILAR TO works properly for

2006-04-13 Thread Tom Lane
Log Message: --- Fix similar_escape() so that SIMILAR TO works properly for patterns involving alternatives ("|" symbol). The original coding allowed the added ^ and $ constraints to be absorbed into the first and last alternatives, producing a pattern that would match more than it should.

[COMMITTERS] pgsql: Fix similar_escape() so that SIMILAR TO works properly for

2006-04-13 Thread Tom Lane
Log Message: --- Fix similar_escape() so that SIMILAR TO works properly for patterns involving alternatives ("|" symbol). The original coding allowed the added ^ and $ constraints to be absorbed into the first and last alternatives, producing a pattern that would match more than it should.

[COMMITTERS] pgsql: Fix similar_escape() so that SIMILAR TO works properly for

2006-04-13 Thread Tom Lane
Log Message: --- Fix similar_escape() so that SIMILAR TO works properly for patterns involving alternatives ("|" symbol). The original coding allowed the added ^ and $ constraints to be absorbed into the first and last alternatives, producing a pattern that would match more than it should.

[COMMITTERS] pgsql: Fix HTML markup.

2006-04-13 Thread Bruce Momjian
Log Message: --- Fix HTML markup. Modified Files: -- pgsql/doc: FAQ (r1.384 -> r1.385) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.384&r2=1.385) pgsql/doc/src/FAQ: FAQ.html (r1.340 -> r1.341) (http://developer.po

[COMMITTERS] pgsql: Update tutorial URL's.

2006-04-13 Thread Bruce Momjian
Log Message: --- Update tutorial URL's. Modified Files: -- pgsql/doc: FAQ (r1.383 -> r1.384) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.383&r2=1.384) pgsql/doc/src/FAQ: FAQ.html (r1.339 -> r1.340) (http://develo

[COMMITTERS] pgsql: Update URL for SQL tutorial.

2006-04-13 Thread Bruce Momjian
Log Message: --- Update URL for SQL tutorial. Modified Files: -- pgsql/doc: FAQ (r1.382 -> r1.383) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.382&r2=1.383) pgsql/doc/src/FAQ: FAQ.html (r1.338 -> r1.339) (http://

[COMMITTERS] pgsql: Update AIX FAQ: At any rate, here's a revision to CVS HEAD to

2006-04-13 Thread Bruce Momjian
Log Message: --- Update AIX FAQ: At any rate, here's a revision to CVS HEAD to reflect some changes by myself and by Seneca Cunningham for the AIX FAQ. It touches on the following issues: 1. memcpy pointer patch for dynahash.c 2. AIX memory management, which can, for 32 bit cases, bit

[COMMITTERS] pgsql: Update AIX FAQ: At any rate, here's a revision to CVS HEAD to

2006-04-13 Thread Bruce Momjian
Log Message: --- Update AIX FAQ: At any rate, here's a revision to CVS HEAD to reflect some changes by myself and by Seneca Cunningham for the AIX FAQ. It touches on the following issues: 1. memcpy pointer patch for dynahash.c 2. AIX memory management, which can, for 32 bit cases, bit

[COMMITTERS] pgsql: Update: < multiple I/O channels simultaneously.

2006-04-13 Thread Bruce Momjian
Log Message: --- Update: < multiple I/O channels simultaneously. > multiple I/O channels simultaneously. One idea is to create a > background reader that can pre-fetch sequential and index scan > pages needed by other backends. This could be expanded to allow > concurrent reads