[COMMITTERS] npgsql - Npgsql2: Removed build of asp.net providers as well as

2008-10-03 Thread User Fxjr
Log Message: --- Removed build of asp.net providers as well as System.Web dependencies. Now we use Daniel Nauck's providers. Modified Files: -- Npgsql2/src: Npgsql.build (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgs

[COMMITTERS] orafce - orafce: Add regression tests for utl_file.

2008-10-03 Thread User Itagaki
Log Message: --- Add regression tests for utl_file. Modified Files: -- orafce/expected: files.out (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/files.out.diff?r1=1.3&r2=1.4) orafce/sql: files.sql (r1.3 -> r1.

[COMMITTERS] pgsql: Add a note about how to check for bare < and & in SGML docs,

2008-10-03 Thread Tom Lane
Log Message: --- Add a note about how to check for bare < and & in SGML docs, before the knowledge disappears again. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.107 -> r1.108) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=

[COMMITTERS] pgsql: Add regression test for macaddr type.

2008-10-03 Thread Peter Eisentraut
Log Message: --- Add regression test for macaddr type. Enhance documentation about accepted input formats. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.228 -> r1.229) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1

[COMMITTERS] pgsql: Fix coverage targets so that HTML view is reliably updated when

2008-10-03 Thread Peter Eisentraut
Log Message: --- Fix coverage targets so that HTML view is reliably updated when test data changes. Add some documenting comments. Modified Files: -- pgsql/src: Makefile.global.in (r1.243 -> r1.244) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makef

[COMMITTERS] pgsql: Put back the copying of some of the regression test data files

2008-10-03 Thread Peter Eisentraut
Log Message: --- Put back the copying of some of the regression test data files for vpath builds. It is too complicated to fix in another way for now. Modified Files: -- pgsql/src/makefiles: pgxs.mk (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Add relation fork support to pg_relation_size() function.

2008-10-03 Thread Heikki Linnakangas
Log Message: --- Add relation fork support to pg_relation_size() function. You can now pass name of a fork ('main' or 'fsm', at the moment) to pg_relation_size() to get the size of a specific fork. Defaults to 'main', if none given. While we're at it, modify pg_relation_size to take a regc