[COMMITTERS] pgsql: For float4/8, remove errno checks for pow() and exp() because

2007-01-02 Thread Bruce Momjian
Log Message: --- For float4/8, remove errno checks for pow() and exp() because only some platforms set errno, and we already have a check macro that detects under/overflow, so there is no reason for platform-specific code anymore. Modified Files: -- pgsql/src/backend/utils/

[COMMITTERS] pgsql: Update expected result for new inet error message wording.

2007-01-02 Thread Bruce Momjian
Log Message: --- Update expected result for new inet error message wording. Modified Files: -- pgsql/src/test/regress/expected: inet.out (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/inet.out.diff?r1=1.22&r2=1.

[COMMITTERS] pgsql: Adjust network errmsg("result is out of range") message to be

2007-01-02 Thread Bruce Momjian
Log Message: --- Adjust network errmsg("result is out of range") message to be consistent with other places. Modified Files: -- pgsql/src/backend/utils/adt: network.c (r1.66 -> r1.67) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/n

[COMMITTERS] pgsql: Some platforms set errno on pow(), exp() overflow, some do not,

2007-01-02 Thread Bruce Momjian
Log Message: --- Some platforms set errno on pow(), exp() overflow, some do not, so if isinf(), fall through to our own infinity checks. Modified Files: -- pgsql/src/backend/utils/adt: float.c (r1.134 -> r1.135) (http://developer.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Add a regression test for ALTER SET TABLESPACE; this is a whole

2007-01-02 Thread Tom Lane
Log Message: --- Add a regression test for ALTER SET TABLESPACE; this is a whole separate code path in tablecmds.c that wasn't exercised at all before. Modified Files: -- pgsql/src/test/regress/input: tablespace.source (r1.3 -> r1.4) (http://developer.postg

[COMMITTERS] pgsql: finite() no longer used; remove finite() platform-specific

2007-01-02 Thread Bruce Momjian
Log Message: --- finite() no longer used; remove finite() platform-specific infrastructure. Modified Files: -- pgsql: configure (r1.526 -> r1.527) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.526&r2=1.527) configure.in (r1.4

[COMMITTERS] plpsm - plpgpsm: call statement is equal perform statement from plpgsql

2007-01-02 Thread User Okbob
Log Message: --- call statement is equal perform statement from plpgsql Modified Files: -- plpgpsm/src: gram.y (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.21&r2=1.22) scan.l (r1.8 -> r1.9)

[COMMITTERS] plpsm - plpgpsm: Refactoring declaration of variables, cursors and

2007-01-02 Thread User Okbob
Log Message: --- Refactoring declaration of variables, cursors and handlers. Reason is fix of bug, when wasn't possible overwrite local variables. With gramatic controlled variable's declaration I din't able correctly call plpgpsm_ns_setlocal() fce. Modified Files: -- plpgp

[COMMITTERS] pgsql: Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.

2007-01-02 Thread Bruce Momjian
Log Message: --- Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. The purpose is to allow autovacuum-esq conditional vacuuming and clustering using SQL to discover the required stats. No documentation updates required. Catalog version updated. Glen Parker Modified Files:

[COMMITTERS] pgsql: Add #include for platforms that still need it.

2007-01-02 Thread Bruce Momjian
Log Message: --- Add #include for platforms that still need it. Modified Files: -- pgsql/src/backend/utils/adt: float.c (r1.132 -> r1.133) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c.diff?r1=1.132&r2=1.133)

[COMMITTERS] pgsql: Fix float4/8 to handle Infinity and Nan consistently, e.g.

2007-01-02 Thread Bruce Momjian
Log Message: --- Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a valid result from a computation if one of the input values was infinity. The previous code assumed an operation that returned infinity was an overflow. Handle underflow/overflow consistently, and add

[COMMITTERS] pgbuildfarm - client-code: Try to unlimit core files if possible, and

2007-01-02 Thread User Andrewd
Log Message: --- Try to unlimit core files if possible, and try to get a gdb backtrace if possible when regression tests fail. None of this fails fatally, so if we can't do it the behaviour is the same as before. Modified Files: -- client-code: run_build.pl (r1.7

[COMMITTERS] autodoc - autodoc: Release 1.30

2007-01-02 Thread User Rbt
Log Message: --- Release 1.30 Modified Files: -- autodoc: ChangeLog (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/ChangeLog.diff?r1=1.4&r2=1.5) ---(end of broadcast)--- TIP 1: if

[COMMITTERS] autodoc - autodoc: Toshio Kuratomi wrote a patch to allow a password to

2007-01-02 Thread User Rbt
Log Message: --- Toshio Kuratomi wrote a patch to allow a password to be provided via prompt. Modified Files: -- autodoc: configure.ac (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/configure.ac.diff?r1=1.1.1.1&r2=1.2)