[COMMITTERS] plscheme - plscheme: There's no point in keeping a seperate fork for

2006-08-18 Thread User Knt
Log Message: --- There's no point in keeping a seperate fork for 8.1.4 release, as long as we don't release a stable version. It requires quite much work to port every change from 8.2 fork to 8.1.4 one. Added Files: --- plscheme: plscheme.c (r1.1) (http://cvs.p

[COMMITTERS] pgsql: Suppress subquery pullup/pushdown when a subquery contains

2006-08-18 Thread Tom Lane
Log Message: --- Suppress subquery pullup/pushdown when a subquery contains volatile functions in its targetlist, to avoid introducing multiple evaluations of volatile functions that textually appear only once. This is a slightly tighter version of Jaime Casanova's recent patch. Modified

[COMMITTERS] pgsql: Add a 'waiting' column to pg_stat_activity to carry the same

2006-08-18 Thread Tom Lane
Log Message: --- Add a 'waiting' column to pg_stat_activity to carry the same information that ps_status provides by appending 'waiting' to the PS display. This completes the project of making it feasible to turn off process title updates and instead rely on pg_stat_activity. Per my sugge

[COMMITTERS] bizgres - bizgres: New Directory

2006-08-18 Thread User Markir
Update of /cvsroot/bizgres/bizgres/postgresql/src/backend/utils/resscheduler In directory pgfoundry.org:/tmp/cvs-serv54793/src/backend/utils/resscheduler Log Message: Directory /cvsroot/bizgres/bizgres/postgresql/src/backend/utils/resscheduler added to the repository ---

[COMMITTERS] bizgres - bizgres: Initial commit for resource scheduling (aka statement

2006-08-18 Thread User Markir
Log Message: --- Initial commit for resource scheduling (aka statement queuing). Code is still WIP, lacking any user space commands, and without deadlocking checking for the resource locks at all. Modified Files: -- bizgres/postgresql/src/backend/access/transam: xa

[COMMITTERS] bizgres - bizgres: Added whitespace to test commit.

2006-08-18 Thread User Sdanforth
Log Message: --- Added whitespace to test commit. Modified Files: -- bizgres/KETL/src/com/kni/etl: Metadata.java (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/Metadata.java.diff?r1=1.19&r2=1.20)

[COMMITTERS] pgsql: Add installcheck-parallel target to top level makefiles.

2006-08-18 Thread Andrew Dunstan
Log Message: --- Add installcheck-parallel target to top level makefiles. Tags: REL8_0_STABLE Modified Files: -- pgsql: GNUmakefile.in (r1.41 -> r1.41.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.41&r2=1.41.4.1)

[COMMITTERS] pgsql: Add installcheck-parallel target to top level makefiles.

2006-08-18 Thread Andrew Dunstan
Log Message: --- Add installcheck-parallel target to top level makefiles. Tags: REL8_1_STABLE Modified Files: -- pgsql: GNUmakefile.in (r1.42 -> r1.42.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.42&r2=1.42.2.1)

[COMMITTERS] pgsql: Add installcheck-parallel target to top level makefiles.

2006-08-18 Thread Andrew Dunstan
Log Message: --- Add installcheck-parallel target to top level makefiles. Modified Files: -- pgsql: GNUmakefile.in (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.44&r2=1.45) Makefile (r1.11 -> r1.12)

[COMMITTERS] pgsql: Add PQdescribePrepared, PQdescribePortal, and related functions

2006-08-18 Thread Tom Lane
Log Message: --- Add PQdescribePrepared, PQdescribePortal, and related functions to libpq to allow obtaining information about previously prepared statements and open cursors. Volkan Yazici Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.214 -> r1.215)

[COMMITTERS] pgsql: Backported buffer overrun fix from HEAD

2006-08-18 Thread Michael Meskes
Log Message: --- Backported buffer overrun fix from HEAD Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.38.4.9 -> r1.38.4.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execut

[COMMITTERS] pgsql: Backported buffer overrun from HEAD

2006-08-18 Thread Michael Meskes
Log Message: --- Backported buffer overrun from HEAD Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.43.2.7 -> r1.43.2.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c.d

[COMMITTERS] pgsql: Fixed a buffer overrun that was masked on Linux systems.

2006-08-18 Thread Michael Meskes
Log Message: --- Fixed a buffer overrun that was masked on Linux systems. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.323 -> r1.324) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.323&r2=1.324)

[COMMITTERS] pgsql: Add space before SP4.

2006-08-18 Thread Bruce Momjian
Log Message: --- Add space before SP4. Modified Files: -- pgsql/doc: FAQ (r1.396 -> r1.397) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.396&r2=1.397) pgsql/doc/src/FAQ: FAQ.html (r1.352 -> r1.353) (http://develop

[COMMITTERS] pgsql: Update Win2000SP4 mention.

2006-08-18 Thread Bruce Momjian
Log Message: --- Update Win2000SP4 mention. Modified Files: -- pgsql/doc: FAQ (r1.395 -> r1.396) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.395&r2=1.396) pgsql/doc/src/FAQ: FAQ.html (r1.351 -> r1.352) (http://de

[COMMITTERS] pgsql: Now that we've rearranged relation open to get a lock before

2006-08-18 Thread Tom Lane
Log Message: --- Now that we've rearranged relation open to get a lock before touching the rel, it's easy to get rid of the narrow race-condition window that used to exist in VACUUM and CLUSTER. Did some minor code-beautification work in the same area, too. Modified Files: --

[COMMITTERS] pgsql: Applied the connect patch from HEAD

2006-08-18 Thread Michael Meskes
Log Message: --- Applied the connect patch from HEAD Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.303.4.6 -> r1.303.4.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y

[COMMITTERS] pgsql: Applied the connect patch from HEAD.

2006-08-18 Thread Michael Meskes
Log Message: --- Applied the connect patch from HEAD. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.311.2.3 -> r1.311.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.

[COMMITTERS] pgsql: Changed lexer to no longer use the default rule.

2006-08-18 Thread Michael Meskes
Log Message: --- Changed lexer to no longer use the default rule. Synced parser and keyword list. Fixed parsing of CONNECT statement so it accepts a C string again. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.322 -> r1.323) (http://developer

[COMMITTERS] pgsql: Mention only Windows 2000SP4 works.

2006-08-18 Thread Bruce Momjian
Log Message: --- Mention only Windows 2000SP4 works. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.429 -> r1.430) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.429&r2=1.430) ---(end

[COMMITTERS] pgsql: Update Win32 CMD quoting rules information location, CMD /?, from

2006-08-18 Thread Bruce Momjian
Log Message: --- Update Win32 CMD quoting rules information location, CMD /?, from Magnus. Modified Files: -- pgsql/src/include: port.h (r1.95 -> r1.96) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.95&r2=1.96)

Re: [COMMITTERS] pgsql: Update WIN32 quoting roles documentation.

2006-08-18 Thread Bruce Momjian
Magnus Hagander wrote: > > Log Message: > > --- > > Update WIN32 quoting roles documentation. > > > > Modified Files: > > -- > > pgsql/src/include: > > port.h (r1.94 -> r1.95) > > > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port. > > h.diff?r1

[COMMITTERS] plscheme - plscheme: Stick with the new heap_form_tuple().

2006-08-18 Thread User Knt
Log Message: --- Stick with the new heap_form_tuple(). Modified Files: -- plscheme: plscheme-8.2.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme-8.2.c.diff?r1=1.4&r2=1.5) ---(end of broadcast

[COMMITTERS] plscheme - htdocs: Imported Sources

2006-08-18 Thread User Knt
Update of /cvsroot/plscheme/htdocs In directory pgfoundry.org:/home/pgfoundry.org/groups/plscheme/htdocs Log Message: Imported sources Status: Vendor Tag: aic Release Tags: initial N htdocs/index.html No conflicts created by this import ---(end o

[COMMITTERS] plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.

2006-08-18 Thread User Knt
Log Message: --- Fixed previously mentioned write-past-chunk bug. attnulls array passed to heap_formtuple() requires special care: attnulls[i] = (isnull) ? 'n' : ' '; Thanks Tom Lane for his kindly help to find the bug. Modified Files: -- plscheme: plscheme-8.2.

Re: [COMMITTERS] pgsql: Update WIN32 quoting roles documentation.

2006-08-18 Thread Magnus Hagander
> Log Message: > --- > Update WIN32 quoting roles documentation. > > Modified Files: > -- > pgsql/src/include: > port.h (r1.94 -> r1.95) > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port. > h.diff?r1=1.94&r2=1.95) FWIW, that quoting informatio