[COMMITTERS] pgsql: Remove periods on bullet items.

2005-08-23 Thread Bruce Momjian
Log Message: --- Remove periods on bullet items. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.352 -> r1.353) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.352&r2=1.353) ---(end of b

Re: [COMMITTERS] pgsql: The attached patch updates the thread test program to run

2005-08-23 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > The attached patch updates the thread test program to run stand-alone on > Windows. Uh, this patch appears to hit rather more files than its description would justify. regards, tom lane ---(end of broadca

Re: [COMMITTERS] pgsql: The attached patch updates the thread test program

2005-08-23 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > The attached patch updates the thread test program to run stand-alone on > > Windows. > > Uh, this patch appears to hit rather more files than its description > would justify. It actually enabled Win32 libpq threading. I used just t

[COMMITTERS] pgsql: Release note cleanups.

2005-08-23 Thread Bruce Momjian
Log Message: --- Release note cleanups. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.351 -> r1.352) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.351&r2=1.352) ---(end of broadcast)

[COMMITTERS] pgsql: Mark item as complete, add another: < * Allow triggers to be

2005-08-23 Thread Bruce Momjian
Log Message: --- Mark item as complete, add another: < * Allow triggers to be disabled [trigger] > * -Allow triggers to be disabled [trigger] > * Allow triggers to be disabled in only the current session. < Currently the only way to disable triggers is to modify the system < tables. >

[COMMITTERS] bizgres - bizgres: Modified PQgetResult in the native end COPY method to

2005-08-23 Thread User Agoldshuv
Log Message: --- Modified PQgetResult in the native end COPY method to execute in a loop and wait for a NULL - otherwize transactions won't be able to execute in some rare occasions. Modified Files: -- bizgres/loader/src/native/com/deepgreen/loader: lipqcmd.c (r1.2

[COMMITTERS] pgsql: Add ALTER TABLE ENABLE/DISABLE TRIGGER commands.

2005-08-23 Thread Tom Lane
Log Message: --- Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to use these instead of its previous hack of changing pg_class.reltriggers. Documentation is lacking, will add that later. Patch by Satoshi Nagayasu, review and some extra work by Tom Lane. Modified Files: --

[COMMITTERS] pgsql: Update pgcrypto items.

2005-08-23 Thread Bruce Momjian
Log Message: --- Update pgcrypto items. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.350 -> r1.351) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.350&r2=1.351) ---(end of broadcast)

[COMMITTERS] pgsql: Add new file for win32 threading.

2005-08-23 Thread Bruce Momjian
Log Message: --- Add new file for win32 threading. Added Files: --- pgsql/src/interfaces/libpq: pthread-win32.h (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pthread-win32.h?rev=1.1&content-type=text/x-cvsweb-markup) Removed Fil

[COMMITTERS] pgsql: Update ALTER OWNER description.

2005-08-23 Thread Bruce Momjian
Log Message: --- Update ALTER OWNER description. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.349 -> r1.350) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.349&r2=1.350) ---(end of b

[COMMITTERS] pgsql: The attached patch updates the thread test program to run

2005-08-23 Thread Bruce Momjian
Log Message: --- The attached patch updates the thread test program to run stand-alone on Windows. The test itself is bypassed in configure as discussed, and libpq has been updated appropriately to allow it to build in thread-safe mode. Dave Page Modified Files: -- pgsql:

[COMMITTERS] pgsql: Fix function name.

2005-08-23 Thread Bruce Momjian
Log Message: --- Fix function name. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.348 -> r1.349) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.348&r2=1.349) ---(end of broadcast)

[COMMITTERS] pgsql: Back out incorrect commit.

2005-08-23 Thread Bruce Momjian
Log Message: --- Back out incorrect commit. Modified Files: -- pgsql: configure (r1.448 -> r1.449) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.448&r2=1.449) configure.in (r1.421 -> r1.422) (http://developer.postgre

[COMMITTERS] pgsql: Clean up some very old and crufty code for TID scan planning.

2005-08-23 Thread Tom Lane
Log Message: --- Clean up some very old and crufty code for TID scan planning. Not much functional difference really, but make use of stuff added to the planner since this code was touched last. Modified Files: -- pgsql/src/backend/optimizer/path: tidpath.c (r1.23

[COMMITTERS] pgsql: Fix function name.

2005-08-23 Thread Bruce Momjian
Log Message: --- Fix function name. Modified Files: -- pgsql: configure (r1.447 -> r1.448) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.447&r2=1.448) configure.in (r1.420 -> r1.421) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Update release notes.

2005-08-23 Thread Bruce Momjian
Log Message: --- Update release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.345 -> r1.346) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.345&r2=1.346) ---(end of broadcast)-

[COMMITTERS] pgsql: More release note updates.

2005-08-23 Thread Bruce Momjian
Log Message: --- More release note updates. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.344 -> r1.345) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.344&r2=1.345) ---(end of broadc

[COMMITTERS] pgsql: Fix broken lrand48() implementation, per Merlin Moncure.

2005-08-23 Thread Tom Lane
Log Message: --- Fix broken lrand48() implementation, per Merlin Moncure. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/port: rand.c (r1.3 -> r1.3.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/rand.c.diff?r1=1.3&r2=1.3.4.1) -

[COMMITTERS] pgsql: Fix broken lrand48() implementation, per Merlin Moncure.

2005-08-23 Thread Tom Lane
Log Message: --- Fix broken lrand48() implementation, per Merlin Moncure. Modified Files: -- pgsql/src/port: rand.c (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/rand.c.diff?r1=1.3&r2=1.4) ---(end of broa

[COMMITTERS] pgsql: Release note updates.

2005-08-23 Thread Bruce Momjian
Log Message: --- Release note updates. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.343 -> r1.344) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.343&r2=1.344) ---(end of broadcast)-

[COMMITTERS] pgsql: Release note updates.

2005-08-23 Thread Bruce Momjian
Log Message: --- Release note updates. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.342 -> r1.343) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.342&r2=1.343) ---(end of broadcast)-

[COMMITTERS] pgsql: Avoid bullets in subparagraphs.

2005-08-23 Thread Bruce Momjian
Log Message: --- Avoid bullets in subparagraphs. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.341 -> r1.342) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.341&r2=1.342) ---(end of b

[COMMITTERS] pgsql: Fix markup for para.

2005-08-23 Thread Bruce Momjian
Log Message: --- Fix markup for para. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.340 -> r1.341) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.340&r2=1.341) ---(end of broadcast)--

[COMMITTERS] pgsql: Adjust SGML so major feature items are all not in a single

2005-08-23 Thread Bruce Momjian
Log Message: --- Adjust SGML so major feature items are all not in a single subparagraph. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.339 -> r1.340) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.339&r2=1.3

[COMMITTERS] pgsql: Update release notes from community comments.

2005-08-23 Thread Bruce Momjian
Log Message: --- Update release notes from community comments. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.338 -> r1.339) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.338&r2=1.339) --