[COMMITTERS] pgsql: Implement archive_timeout feature to force xlog file switches to

2006-08-17 Thread Tom Lane
Log Message: --- Implement archive_timeout feature to force xlog file switches to occur no more than N seconds apart. This allows a simple, if not very high performance, means of guaranteeing that a PITR archive is no more than N seconds behind real time. Also make pg_current_xlog_locatio

[COMMITTERS] bizgres - bizgres: Merge of PostgreSQL 8.1.4 code.

2006-08-17 Thread User Sdanforth
Log Message: --- Merge of PostgreSQL 8.1.4 code. Modified Files: -- bizgres/postgresql: configure (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/configure.diff?r1=1.6&r2=1.7) configure.in (r1.6 -> r1.7)

[COMMITTERS] xlogviewer - xlogdump:

2006-08-17 Thread User Diogob
Log Message: --- Modified Files: -- xlogdump: .kdbgrc.xlogdump (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/.kdbgrc.xlogdump.diff?r1=1.7&r2=1.8) xlogdump (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/c

[COMMITTERS] pgsql: Produce a clean failure in configure when dtrace is selected but

2006-08-17 Thread Peter Eisentraut
Log Message: --- Produce a clean failure in configure when dtrace is selected but cannot be found. Besides stopping those early who have no dtrace installed whatsoever, this will also alert those who have dtrace in /usr/sbin, which might not be in the path, which would produce confusing fa

[COMMITTERS] pgsql: Fix an oversight in mergejoin planning: the planner would reject

2006-08-17 Thread Tom Lane
Log Message: --- Fix an oversight in mergejoin planning: the planner would reject a mergejoin possibility where the inner rel was less well sorted than the outer (ie, it matches some but not all of the merge clauses that can work with the outer), if the inner path in question is also the ov

[COMMITTERS] pgsql: Teach convert_subquery_pathkeys() to handle the case where the

2006-08-17 Thread Tom Lane
Log Message: --- Teach convert_subquery_pathkeys() to handle the case where the subquery's pathkey is a RelabelType applied to something that appears in the subquery's output; for example where the subquery returns a varchar Var and the sort order is shown as that Var coerced to text. This

[COMMITTERS] pgfouine - www: updated RPM

2006-08-17 Thread User Gsmet
Log Message: --- updated RPM Modified Files: -- www: index.html (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/index.html.diff?r1=1.23&r2=1.24) ---(end of broadcast)--- TIP 2: Don'

[COMMITTERS] plscheme - plscheme: Introduce argument modes (INOUT/OUT) functionality.

2006-08-17 Thread User Knt
Log Message: --- Introduce argument modes (INOUT/OUT) functionality. Therefore, it's now possible to return record types. Furthermore, you can receive row type arguments too. Also, domain types are handled too. You can safely return and receive domain type arguments, even inside records.

[COMMITTERS] pgfouine - pgfouine: applied patch to RPM spec file by Devrim Gunduz

2006-08-17 Thread User Gsmet
Log Message: --- applied patch to RPM spec file by Devrim Gunduz Tags: BRANCH_0_7 Modified Files: -- pgfouine: pgfouine.spec (r1.14 -> r1.14.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.spec.diff?r1=1.14&r2=1.14.2.1)