[COMMITTERS] pgsql: Redefine IsTransactionState() to only return true for

2007-06-07 Thread Tom Lane
Log Message: --- Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, which is the only state in which it's safe to initiate database queries. It turns out that all but two of the callers thought that's what it meant; and the other two were using it as a proxy for "

Re: [COMMITTERS] pgsql: Rework temp_tablespaces patch so that temptablespaces are

2007-06-07 Thread Simon Riggs
On Thu, 2007-06-07 at 16:19 -0300, Tom Lane wrote: > Log Message: > --- > Rework temp_tablespaces patch so that temp tablespaces are assigned separately > for each temp file, rather than once per sort or hashjoin; this allows > spreading the data of a large sort or join across multiple tabl

[COMMITTERS] pgsql: Rework temp_tablespaces patch so that temp tablespaces are

2007-06-07 Thread Tom Lane
Log Message: --- Rework temp_tablespaces patch so that temp tablespaces are assigned separately for each temp file, rather than once per sort or hashjoin; this allows spreading the data of a large sort or join across multiple tablespaces. (I remain dubious that this will make any difference

[COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.

2007-06-07 Thread Alvaro Herrera
Log Message: --- Avoid losing track of data for shared tables in pgstats. Report by Michael Fuhr, patch from Tom Lane after a messier suggestion by me. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.140.2.3 -> r1.140.2.4)

[COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.

2007-06-07 Thread Alvaro Herrera
Log Message: --- Avoid losing track of data for shared tables in pgstats. Report by Michael Fuhr, patch from Tom Lane after a messier suggestion by me. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.111.2.7 -> r1.111.2.8)

[COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.

2007-06-07 Thread Alvaro Herrera
Log Message: --- Avoid losing track of data for shared tables in pgstats. Report by Michael Fuhr, patch from Tom Lane after a messier suggestion by me. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.158 -> r1.159) (http://developer.postgresq

[COMMITTERS] pgsnmpd - pgsnmpd: Important publication.

2007-06-07 Thread User H-saito
Log Message: --- Important publication. enterprise-numbers of PostgreSQL. This official number exists for our team. Therefore, the expectation of our pgsnmpd might be great. Modified Files: -- pgsnmpd: README.pgsnmpd (r1.3 -> r1.4) (http://cvs.pgfoundry.org

[COMMITTERS] pgsnmpd - pgsnmpd: Note: about SrvLimitedResource.

2007-06-07 Thread User H-saito
Log Message: --- Note: about SrvLimitedResource. Explanation of there being nothing here. Added Files: --- pgsnmpd/RDBMS-MIB_src/rdbmsSrvLimitedResource: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvLimitedRes

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-06-07 Thread User H-saito
Update of /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvLimitedResource In directory pgfoundry.org:/tmp/cvs-serv79135/rdbmsSrvLimitedResource Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvLimitedResource added to the repository ---(end of broadca

[COMMITTERS] pgsnmpd - pgsnmpd: FAQ(Josh wrote.)

2007-06-07 Thread User H-saito
Log Message: --- FAQ(Josh wrote.) Added Files: --- pgsnmpd/doc: pgsnmpd_faq.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/doc/pgsnmpd_faq.html?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] pgsnmpd - pgsnmpd: Prep version 1.0 beta

2007-06-07 Thread User H-saito
Log Message: --- Prep version 1.0 beta Modified Files: -- pgsnmpd: KNOWNBUG.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/KNOWNBUG.txt.diff?r1=1.1.1.1&r2=1.2) README.pgsnmpd (r1.2 -> r1.3) (http://cvs.p

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-06-07 Thread User H-saito
Update of /cvsroot/pgsnmpd/pgsnmpd/doc In directory pgfoundry.org:/tmp/cvs-serv72057/doc Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/doc added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settin

[COMMITTERS] pgsnmpd - pgsnmpd: Since this is old, it is removed.

2007-06-07 Thread User H-saito
Log Message: --- Since this is old, it is removed. Removed Files: - pgsnmpd: PGSQL-MIB.txt (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/PGSQL-MIB.txt) ---(end of broadcast)--- TIP 1: if postin

[COMMITTERS] pgsql: Fix array_dims() example to be consistent with the data

2007-06-07 Thread Tom Lane
Log Message: --- Fix array_dims() example to be consistent with the data previously shown. Christian Rossow Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.46 -> r1.46.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Fix array_dims() example to be consistent with the data

2007-06-07 Thread Tom Lane
Log Message: --- Fix array_dims() example to be consistent with the data previously shown. Christian Rossow Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.42.4.1 -> r1.42.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Fix array_dims() example to be consistent with the data

2007-06-07 Thread Tom Lane
Log Message: --- Fix array_dims() example to be consistent with the data previously shown. Christian Rossow Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.52.2.4 -> r1.52.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Fix array_dims() example to be consistent with the data

2007-06-07 Thread Tom Lane
Log Message: --- Fix array_dims() example to be consistent with the data previously shown. Christian Rossow Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml.diff?r1=

[COMMITTERS] pgsnmpd - pgsnmpd: The addition of DATA.

2007-06-07 Thread User H-saito
Log Message: --- The addition of DATA. Modified Files: -- pgsnmpd: Makefile (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/Makefile.diff?r1=1.15&r2=1.16) ---(end of broadcast)--

[COMMITTERS] pgsql: The functions bt_metap, bt_page_stats and bt_page_items had moved

2007-06-07 Thread Magnus Hagander
Log Message: --- The functions bt_metap, bt_page_stats and bt_page_items had moved from contrib/pgstattuple to pageinspect. We've already fixed English documentation, but Japanese version does not catch up. ITAGAKI Takahiro Modified Files: -- pgsql/contrib/pgstattuple: