[COMMITTERS] pgsql: Add: > o Allow single-byte header storage for arrays

2007-04-09 Thread Bruce Momjian
Log Message: --- Add: > o Allow single-byte header storage for arrays Modified Files: -- pgsql/doc: TODO (r1.2163 -> r1.2164) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2163&r2=1.2164) pgsql/doc/src/FAQ: TODO.htm

[COMMITTERS] pgsql: Add: > o Have WITH CONSTRAINTS also create constraint indexes >

2007-04-09 Thread Bruce Momjian
Log Message: --- Add: > o Have WITH CONSTRAINTS also create constraint indexes > http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php Modified Files: -- pgsql/doc: TODO (r1.2162 -> r1.2163) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Minor tweaking of index special-space definitions so that the

2007-04-09 Thread Tom Lane
Log Message: --- Minor tweaking of index special-space definitions so that the various index types can be reliably distinguished by examining the special space on an index page. Per my earlier proposal, plus the realization that there's no need for btree's vacuum cycle ID to cycle through

[COMMITTERS] pgsql: Add URL for: * Simplify ability to create partitioned tables >

2007-04-09 Thread Bruce Momjian
Log Message: --- Add URL for: * Simplify ability to create partitioned tables > http://archives.postgresql.org/pgsql-hackers/2007-04/msg00151.php Modified Files: -- pgsql/doc: TODO (r1.2161 -> r1.2162) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] python - be: Comments, apparently, can't be on the same line.

2007-04-09 Thread James William Pye
Log Message: --- Comments, apparently, can't be on the same line. -DDEBUG# is not desired. *sigh* Modified Files: -- be: setup.cfg (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.cfg.diff?r1=1.3&r2=1.4)

[COMMITTERS] psqlodbc - psqlodbc: Oops, Fixed mistake of tag

2007-04-09 Thread User H-saito
Log Message: --- Oops, Fixed mistake of tag Modified Files: -- psqlodbc/docs: win32-compilation.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/win32-compilation.html.diff?r1=1.3&r2=1.4) ---(e

[COMMITTERS] psqlodbc - psqlodbc: Addition and correction.

2007-04-09 Thread User H-saito
Log Message: --- Addition and correction. with Dave:-) Modified Files: -- psqlodbc/docs: win32-compilation.html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/win32-compilation.html.diff?r1=1.2&r2=1.3) --

[COMMITTERS] python - be: Remove 'teop' namespace module.

2007-04-09 Thread James William Pye
Log Message: --- Remove 'teop' namespace module. Just install the package directly into teop[_state]. The usefulness of a 'teop' namespace is unlikely. If an extension were to ever be created, it would likely *need* to be version specific. Modified Files: -- be: se

[COMMITTERS] python - be: Don't turn on assert checking by default.

2007-04-09 Thread James William Pye
Log Message: --- Don't turn on assert checking by default. Currently, Postgres Assert() is used. If the target Postgres was not compiled with asserts as well, there will be a missing symbol. Modified Files: -- be: setup.cfg (r1.2 -> r1.3) (http://cvs.pgfou

[COMMITTERS] pgsql: Fix spelling: SYMETRIC -> SYMMETRIC

2007-04-09 Thread Peter Eisentraut
Log Message: --- Fix spelling: SYMETRIC -> SYMMETRIC Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.291.2.8 -> r1.291.2.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.291.2.8&r2=1.291.2.

[COMMITTERS] python - rc: Add initial SIGINT handling and correction PL creation.

2007-04-09 Thread James William Pye
Log Message: --- Add initial SIGINT handling and correction PL creation. - Add recreate_proc option and stop dropping the procedure by default. - Fix PL creation. It was simply broken. - Make three consecutive SIGINTs act as a local interrupt.(1 second window) - Use new GreenTrunk location