[COMMITTERS] npgsql - Npgsql2: fix metadata queries to match the RTM release

2008-08-20 Thread User Jbcooley
Log Message: --- fix metadata queries to match the RTM release Modified Files: -- Npgsql2/src/Npgsql: NpgsqlSchema.ssdl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlSchema.ssdl.diff?r1=1.5&r2=1.6) -- Sent via

[COMMITTERS] pgstatspack - pgstatspack: Updated readme file for new install and

2008-08-20 Thread User Kpierno
Log Message: --- Updated readme file for new install and remove scripts also added sample cron entries for automated snapshots and snapshot removal Modified Files: -- pgstatspack: pgstatspack_README.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/c

[COMMITTERS] pgstatspack - pgstatspack: New sample report with the new report

2008-08-20 Thread User Kpierno
Log Message: --- New sample report with the new report sections Modified Files: -- pgstatspack: pgstatspack_sample_report.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatspack/pgstatspack/pgstatspack_sample_report.txt.diff?r1=1.1.1

[COMMITTERS] pgsql: Marginal improvement in sublink planning: allow unknownEqFalse

2008-08-20 Thread Tom Lane
Log Message: --- Marginal improvement in sublink planning: allow unknownEqFalse optimization to be used for SubLinks that are underneath a top-level OR clause. Just as at the very top level of WHERE, it's not necessary to be accurate about whether the sublink returns FALSE or NULL, because

[COMMITTERS] pgsql: Remove tools and documention for generating TODO.html.

2008-08-20 Thread Bruce Momjian
Log Message: --- Remove tools and documention for generating TODO.html. Modified Files: -- pgsql/doc/src/FAQ: README (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/README?r1=1.4&r2=1.5) Removed Files: - pgsql/src

[COMMITTERS] pgsql: TODO now in wiki, html version removed.

2008-08-20 Thread Bruce Momjian
Log Message: --- TODO now in wiki, html version removed. Removed Files: - pgsql/doc/src/FAQ: TODO.html (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html) -- Sent via pgsql-committers mailing list ([email protected]) To mak

[COMMITTERS] pgsql: New TODO list URL wiki location listed; contents truncated.

2008-08-20 Thread Bruce Momjian
Log Message: --- New TODO list URL wiki location listed; contents truncated. Modified Files: -- pgsql/doc: TODO (r1.2502 -> r1.2503) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2502&r2=1.2503) pgsql/doc/src/FAQ: TODO.html (r1.1

[COMMITTERS] pgsql: Fix obsolete comment.

2008-08-20 Thread Tom Lane
Log Message: --- Fix obsolete comment. It's no longer the case that Param nodes don't carry typmod. Modified Files: -- pgsql/src/backend/optimizer/plan: subselect.c (r1.135 -> r1.136) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/pl

[COMMITTERS] pgsql: Synced parser.

2008-08-20 Thread Michael Meskes
Log Message: --- Synced parser. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.385 -> r1.386) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.385&r2=1.386) pgsql/src/interfaces/ecpg/preproc: prepro

[COMMITTERS] pgsql: Fixed incorrect argument handling in SET command if argument is a

2008-08-20 Thread Michael Meskes
Log Message: --- Fixed incorrect argument handling in SET command if argument is a variable. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.359.2.4 -> r1.359.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Make libpq on windows not try to send chunks larger than 64Kb.

2008-08-20 Thread Magnus Hagander
Log Message: --- Make libpq on windows not try to send chunks larger than 64Kb. Per Microsoft knowledge base article Q201213, early versions of Windows fail when we do this. Later versions of Windows appear to have a higher limit than 64Kb, but do still fail on large sends, so we unconditi

[COMMITTERS] pgsql: Make libpq on windows not try to send chunks larger than 64Kb.

2008-08-20 Thread Magnus Hagander
Log Message: --- Make libpq on windows not try to send chunks larger than 64Kb. Per Microsoft knowledge base article Q201213, early versions of Windows fail when we do this. Later versions of Windows appear to have a higher limit than 64Kb, but do still fail on large sends, so we unconditi

[COMMITTERS] pgsql: Make libpq on windows not try to send chunks larger than 64Kb.

2008-08-20 Thread Magnus Hagander
Log Message: --- Make libpq on windows not try to send chunks larger than 64Kb. Per Microsoft knowledge base article Q201213, early versions of Windows fail when we do this. Later versions of Windows appear to have a higher limit than 64Kb, but do still fail on large sends, so we unconditi