[COMMITTERS] pgsql: Fix an ancient oversight in btree xlog replay.

2006-04-12 Thread Tom Lane
Log Message: --- Fix an ancient oversight in btree xlog replay. When trying to determine if an upper-level insertion completes a previously-seen split, we cannot simply grab the downlink block number out of the buffer, because the buffer could contain a later state of the page --- or perha

[COMMITTERS] bizgres - bizgres: changed pause and resume server code

2006-04-12 Thread User Nwakefield
Log Message: --- changed pause and resume server code Modified Files: -- bizgres/KETL/src/com/kni/etl: EngineConstants.java (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/EngineConstants.java.diff?r1=1.5&r2=

[COMMITTERS] pgsql: Fix pg_restore -n option to do what the man page says it does.

2006-04-12 Thread Tom Lane
Log Message: --- Fix pg_restore -n option to do what the man page says it does. The original coding only worked if one of the selTypes restriction options was also given. Per report from Nick Johnson. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/pg_dump:

[COMMITTERS] pgsql: Fix pg_restore -n option to do what the man page says it does.

2006-04-12 Thread Tom Lane
Log Message: --- Fix pg_restore -n option to do what the man page says it does. The original coding only worked if one of the selTypes restriction options was also given. Per report from Nick Johnson. Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c

[COMMITTERS] pgsql: Change int->int32, for clarity.

2006-04-12 Thread Bruce Momjian
Log Message: --- Change int->int32, for clarity. [EMAIL PROTECTED] Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_gist.c.diff?r1=1.12&r2=1.13) ---

[COMMITTERS] protopg - protopg: Imported Sources

2006-04-12 Thread User Chris1006
Update of /cvsroot/protopg/protopg In directory pgfoundry.org:/tmp/cvs-serv33585 Log Message: initial import into pgfoundry CVS Status: Vendor Tag: pgfoundry Release Tags: initial_import N protopg/plsql_block_impl.h N protopg/package_impl.c N protopg/Makefile N protopg/RE

[COMMITTERS] pgsql: Add, "How do I submit a patch" FAQ item.

2006-04-12 Thread Bruce Momjian
Log Message: --- Add, "How do I submit a patch" FAQ item. Modified Files: -- pgsql/doc: FAQ (r1.381 -> r1.382) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.381&r2=1.382) pgsql/doc/src/FAQ: FAQ.html (r1.337 -> r1.338)

[COMMITTERS] pgsql: Add second sentence: The maximum table size, row size, and

2006-04-12 Thread Bruce Momjian
Log Message: --- Add second sentence: The maximum table size, row size, and maximum number of columns can be quadrupled by increasing the default block size to 32k. The maximum table size can also be increased using table partitioning. Modified Files: -- pgsql/

[COMMITTERS] psqlodbc - psqlodbc: Rename Unix library back to psqlodbc.so.

2006-04-12 Thread User Petere
Log Message: --- Rename Unix library back to psqlodbc.so. Modified Files: -- psqlodbc: Makefile.am (r1.34 -> r1.35) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.34&r2=1.35) psqlodbc.h (r1.97 -> r1.98)

[COMMITTERS] orafce - orafce: support mb strings

2006-04-12 Thread User Okbob
Log Message: --- support mb strings Modified Files: -- orafce: README.orafunc (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.12&r2=1.13) alert.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/