[COMMITTERS] pgsql: Fix broken markup, improve wording.

2007-03-01 Thread Tom Lane
Log Message: --- Fix broken markup, improve wording. Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml.diff?r1=1.58&r2=1.59) ---(end of broad

[COMMITTERS] pgsnmpd - pgsnmpd: I just noticed this never got added...

2007-03-01 Thread User Eggyknap
Log Message: --- I just noticed this never got added... Woops Added Files: --- pgsnmpd: pgsnmpd.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.h?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadc

[COMMITTERS] pgsnmpd - pgsnmpd: Make rdbmsDbPrivateMibOID work properly, in that at

2007-03-01 Thread User Eggyknap
Log Message: --- Make rdbmsDbPrivateMibOID work properly, in that at least it now references the pgsql private MIB space. This will have to change one day, when we start writing a PGSQL-MIB. Also clean up some logging, remember to call PQclear (valgrind says that's important *grin*), and

[COMMITTERS] pgsnmpd - pgsnmpd: Use OID from pg_database for rdbmsDbTable index

2007-03-01 Thread User Eggyknap
Log Message: --- Use OID from pg_database for rdbmsDbTable index Modified Files: -- pgsnmpd: rdbmsDbTable_data_access.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbTable_data_access.c.diff?r1=1.1&r2=1.2) -

[COMMITTERS] pgsql: Suppress useless searches for unused line pointers in

2007-03-01 Thread Tom Lane
Log Message: --- Suppress useless searches for unused line pointers in PageAddItem. To do this, add a 16-bit "flags" field to page headers by stealing some bits from pd_tli. We use one flag bit as a hint to indicate whether there are any unused line pointers; the remaining 15 are availabl

[COMMITTERS] pgsql: Fix miscalculation of stats collector's write delay, introduced

2007-03-01 Thread Tom Lane
Log Message: --- Fix miscalculation of stats collector's write delay, introduced in revision 1.117. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.140.2.2 -> r1.140.2.3) (http://developer.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Fix miscalculation of stats collector's write delay, introduced

2007-03-01 Thread Tom Lane
Log Message: --- Fix miscalculation of stats collector's write delay, introduced in revision 1.117. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.147 -> r1.148) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/rewrite:

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/rewrite:

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/rewrite:

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/rewrite:

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/rewrite:

[COMMITTERS] pgsql: Fix markQueryForLocking() to work correctly in the presence of

2007-03-01 Thread Tom Lane
Log Message: --- Fix markQueryForLocking() to work correctly in the presence of nested views. It has been wrong for this case since it was first written for 7.1 :-( Per report from Pavel Hanák. Modified Files: -- pgsql/src/backend/rewrite: rewriteHandler.c (r1.170 -

[COMMITTERS] pgsql: Fix date/time formats for XML Schema output.

2007-03-01 Thread Peter Eisentraut
Log Message: --- Fix date/time formats for XML Schema output. Pavel Stehule Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.177 -> r1.178) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.177&r2=1.

[COMMITTERS] pgsnmpd - pgsnmpd: (Mostly) template code for rdbmsDbTable.

2007-03-01 Thread User Eggyknap
Log Message: --- (Mostly) template code for rdbmsDbTable. The rdbmsDbTable.rdbmsDbName value works, and there's some debug code to remove Modified Files: -- pgsnmpd: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/M

[COMMITTERS] odbclink - odbclink: Fixed the PG_MODULE_MAGIC macro.

2007-03-01 Thread User H-saito
Log Message: --- Fixed the PG_MODULE_MAGIC macro. Thanks Kitagawa. Modified Files: -- odbclink: odbclink.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/odbclink/odbclink/odbclink.c.diff?r1=1.4&r2=1.5) ---(end of broad