[COMMITTERS] pgsnmpd - pgsnmpd: These files are copies of what mib2c makes by itself,

2007-04-07 Thread User Eggyknap
Log Message: --- These files are copies of what mib2c makes by itself, which I'm checking in to show what bits of the mib2c template code I've had to edit to make this stuff work. Modified Files: -- pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable: rdbmsSrvTable.c (r1.1 -> r1.

[COMMITTERS] pgsnmpd - pgsnmpd: Re-add the stuff I just overwrote.

2007-04-07 Thread User Eggyknap
Log Message: --- Re-add the stuff I just overwrote. Comparing this revision with the previous one should demonstrate what to edit to implement a simple table Modified Files: -- pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable: rdbmsSrvTable.c (r1.2 -> r1.3) (http://cvs

[COMMITTERS] pgsql: Done: > o -Make CLUSTER preserve recently-dead tuples per MVCC

2007-04-07 Thread Bruce Momjian
Log Message: --- Done: > o -Make CLUSTER preserve recently-dead tuples per MVCC requirements Modified Files: -- pgsql/doc: TODO (r1.2160 -> r1.2161) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2160&r2=1.2161) pgsql/doc/sr

[COMMITTERS] pgsql: Minor editorialization on CLUSTER reference page.

2007-04-07 Thread Tom Lane
Log Message: --- Minor editorialization on CLUSTER reference page. Modified Files: -- pgsql/doc/src/sgml/ref: cluster.sgml (r1.41 -> r1.42) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/cluster.sgml.diff?r1=1.41&r2=1.42) --

[COMMITTERS] pgsql: Make CLUSTER MVCC-safe.

2007-04-07 Thread Tom Lane
Log Message: --- Make CLUSTER MVCC-safe. Heikki Linnakangas Modified Files: -- pgsql/src/backend/access/heap: Makefile (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/Makefile.diff?r1=1.14&r2=1.15) heapam.

[COMMITTERS] pgsql: Add -F option to set fillfactor for tellers, accounts and

2007-04-07 Thread Tatsuo Ishii
Log Message: --- Add -F option to set fillfactor for tellers, accounts and branches. Patch contributed by Pavan Deolasee. Along with Japanese doc modification by Tatsuo Ishii. Modified Files: -- pgsql/contrib/pgbench: README.pgbench (r1.17 -> r1.18) (http:/

[COMMITTERS] pgsql: Done: > o -Add more logical syntax CLUSTER table USING index;

2007-04-07 Thread Bruce Momjian
Log Message: --- Done: > o -Add more logical syntax CLUSTER table USING index; Modified Files: -- pgsql/doc: TODO (r1.2159 -> r1.2160) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2159&r2=1.2160) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Support syntax "CLUSTER table USING index", which is more

2007-04-07 Thread Bruce Momjian
Log Message: --- Support syntax "CLUSTER table USING index", which is more logical. Holger Schurig Modified Files: -- pgsql/doc/src/sgml/ref: cluster.sgml (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/cluster.sgml.diff

[COMMITTERS] fulldisjunction - fd: moved the code to use slot_getsomeattrs instead of

2007-04-07 Thread User Pgstudy
Log Message: --- moved the code to use slot_getsomeattrs instead of my custom deform_tuple_iterative. This is only for postgresql version 200704051 and above. The previos versions are still supported. Modified Files: -- fd: algutils.c (r1.26 -> r1.27) (ht

[COMMITTERS] pgsql: Add note that TRUNCATE is not MVCC-safe.

2007-04-07 Thread Tom Lane
Log Message: --- Add note that TRUNCATE is not MVCC-safe. Modified Files: -- pgsql/doc/src/sgml/ref: truncate.sgml (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/truncate.sgml.diff?r1=1.22&r2=1.23) -

[COMMITTERS] fulldisjunction - fd: interim fix for the valerna patch, to make

2007-04-07 Thread User Pgstudy
Log Message: --- interim fix for the valerna patch, to make fulldisjunctions working again Modified Files: -- fd: tset.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.18&r2=1.19) tsetfuncs.h (r1.15

[COMMITTERS] pgsql: Add the usage count statistics to the information available in

2007-04-07 Thread Bruce Momjian
Log Message: --- Add the usage count statistics to the information available in contrib/pgbuffercache. Greg Smith Modified Files: -- pgsql/contrib/pg_buffercache: README.pg_buffercache (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contri

[COMMITTERS] pgsql: Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.

2007-04-07 Thread Bruce Momjian
Log Message: --- Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.347.2.6 -> r1.347.2.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.

[COMMITTERS] pgsnmpd - pgsnmpd: Begin work on tables to hold otherwise unknowable

2007-04-07 Thread User Eggyknap
Log Message: --- Begin work on tables to hold otherwise unknowable information for rdbmsDb* tables, and supporting command-line options. I didn't get the time I expected I would to work on this just now, so this is a work in progress Modified Files: -- pgsnmpd: Ma