[COMMITTERS] pgsql: Minimal message corrections found by spell checker.

2007-06-02 Thread Peter Eisentraut
Log Message: --- Minimal message corrections found by spell checker. Modified Files: -- pgsql/src/backend/commands: operatorcmds.c (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/operatorcmds.c.diff?r1=1.35&r2=1.36)

[COMMITTERS] pgsql: Fix erroneous error reporting for overlength input in

2007-06-02 Thread Tom Lane
Log Message: --- Fix erroneous error reporting for overlength input in text_date(), text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.104.4.3 -> r1.104.4.4)

[COMMITTERS] pgsql: Fix erroneous error reporting for overlength input in

2007-06-02 Thread Tom Lane
Log Message: --- Fix erroneous error reporting for overlength input in text_date(), text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.93.2.3 -> r1.93.2.4)

[COMMITTERS] pgsql: Fix erroneous error reporting for overlength input in

2007-06-02 Thread Tom Lane
Log Message: --- Fix erroneous error reporting for overlength input in text_date(), text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.122.2.1 -> r1.122.2.2)

[COMMITTERS] pgsql: Fix erroneous error reporting for overlength input in

2007-06-02 Thread Tom Lane
Log Message: --- Fix erroneous error reporting for overlength input in text_date(), text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.125 -> r1.125.2.1)

[COMMITTERS] pgsql: Fix erroneous error reporting for overlength input in

2007-06-02 Thread Tom Lane
Log Message: --- Fix erroneous error reporting for overlength input in text_date(), text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark. Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.130 -> r1.131) (http://developer.postgresql.

[COMMITTERS] pgsql: Remove incorrect semicolon in example.

2007-06-02 Thread Neil Conway
Log Message: --- Remove incorrect semicolon in example. This was previously fixed in HEAD only -- backporting to 8.2. Per report from Frank van Vugt. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.101.2.1 -> r1.101.2.2) (h

Re: [COMMITTERS] pgsql: TODO item not needed anymore now that the buffer cache is

2007-06-02 Thread Bruce Momjian
Kris Jurka wrote: > > > On Fri, 1 Jun 2007, Bruce Momjian wrote: > > > Log Message: > > --- > > TODO item not needed anymore now that the buffer cache is > > scan-resistant: > > > > < > > < * Allow free-behind capability for large sequential scans, perhaps using > > < posix_fadvise() >

[COMMITTERS] pgsql: Re-add TODO and clarify it is for the kernel cache: < * Allow

2007-06-02 Thread Bruce Momjian
Log Message: --- Re-add TODO and clarify it is for the kernel cache: < * Allow free-behind capability for large sequential scans, perhaps using < posix_fadvise() > * Allow free-behind capability for large sequential scans to avoid > kernel cache spoiling Modified Files: --

Re: [COMMITTERS] pgsql: TODO item not needed anymore now that the buffer cache is

2007-06-02 Thread Kris Jurka
On Fri, 1 Jun 2007, Bruce Momjian wrote: Log Message: --- TODO item not needed anymore now that the buffer cache is scan-resistant: < < * Allow free-behind capability for large sequential scans, perhaps using < posix_fadvise() < < Posix_fadvise() can control both sequential/random