Log Message:
---
Add more function to TODO:
< * %Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
> * %Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(),
> pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef()
Modified Files:
--
pgsql/doc:
Log Message:
---
added GPL header
Modified Files:
--
pgfouine/include/reporting:
ReportAggregator.class.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.6&r2=1.7)
Log Message:
---
Add:
* Allow star join optimizations
While our bitmap scan allows multiple indexes to be joined to get
to heap rows, a star joins allows multiple dimension _tables_ to
be joined to index into a larger main fact table. The join is
usually performed by either creat
Log Message:
---
Add mention of possible patent problems with star joins, per Joshua
Drake:
< and merge the bitmaps to perform the join on the fact table.
> and merge the bitmaps to perform the join on the fact table. Some
> of these algorithms might be patented.
Modified Files:
--
Log Message:
---
Update:
< * Flush cached query plans when the dependent objects change or
< when the cardinality of parameters changes dramatically
> * Flush cached query plans when the dependent objects change,
> when the cardinality of parameters changes dramatically, or
> when ne
Log Message:
---
Remove item:
< * Allow star join optimizations
<
< While our bitmap scan allows multiple indexes to be joined to get
< to heap rows, a star joins allows multiple dimension _tables_ to
< be joined to index into a larger main fact table. The join is
< usually perf
Log Message:
---
Update ASM comments.
Modified Files:
--
pgsql/src/include/storage:
s_lock.h (r1.142 -> r1.143)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.142&r2=1.143)
---(end of broadc
Log Message:
---
Update s_lock.c comments.
Modified Files:
--
pgsql/src/include/storage:
s_lock.h (r1.143 -> r1.144)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.143&r2=1.144)
---(end of b
Log Message:
---
added support for ; as delimiter for ConfigDSN
Modified Files:
--
psqlodbc:
setup.c (r1.37 -> r1.38)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/setup.c.diff?r1=1.37&r2=1.38)
---(end of broadcast)
Log Message:
---
Fix typo.
Modified Files:
--
pgsql/src/include/storage:
s_lock.h (r1.144 -> r1.145)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.144&r2=1.145)
---(end of broadcast)---
Log Message:
---
Add new psql command \password for changing role password with client-side
password encryption. Also alter createuser command to the same effect.
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_role.sgml (r1.2 -> r1.3)
(http://developer.p
Log Message:
---
porting changes from mediawiki head
Modified Files:
--
wikipgedia:
index.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/index.php.diff?r1=1.2&r2=1.3)
wikipgedia/includes:
SpecialAllpages.php
Log Message:
---
porting changes from mediawiki head
Modified Files:
--
wikipgedia/includes:
MagicWord.php (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/MagicWord.php.diff?r1=1.1.1.1&r2=1.2)
wikipgedia/lan
Log Message:
---
fix for insert with option IGNORE
reverted old fix for image upload because of side effects and no longer
necessary
Modified Files:
--
wikipgedia/includes:
DatabasePostgreSQL.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/
14 matches
Mail list logo