[COMMITTERS] pgsql: Change URL for SITC: < http://momjian.us/cgi-bin/pgsitc >

2006-06-28 Thread Bruce Momjian
Log Message: --- Change URL for SITC: < http://momjian.us/cgi-bin/pgsitc > http://archives.postgresql.org/pgsql-hackers/2006-06/msg01534.php Modified Files: -- pgsql/doc: TODO (r1.1908 -> r1.1909) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/T

[COMMITTERS] pgsql: Add: > * Add 128-bit Universally Unique Identifier (UUID)

2006-06-28 Thread Bruce Momjian
Log Message: --- Add: > * Add 128-bit Universally Unique Identifier (UUID) Modified Files: -- pgsql/doc: TODO (r1.1907 -> r1.1908) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1907&r2=1.1908) pgsql/doc/src/FAQ: TODO.html

[COMMITTERS] bizgres - bizgres:

2006-06-28 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL/xml: system.xml (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/xml/system.xml.diff?r1=1.4&r2=1.5) bizgres/KETL/src/com/kni/etl/ketl/reader: JDBCSSAScanner.java (

[COMMITTERS] pgsql: Add missing #include directive: pg_constraint.h declares some

2006-06-28 Thread Neil Conway
Log Message: --- Add missing #include directive: pg_constraint.h declares some functions whose prototypes include the "List" type, so it ought to include the list header file. Modified Files: -- pgsql/src/include/catalog: pg_constraint.h (r1.22 -> r1.23) (h

[COMMITTERS] pgsql: Fix typo in comment.

2006-06-28 Thread Neil Conway
Log Message: --- Fix typo in comment. Modified Files: -- pgsql/src/backend/utils/mmgr: aset.c (r1.66 -> r1.67) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/aset.c.diff?r1=1.66&r2=1.67) ---(end of broadcas

[COMMITTERS] pgsql: Editorialization for the additions to the CREATE TABLE reference

2006-06-28 Thread Neil Conway
Log Message: --- Editorialization for the additions to the CREATE TABLE reference page made as part of the recent INCLUDING CONSTRAINTS patch. The text could stand further improvement, but this is at least a step in the right direction. Modified Files: -- pgsql/doc/src/sgml

[COMMITTERS] pgsql: Add URL for SITC > http://momjian.us/cgi-bin/pgsitc

2006-06-28 Thread Bruce Momjian
Log Message: --- Add URL for SITC > http://momjian.us/cgi-bin/pgsitc Modified Files: -- pgsql/doc: TODO (r1.1906 -> r1.1907) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1906&r2=1.1907) pgsql/doc/src/FAQ: TODO.html (r1

[COMMITTERS] pgsql: Improve planner estimates for size of tuple hash tables.

2006-06-28 Thread Tom Lane
Log Message: --- Improve planner estimates for size of tuple hash tables. Modified Files: -- pgsql/src/backend/optimizer/plan: planner.c (r1.199 -> r1.200) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planner.c.diff?r1=1.199&

[COMMITTERS] pgsql: Fix hash aggregation to suppress unneeded columns from being

2006-06-28 Thread Tom Lane
Log Message: --- Fix hash aggregation to suppress unneeded columns from being stored in tuple hash table entries. This addresses the problem previously noted that use of a 'physical tlist' in the input scan node could bloat the hash table entries far beyond what the planner expects. It's

[COMMITTERS] pgsql: Adjust TupleHashTables to use MinimalTuple format for contained

2006-06-28 Thread Tom Lane
Log Message: --- Adjust TupleHashTables to use MinimalTuple format for contained tuples. Modified Files: -- pgsql/src/backend/executor: execGrouping.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execGrouping.c.dif

[COMMITTERS] pgsql: Update: < o Add support for WITH HOLD cursors > o Add

2006-06-28 Thread Bruce Momjian
Log Message: --- Update: < o Add support for WITH HOLD cursors > o Add support for WITH HOLD and SCROLL cursors > > PL/pgSQL cursors should support the same syntax as > backend cursors. > Modified Files: -- pgsql

[COMMITTERS] pgsql: Update Russian FAQ.

2006-06-28 Thread Bruce Momjian
Log Message: --- Update Russian FAQ. Viktor Vislobokov Modified Files: -- pgsql/doc: FAQ_russian (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_russian.diff?r1=1.29&r2=1.30) pgsql/doc/src/FAQ: FAQ_russian.html (r1.31

[COMMITTERS] pgsql: Forget to add new file :((

2006-06-28 Thread Teodor Sigaev
Log Message: --- Forget to add new file :(( Added Files: --- pgsql/src/backend/access/gist: gistsplit.c (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistsplit.c?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] fulldisjunction - fd: More consolidation works.

2006-06-28 Thread User Pgstudy
Log Message: --- More consolidation works. Removed almost completely references to the term "deformed" and left it only where it is truely meaningful. Modified Files: -- fd: algutils.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisju

[COMMITTERS] pgsql: Changes * new split algorithm (as proposed in

2006-06-28 Thread Teodor Sigaev
Log Message: --- Changes * new split algorithm (as proposed in http://archives.postgresql.org/pgsql-hackers/2006-06/msg00254.php) * possible call pickSplit() for second and below columns * add spl_(l|r)datum_exists to GIST_SPLITVEC - pickSplit should check its values to use already