[COMMITTERS] pgsql: Add more function to TODO: < * %Add pg_get_acldef(),

2005-12-17 Thread Bruce Momjian
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:

[COMMITTERS] pgfouine - pgfouine: added GPL header

2005-12-17 Thread User Gsmet
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)

[COMMITTERS] pgsql: Add: * Allow star join optimizations While our bitmap scan

2005-12-17 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Add mention of possible patent problems with star joins, per

2005-12-17 Thread Bruce Momjian
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: --

[COMMITTERS] pgsql: Update: < * Flush cached query plans when the dependent objects

2005-12-17 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Remove item: < * Allow star join optimizations < < While our

2005-12-17 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Update ASM comments.

2005-12-17 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Update s_lock.c comments.

2005-12-17 Thread Bruce Momjian
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

[COMMITTERS] psqlodbc - psqlodbc: added support for ; as delimiter for ConfigDSN

2005-12-17 Thread User Luf
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)

[COMMITTERS] pgsql: Fix typo.

2005-12-17 Thread Bruce Momjian
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)---

[COMMITTERS] pgsql: Add new psql command \password for changing role password with

2005-12-17 Thread Peter Eisentraut
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

[COMMITTERS] wikipedia - wikipgedia: porting changes from mediawiki head

2005-12-17 Thread Sven Klemm
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

[COMMITTERS] wikipedia - wikipgedia: porting changes from mediawiki head

2005-12-17 Thread Sven Klemm
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

[COMMITTERS] wikipedia - wikipgedia: fix for insert with option IGNORE reverted old

2005-12-17 Thread Sven Klemm
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/