[COMMITTERS] pgsql: Done: > * -Fix incorrect rtree results due to wrong assumptions

2005-06-23 Thread Bruce Momjian
Log Message: --- Done: > * -Fix incorrect rtree results due to wrong assumptions about "over" > operator semantics Modified Files: -- pgsql/doc: TODO (r1.1571 -> r1.1572) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1571&r2=1.1572

[COMMITTERS] pgsql: Remove TODO.detail rtree now that item is fixed.

2005-06-23 Thread Bruce Momjian
Log Message: --- Remove TODO.detail rtree now that item is fixed. Removed Files: - pgsql/doc/TODO.detail: rtree (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/rtree) ---(end of broadcast)---

[COMMITTERS] pgsql: Completed: < * Allow REINDEX to rebuild all database indexes,

2005-06-23 Thread Bruce Momjian
Log Message: --- Completed: < * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex > * -Allow REINDEX to rebuild all database indexes Modified Files: -- pgsql/doc: TODO (r1.1570 -> r1.1571) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Add: > * Add program to test if fsync has a delay compared to

2005-06-23 Thread Bruce Momjian
Log Message: --- Add: > * Add program to test if fsync has a delay compared to non-fsync Modified Files: -- pgsql/doc: TODO (r1.1569 -> r1.1570) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1569&r2=1.1570) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: This trivial patch removes an unused variable.

2005-06-23 Thread Neil Conway
Log Message: --- This trivial patch removes an unused variable. From Alvaro Herrera. Modified Files: -- pgsql/src/backend/utils/init: postinit.c (r1.148 -> r1.149) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1

[COMMITTERS] pgsql: Code cleanup: remove 3 duplicate static function declarations.

2005-06-23 Thread Neil Conway
Log Message: --- Code cleanup: remove 3 duplicate static function declarations. Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.89 -> r1.90) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.89&r

[COMMITTERS] pgsql: Fix rtree and contrib/rtree_gist search behavior for the 1-D box

2005-06-23 Thread Tom Lane
Log Message: --- Fix rtree and contrib/rtree_gist search behavior for the 1-D box and polygon operators (<<, &<, >>, &>). Per ideas originally put forward by [EMAIL PROTECTED] and later rediscovered by moi. This patch just fixes the existing opclasses, and does not add any new behavior as

[COMMITTERS] pgsql: Update text of terminate: < * Allow administrators to safely

2005-06-23 Thread Bruce Momjian
Log Message: --- Update text of terminate: < * Allow administrators to safely terminate individual sessions < < Right now, SIGTERM will terminate a session, but it is treated as < though the postmaster has paniced and shared memory might not be < cleaned up properly. A new signal i

[COMMITTERS] bizgres - bizgres: Clickstream analysis demo with data generator.

2005-06-23 Thread User Llonergan
Log Message: --- Clickstream analysis demo with data generator. Added Files: --- bizgres/demo: clicksExample.tar (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/clicksExample.tar?rev=1.1&content-type=text/x-cvsweb-markup) -

[COMMITTERS] tablelog - tablelog: some new updates use 7.4 and 8.0 functions,

2005-06-23 Thread User Andreas
Log Message: --- some new updates use 7.4 and 8.0 functions, splitted by CATALOG_VERSION_NO rename arguments Modified Files: -- tablelog: table_log.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log.c.diff?r1=1.11&r2

[COMMITTERS] python - be: Make type_str type_repr.

2005-06-23 Thread James William Pye
Log Message: --- Make type_str type_repr. Gives brief output for repr. Modified Files: -- be/src: type.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.10&r2=1.11) ---(end of broadcast)-