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
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
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
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
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
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.
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
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 ->
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:
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
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
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
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
13 matches
Mail list logo