[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.1.4.10 -> r1.1.4.11) (http://anoncvs.postgresql.org/cvswe

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.2.2.9 -> r1.2.2.10) (http://anoncvs.postgresql.org/cvsweb

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.4.2.8 -> r1.4.2.9) (http://anoncvs.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.7.2.5 -> r1.7.2.6) (http://anoncvs.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.12 -> r1.12.2.1) (http://anoncvs.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2009l: DST law

2009-09-02 Thread Tom Lane
Log Message: --- Update time zone data files to tzdata release 2009l: DST law changes in Egypt, Mauritius, Bangladesh. Modified Files: -- pgsql/src/timezone/data: africa (r1.12 -> r1.13) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/afri

Re: [COMMITTERS] pgsql: Remove initdb's rather gratuitous check to see if the backend

2009-09-02 Thread Robert Haas
On Wed, Sep 2, 2009 at 9:40 PM, Tom Lane wrote: > Log Message: > --- > Remove initdb's rather gratuitous check to see if the backend created a > flat password file, because it never will anymore.  We had managed to > miss this during the recent flat-file-ectomy because it only happens if >

[COMMITTERS] pgsql: Remove initdb's rather gratuitous check to see if the backend

2009-09-02 Thread Tom Lane
Log Message: --- Remove initdb's rather gratuitous check to see if the backend created a flat password file, because it never will anymore. We had managed to miss this during the recent flat-file-ectomy because it only happens if --pwfile or --pwprompt is specified to initdb. Apparently,

[COMMITTERS] pgsql: Revert Makefile modification that broke the MSVC build.

2009-09-02 Thread Magnus Hagander
Log Message: --- Revert Makefile modification that broke the MSVC build. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: Makefile (r1.145 -> r1.146) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.145&r2=1.146

[COMMITTERS] pgsql: Fix subquery pullup to wrap a PlaceHolderVar around the entire

2009-09-02 Thread Tom Lane
Log Message: --- Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr that's generated for a whole-row Var referencing the subquery, when the subquery is in the nullable side of an outer join. The previous coding instead put PlaceHolderVars around the elements of the RowE

[COMMITTERS] pgsql: Fix subquery pullup to wrap a PlaceHolderVar around the entire

2009-09-02 Thread Tom Lane
Log Message: --- Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr that's generated for a whole-row Var referencing the subquery, when the subquery is in the nullable side of an outer join. The previous coding instead put PlaceHolderVars around the elements of the RowE

Re: [COMMITTERS] pgsql: Derived files that are shipped in the distribution used to be

2009-09-02 Thread Magnus Hagander
On Sat, Aug 29, 2009 at 05:26, Tom Lane wrote: > pet...@postgresql.org (Peter Eisentraut) writes: >> Log Message: >> --- >> Derived files that are shipped in the distribution used to be built in the >> source directory even for out-of-tree builds.  They are now alsl built in >> the build tr

[COMMITTERS] pgexternaltable - src: erase warning

2009-09-02 Thread User Maosen
Log Message: --- erase warning Modified Files: -- src/externaltable/exttab: FileBuffer.cc (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/FileBuffer.cc?r1=1.2&r2=1.3) getExtTabInfo.c (r1.2 -> r1.3

[COMMITTERS] pgsql: Improve picksplit debug message Missed this earlier because the

2009-09-02 Thread Peter Eisentraut
Log Message: --- Improve picksplit debug message Missed this earlier because the translation site was broken for the 7.4 branch. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/access/gist: gist.c (r1.105.4.2 -> r1.105.4.3) (http://anoncvs.p

[COMMITTERS] pgexternaltable - src: erase compile warning

2009-09-02 Thread User Maosen
Log Message: --- erase compile warning Modified Files: -- src/externaltable/exttab: Interface_FileBuffer.cc (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/Interface_FileBuffer.cc?r1=1.4&r2=1.5) e

[COMMITTERS] pgexternaltable - src: compile in g++4.3

2009-09-02 Thread User Maosen
Log Message: --- compile in g++4.3 Modified Files: -- src/externaltable/exttab: Makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/Makefile?r1=1.5&r2=1.6) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgexternaltable - src: modify make file and *.h file to compile by

2009-09-02 Thread User Maosen
Log Message: --- modify make file and *.h file to compile by gcc-4.3 Modified Files: -- src/externaltable/createexttab: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/createexttab/Makefile?r1=1.4&r2=1.

[COMMITTERS] pgexternaltable - src: add dir include and libs

2009-09-02 Thread User Maosen
Log Message: --- add dir include and libs Added Files: --- src/externaltable/include: hdfs.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/include/hdfs.h?rev=1.1&content-type=text/x-cvsweb-markup) hdfsJniHelper.h

[COMMITTERS] pgexternaltable - src: New Directory

2009-09-02 Thread User Maosen
Update of /cvsroot/pgexternaltable/src/externaltable/include In directory pgfoundry.org:/tmp/cvs-serv49421/include Log Message: Directory /cvsroot/pgexternaltable/src/externaltable/include added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To ma

[COMMITTERS] pgexternaltable - src: New Directory

2009-09-02 Thread User Maosen
Update of /cvsroot/pgexternaltable/src/externaltable/libs In directory pgfoundry.org:/tmp/cvs-serv49001/libs Log Message: Directory /cvsroot/pgexternaltable/src/externaltable/libs added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make change

[COMMITTERS] pgexternaltable - src: modified hdfs include libs dir and jvm dir in

2009-09-02 Thread User Maosen
Log Message: --- modified hdfs include libs dir and jvm dir in make file Modified Files: -- src/externaltable/exttab: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/Makefile?r1=1.4&r2=1.5) --