[COMMITTERS] pgsql: Repair bug in 8.2's new logic for planning outer joins: we have

2007-02-12 Thread Tom Lane
Log Message: --- Repair bug in 8.2's new logic for planning outer joins: we have to allow joins that overlap an outer join's min_righthand but aren't fully contained in it, to support joining within the RHS after having performed an outer join that can commute with this one. Aside from the

[COMMITTERS] pgsql: Repair bug in 8.2's new logic for planning outer joins: we have

2007-02-12 Thread Tom Lane
Log Message: --- Repair bug in 8.2's new logic for planning outer joins: we have to allow joins that overlap an outer join's min_righthand but aren't fully contained in it, to support joining within the RHS after having performed an outer join that can commute with this one. Aside from the

[COMMITTERS] pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in

2007-02-12 Thread Bruce Momjian
Log Message: --- Add comment to explain why O_EXCL and O_TRUNC can be ignored in openFlagsToCreateFileFlags() in certain cases. Modified Files: -- pgsql/src/port: open.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c.diff

[COMMITTERS] pgsql: Add comment that to_char() for broken glibc pt_BR might cause a

2007-02-12 Thread Bruce Momjian
Log Message: --- Add comment that to_char() for broken glibc pt_BR might cause a problem. Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.122 -> r1.123) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.di

Re: [COMMITTERS] pgsql: Fix for early log messages during postmaster startup getting lost

2007-02-12 Thread Bruce Momjian
Magnus Hagander wrote: > > > Comments like that are fragile (elog.c could change, for example), and > > > basically content-free anyway, IMHO. If you need to make SysLoggerPID > > > part of postmaster.c's external API, why not just do that, remove the > > > comment, and add the extern declaration t

[COMMITTERS] pgsql: Avoid infinite recursion when dumping new planner

2007-02-12 Thread Tom Lane
Log Message: --- Avoid infinite recursion when dumping new planner EquivalenceClass trees. Modified Files: -- pgsql/src/backend/nodes: outfuncs.c (r1.296 -> r1.297) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.296

[COMMITTERS] pgsql: Fix backend crash in parsing incorrect tsquery.

2007-02-12 Thread Teodor Sigaev
Log Message: --- Fix backend crash in parsing incorrect tsquery. Per report from Jon Rosebaugh <[EMAIL PROTECTED]> Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.5.2.2 -> r1.5.2.3) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Fix backend crash in parsing incorrect tsquery.

2007-02-12 Thread Teodor Sigaev
Log Message: --- Fix backend crash in parsing incorrect tsquery. Per report from Jon Rosebaugh <[EMAIL PROTECTED]> Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.11 -> r1.11.4.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Fix backend crash in parsing incorrect tsquery.

2007-02-12 Thread Teodor Sigaev
Log Message: --- Fix backend crash in parsing incorrect tsquery. Per report from Jon Rosebaugh <[EMAIL PROTECTED]> Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.18.2.3 -> r1.18.2.4) (http://developer.postgresql.org/cvsw

[COMMITTERS] pgsql: Fix backend crash in parsing incorrect tsquery.

2007-02-12 Thread Teodor Sigaev
Log Message: --- Fix backend crash in parsing incorrect tsquery. Per report from Jon Rosebaugh <[EMAIL PROTECTED]> Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.29 -> r1.29.2.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Fix backend crash in parsing incorrect tsquery.

2007-02-12 Thread Teodor Sigaev
Log Message: --- Fix backend crash in parsing incorrect tsquery. Per report from Jon Rosebaugh <[EMAIL PROTECTED]> Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query

[COMMITTERS] plpsm - plpgpsm: dynamic cursor support

2007-02-12 Thread User Okbob
Log Message: --- dynamic cursor support Modified Files: -- plpgpsm/src: gram.y (r1.39 -> r1.40) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.39&r2=1.40) pl_exec.c (r1.40 -> r1.41) (http://cvs.pgfoundry.org

[COMMITTERS] plpsm - plpgpsm: small pl_func fix (porint onfo about tbl expr)

2007-02-12 Thread User Okbob
Log Message: --- small pl_func fix (porint onfo about tbl expr) Modified Files: -- plpgpsm/src: gram.y (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.38&r2=1.39) pl_funcs.c (r1.6 -> r1.7) (h

[COMMITTERS] plpsm - plpgpsm: rollback removing ifndef for pre phantom version and

2007-02-12 Thread User Okbob
Log Message: --- rollback removing ifndef for pre phantom version and phantom version. Don't work correctly Modified Files: -- plpgpsm/src: gram.y (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.37&r2=1.38)

Re: [COMMITTERS] pgsql: Fix for early log messages during postmaster startup getting lost

2007-02-12 Thread Magnus Hagander
On Sun, Feb 11, 2007 at 11:47:01PM -0500, Tom Lane wrote: > Neil Conway <[EMAIL PROTECTED]> writes: > > FYI, it is considered good practise to commit a patch at approximately > > (or exactly) the same time on all branches, so tools like cvs2cl will be > > more likely to collect the changes together