[COMMITTERS] pgsql: Add description to: * Add deferred trigger queue file < This

2008-05-28 Thread Bruce Momjian
Log Message: --- Add description to: * Add deferred trigger queue file < This item involves dumping large queues into files. > This item involves dumping large queues into files, or doing some > kind of join to process all the triggers, or some bulk operation. Modified Files: -

[COMMITTERS] pgsql: Update odbc URL.

2008-05-28 Thread Bruce Momjian
Log Message: --- Update odbc URL. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: external-projects.sgml (r1.14.2.1 -> r1.14.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/external-projects.sgml?r1=1.14.2.1&r2=1.14.2.2)

[COMMITTERS] pgsql: Add URL for: * Add deferred trigger queue file >

2008-05-28 Thread Bruce Momjian
Log Message: --- Add URL for: * Add deferred trigger queue file > http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php Modified Files: -- pgsql/doc: TODO (r1.2460 -> r1.2461) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.246

[COMMITTERS] nairogms - alpha: start of alpha release of the project

2008-05-28 Thread User Neothezion
Log Message: --- start of alpha release of the project Added Files: --- alpha: .project (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nairogms/alpha/.project?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-com

[COMMITTERS] nairogms - alpha: New Directory

2008-05-28 Thread User Neothezion
Update of /cvsroot/nairogms/alpha In directory pgfoundry.org:/tmp/cvs-serv94737/alpha Log Message: Directory /cvsroot/nairogms/alpha added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.or

[COMMITTERS] pgsql: Backpatch Zdenek Kotala's fix to prevent pglz_decompress from

2008-05-28 Thread Tom Lane
Log Message: --- Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on memory if the compressed data is corrupt. Backpatch as far as 8.2. The issue exists in older branches too, but given the lack of field reports, it's not clear it's worth any additional effort to ada

[COMMITTERS] pgsql: Backpatch Zdenek Kotala's fix to prevent pglz_decompress from

2008-05-28 Thread Tom Lane
Log Message: --- Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on memory if the compressed data is corrupt. Backpatch as far as 8.2. The issue exists in older branches too, but given the lack of field reports, it's not clear it's worth any additional effort to ada

Re: [COMMITTERS] pgsql: Add a field to guc enums to allow hiding of values from display

2008-05-28 Thread Alex Hunsaker
On Wed, May 28, 2008 at 8:33 AM, Magnus Hagander <[EMAIL PROTECTED]> wrote: > Tom Lane wrote: >> [EMAIL PROTECTED] (Magnus Hagander) writes: >> > Add a field to guc enums to allow hiding of values from display >> > while still accepting them as input, used to allow alternate syntax >> > for the sam

[COMMITTERS] pgsql: Set hidden field for guc enum missed in previous commit.

2008-05-28 Thread Magnus Hagander
Log Message: --- Set hidden field for guc enum missed in previous commit. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.311 -> r1.312) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.311&r2=1.312) --

Re: [COMMITTERS] pgsql: Add a field to guc enums to allow hiding of values from display

2008-05-28 Thread Magnus Hagander
Tom Lane wrote: > [EMAIL PROTECTED] (Magnus Hagander) writes: > > Add a field to guc enums to allow hiding of values from display > > while still accepting them as input, used to allow alternate syntax > > for the same setting. > > Aren't there some config_enum_entrys elsewhere (like xlog.c)? > I

Re: [COMMITTERS] pgsql: Add a field to guc enums to allow hiding of values from display

2008-05-28 Thread Tom Lane
[EMAIL PROTECTED] (Magnus Hagander) writes: > Add a field to guc enums to allow hiding of values from display while > still accepting them as input, used to allow alternate syntax for the > same setting. Aren't there some config_enum_entrys elsewhere (like xlog.c)? I think they'd default to false,

[COMMITTERS] pgloader - pgloader: Build tablename and COPY column list only at COPY

2008-05-28 Thread User Dim
Log Message: --- Build tablename and COPY column list only at COPY time, not for each line Modified Files: -- pgloader/pgloader: db.py (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader/db.py.diff?r1=1.20&r2=1.21) --

[COMMITTERS] pgsql: Add a field to guc enums to allow hiding of values from display

2008-05-28 Thread Magnus Hagander
Log Message: --- Add a field to guc enums to allow hiding of values from display while still accepting them as input, used to allow alternate syntax for the same setting. Alex Hunsaker Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.455 -> r1.456)