[COMMITTERS] pgsql: Throw an error for negative LIMIT or OFFSET values, instead of

2008-03-09 Thread Tom Lane
Log Message: --- Throw an error for negative LIMIT or OFFSET values, instead of silently treating them as zero. Simon Riggs Modified Files: -- pgsql/src/backend/executor: nodeLimit.c (r1.33 -> r1.34) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/back

[COMMITTERS] pgsql: Increase the default value of log_min_messages to WARNING, so

2008-03-09 Thread Tom Lane
Log Message: --- Increase the default value of log_min_messages to WARNING, so that NOTICE-grade messages are not logged by default. Per pgsql-hackers discussion back on 21-Nov-2007. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.168 -> r1.169) (ht

[COMMITTERS] pgsql: Add a CaseSensitive parameter to synonym dictionaries.

2008-03-09 Thread Tom Lane
Log Message: --- Add a CaseSensitive parameter to synonym dictionaries. Simon Riggs Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.41 -> r1.42) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.41&r2=1.42) pgs

[COMMITTERS] pgsql: Remove no-longer-used XLogCacheByte field of XLogCtl.

2008-03-09 Thread Tom Lane
Log Message: --- Remove no-longer-used XLogCacheByte field of XLogCtl. Itagaki Takahiro Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.293 -> r1.294) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.293

[COMMITTERS] pgsql: Reduce memory consumption during VACUUM of large relations, by

2008-03-09 Thread Tom Lane
Log Message: --- Reduce memory consumption during VACUUM of large relations, by using FSMPageData (6 bytes) instead of PageFreeSpaceInfo (8 or 16 bytes) for the temporary array of page-free-space information. Itagaki Takahiro Modified Files: -- pgsql/src/backend/commands:

[COMMITTERS] pgsql: Fix pgbench's getrand() function so that min and max have

2008-03-09 Thread Tom Lane
Log Message: --- Fix pgbench's getrand() function so that min and max have approximately the same chance of being selected as do numbers between them. Problem noted by Greg Stark; fix by Alexey Klyukin. Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.75 ->

[COMMITTERS] npgsql - Npgsql2: Added support to property ProcessID in

2008-03-09 Thread User Fxjr
Log Message: --- Added support to property ProcessID in NpgsqlConnection. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnection.cs (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.14&r

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-09 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src: pguUtilities.cpp (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/pguUtilities.cpp.diff?r1=1.6&r2=1.7) pguMain.cpp (r1.2 -> r1.3) (http://cvs.

[COMMITTERS] pgfouine - pgfouine: global copyright update

2008-03-09 Thread User Gsmet
Log Message: --- global copyright update Modified Files: -- pgfouine/include/postgresql/vacuum/parsers: PostgreSQLVacuumParser.class.php (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/parsers/PostgreS

[COMMITTERS] pgfouine - pgfouine: global copyright update

2008-03-09 Thread User Gsmet
Log Message: --- global copyright update Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.20&r2=1

[COMMITTERS] pgfouine - pgfouine: Made date parsing more permissive

2008-03-09 Thread User Gsmet
Log Message: --- Made date parsing more permissive Modified Files: -- pgfouine/include/postgresql/parsers: SyslogPostgreSQLParser.class.php (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/SyslogPost

Re: [COMMITTERS] pgsql: Fix memory arrangement of tsquery after removing stop words.

2008-03-09 Thread Teodor Sigaev
The buildfarm indicates there's something wrong with the 8.3 version of this patch ... Oh, my mistake. That means that patch of CompareTSQ should be reverted, because it change comparing of existing tsquery (it's important for existing btree indexes). Computing tsquery->size and length of t

[COMMITTERS] pgsql: Revert changes of CompareTSQ: it affects existing btree indexes.

2008-03-09 Thread Teodor Sigaev
Log Message: --- Revert changes of CompareTSQ: it affects existing btree indexes. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: tsquery_op.c (r1.3.2.1 -> r1.3.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils