[COMMITTERS] pgsnmpd - pgsnmpd: Itemize a bunch of things that need doing

2007-03-16 Thread User Eggyknap
Log Message: --- Itemize a bunch of things that need doing Modified Files: -- pgsnmpd: TODO.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/TODO.txt.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgsnmpd - pgsnmpd: Array parser that seems to work and be quite robust

2007-03-16 Thread User Eggyknap
Log Message: --- Array parser that seems to work and be quite robust (which probably means it's also slow) Modified Files: -- pgsnmpd: pg_array.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pg_array.c.diff?r1=1.3&r2=1.4)

[COMMITTERS] pgsnmpd - pgsnmpd: Move tables to their own directories, redo pg_array

2007-03-16 Thread User Eggyknap
Log Message: --- Move tables to their own directories, redo pg_array stuff (still in progress, but finally close to finished, I think) Modified Files: -- pgsnmpd: pg_array.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pg_arr

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-03-16 Thread User Eggyknap
Update of /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbParamTable In directory pgfoundry.org:/tmp/cvs-serv56880/rdbmsDbParamTable Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbParamTable added to the repository ---(end of broadcast)---

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-03-16 Thread User Eggyknap
Update of /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbInfoTable In directory pgfoundry.org:/tmp/cvs-serv55857/rdbmsDbInfoTable Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbInfoTable added to the repository ---(end of broadcast)--

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-03-16 Thread User Eggyknap
Update of /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbTable In directory pgfoundry.org:/tmp/cvs-serv54970/rdbmsDbTable Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbTable added to the repository ---(end of broadcast)--- TI

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-03-16 Thread User Eggyknap
Update of /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src In directory pgfoundry.org:/tmp/cvs-serv54662/RDBMS-MIB_src Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/RDBMS-MIB_src added to the repository ---(end of broadcast)--- TIP 7: You can help support

[COMMITTERS] pgsql: SPI_cursor_open failed to enforce that only read-only queries

2007-03-16 Thread Tom Lane
Log Message: --- SPI_cursor_open failed to enforce that only read-only queries could be executed in read_only mode. This could lead to various relatively-subtle failures, such as an allegedly stable function returning non-stable results. Bug goes all the way back to the introduction of rea

[COMMITTERS] pgsql: SPI_cursor_open failed to enforce that only read-only queries

2007-03-16 Thread Tom Lane
Log Message: --- SPI_cursor_open failed to enforce that only read-only queries could be executed in read_only mode. This could lead to various relatively-subtle failures, such as an allegedly stable function returning non-stable results. Bug goes all the way back to the introduction of rea

[COMMITTERS] pgsql: SPI_cursor_open failed to enforce that only read-only queries

2007-03-16 Thread Tom Lane
Log Message: --- SPI_cursor_open failed to enforce that only read-only queries could be executed in read_only mode. This could lead to various relatively-subtle failures, such as an allegedly stable function returning non-stable results. Bug goes all the way back to the introduction of rea

[COMMITTERS] pgsql: SPI_cursor_open failed to enforce that only read-only queries

2007-03-16 Thread Tom Lane
Log Message: --- SPI_cursor_open failed to enforce that only read-only queries could be executed in read_only mode. This could lead to various relatively-subtle failures, such as an allegedly stable function returning non-stable results. Bug goes all the way back to the introduction of rea

[COMMITTERS] pgsql: Ooops, got only one of the two ArrayExpr variants correct in

2007-03-16 Thread Tom Lane
Log Message: --- Ooops, got only one of the two ArrayExpr variants correct in first cut at exprTypmod support. Also, experimentation shows that we need to label the type of Const nodes that are numeric with a specific typmod. Modified Files: -- pgsql/src/backend/parser:

[COMMITTERS] pgsql: Fix up the remaining places where the expression node structure

2007-03-16 Thread Tom Lane
Log Message: --- Fix up the remaining places where the expression node structure would lose available information about the typmod of an expression; namely, Const, ArrayRef, ArrayExpr, and EXPR and ARRAY SubLinks. In the ArrayExpr and SubLink cases it wasn't really the data structure's fau

[COMMITTERS] pgsql: Add new columns for tuple statistics on a database level to

2007-03-16 Thread Magnus Hagander
Log Message: --- Add new columns for tuple statistics on a database level to pg_stat_database. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.46 -> r1.47) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml.diff?r1=1.4

[COMMITTERS] pgsql: Fix race condition in parallel regression tests.

2007-03-16 Thread Tom Lane
Log Message: --- Fix race condition in parallel regression tests. The new plancache test was expecting there to be no regular table named 'foo', but it turns out the rules test transiently creates one, so that plancache would sometimes fail. I couldn't reproduce that in quite a few tries

[COMMITTERS] pgsql: Fix uninitialized value in pgstatindex leading to invalid values

2007-03-16 Thread Alvaro Herrera
Log Message: --- Fix uninitialized value in pgstatindex leading to invalid values being reported in some cases. Report and patch from Tatsuhito Kasahara. Also fix a couple of other bugs I noticed in skimming the surrounding code. Tags: REL8_2_STABLE Modified Files: --

[COMMITTERS] pgsql: Fix uninitialized value in pgstatindex leading to invalid values

2007-03-16 Thread Alvaro Herrera
Log Message: --- Fix uninitialized value in pgstatindex leading to invalid values being reported in some cases. Report and patch from Tatsuhito Kasahara. Also fix a couple of other bugs I noticed in skimming the surrounding code. Modified Files: -- pgsql/contrib/pgstattup

[COMMITTERS] pgsql: Remove undocumented support for copy syntax from before 7.3.

2007-03-16 Thread Andrew Dunstan
Log Message: --- Remove undocumented support for copy syntax from before 7.3. Update comments to reflect syntax actually supported, e.g. by including CSV params. Modified Files: -- pgsql/src/bin/psql: copy.c (r1.74 -> r1.75) (http://developer.postgresql.or

[COMMITTERS] fulldisjunction - fd: added jeremy drake patch to accommodate tom lane's

2007-03-16 Thread User Pgstudy
Log Message: --- added jeremy drake patch to accommodate tom lane's new commit for caching plans in SPI Modified Files: -- fd: algutils.c (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.24&r2=1.25) ---

[COMMITTERS] pgsql: Show aggregate return types in psql \da output.

2007-03-16 Thread Magnus Hagander
Log Message: --- Show aggregate return types in psql \da output. Greg Sabino Mullane Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.188 -> r1.189) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.188&