Log Message:
---
Add a variant of the Levenshtein string-distance function that lets the user
specify the cost values to use, instead of always using 1's.
Volkan Yazici
In passing, remove fuzzystrmatch.h, which contained a bunch of stuff that had
no business being in a .h file; fold it int
Log Message:
---
Add Wiki URLs for:
< * Allow encoding on a per-column basis optionally using the ICU library
> http://wiki.postgresql.org/wiki/Todo:Collate
> http://wiki.postgresql.org/wiki/Todo:ICU
Modified Files:
--
pgsql/doc:
TODO (r1.2408 -> r1.2409)
Log Message:
---
Remove heap_release_fetch, which is no longer used anywhere; this simplifies
heap_fetch a little.
Modified Files:
--
pgsql/src/backend/access/heap:
heapam.c (r1.254 -> r1.255)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/acce
Log Message:
---
Add to TODO:
> * Improve how ANALYZE computes in-doubt tuples
>
> http://archives.postgresql.org/pgsql-hackers/2007-11/msg00771.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2407 -> r1.2408)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsq
Log Message:
---
Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly
classed all as "dead"; also get it to count DEAD item pointers as dead rows,
instead of ignoring them as before. Also improve matters so that tuples
previously inserted or deleted by our own transacti
Log Message:
---
Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly
classed all as "dead"; also get it to count DEAD item pointers as dead rows,
instead of ignoring them as before. Also improve matters so that tuples
previously inserted or deleted by our own transacti
Log Message:
---
Oops, add proper #ifdef for systems without support for syslog.
Per buildfarm member mastodon.
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.442 -> r1.443)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc
Log Message:
---
Don't change client encoding if we know it to already be utf-8. Thanks to David
Bachmann.
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlConnector.cs (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Npg
Log Message:
---
Don't change client encoding if we know it to already be utf-8. Thanks to David
Bachmann.
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlConnector.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Npg
Log Message:
---
Remove -C from rsync call, because it omits directories named "core".
Modified Files:
--
pgsql/doc/src/sgml:
cvs.sgml (r1.48 -> r1.49)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml?r1=1.48&r2=1.49)
--
Sent via pgsq
Log Message:
---
Remove -C from rsync call, because it omits directories named "core".
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
cvs.sgml (r1.47.2.1 -> r1.47.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml?r
Log Message:
---
Convert syslog_facility guc to enum type.
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.441 -> r1.442)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.441&r2=1.442)
--
Sent via pgsql-committe
12 matches
Mail list logo