[COMMITTERS] pgsql: Build server libpgport with all non-FRONTEND object files.

2006-05-07 Thread Bruce Momjian
Log Message: --- Build server libpgport with all non-FRONTEND object files. This is to fix a Win32 bug where pipe.c included a file that used FRONTEND, but it wasn't on the server-build list. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/port: Makefile (r1

[COMMITTERS] pgsql: Build server libpgport with all non-FRONTEND object files.

2006-05-07 Thread Bruce Momjian
Log Message: --- Build server libpgport with all non-FRONTEND object files. This is to fix a Win32 bug where pipe.c included a file that used FRONTEND, but it wasn't on the server-build list. Modified Files: -- pgsql/src/port: Makefile (r1.30 -> r1.31) (ht

[COMMITTERS] pgsql: Build server libpgport with all non-FRONTEND object files.

2006-05-07 Thread Bruce Momjian
Log Message: --- Build server libpgport with all non-FRONTEND object files. This is to fix a Win32 bug where pipe.c included a file that used FRONTEND, but it wasn't on the server-build list. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/port: Makefile (r

[COMMITTERS] python - fe: Only attempt to extract tuple counts when rmsg is not None.

2006-05-07 Thread James William Pye
Log Message: --- Only attempt to extract tuple counts when rmsg is not None. (Test NULL message producing queries per pq fix.) Modified Files: -- fe/src: tracenull.py (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.d

[COMMITTERS] python - pq: Handle NULL messages in Executing transactions.

2006-05-07 Thread James William Pye
Log Message: --- Handle NULL messages in Executing transactions. Modified Files: -- pq/src: client3.py (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.21&r2=1.22) ---(end of broadcast

[COMMITTERS] pgsql: Rewrite btree vacuuming to fold the former bulkdelete and cleanup

2006-05-07 Thread Tom Lane
Log Message: --- Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations into a single mostly-physical-order scan of the index. This requires some ticklish interlocking considerations, but should create no material performance impact on normal index operations (at leas

[COMMITTERS] python - pkg: Include 'ctl' in package.

2006-05-07 Thread James William Pye
Log Message: --- Include 'ctl' in package. Modified Files: -- pkg: MANIFEST.in (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/MANIFEST.in.diff?r1=1.3&r2=1.4) ---(end of broadcast)--- T