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
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
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 (
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
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
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
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
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&
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
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
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
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
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)
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
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
15 matches
Mail list logo