[COMMITTERS] pgsql: Add a variant of the Levenshtein string-distance function that

2008-04-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis

2008-04-03 Thread Bruce Momjian
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)

[COMMITTERS] pgsql: Remove heap_release_fetch, which is no longer used anywhere; this

2008-04-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Add to TODO: > * Improve how ANALYZE computes in-doubt tuples >

2008-04-03 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it

2008-04-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it

2008-04-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Oops, add proper #ifdef for systems without support for syslog.

2008-04-03 Thread Magnus Hagander
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

[COMMITTERS] npgsql - Npgsql2: Don't change client encoding if we know it to already

2008-04-03 Thread User Talliesin
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

[COMMITTERS] npgsql - Npgsql2: Don't change client encoding if we know it to already

2008-04-03 Thread User Talliesin
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

[COMMITTERS] pgsql: Remove -C from rsync call, because it omits directories named

2008-04-03 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Remove -C from rsync call, because it omits directories named

2008-04-03 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Convert syslog_facility guc to enum type.

2008-04-03 Thread Magnus Hagander
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