[COMMITTERS] pgsql: Add ORDER BY to a query on information_schema.views, to avoid

2007-02-14 Thread Tom Lane
Log Message: --- Add ORDER BY to a query on information_schema.views, to avoid possible platform-specific result ordering. Per buildfarm results. Modified Files: -- pgsql/src/test/regress/expected: xml.out (r1.14 -> r1.15) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Repair oversight in 8.2 change that improved the handling of

2007-02-14 Thread Tom Lane
Log Message: --- Repair oversight in 8.2 change that improved the handling of "pseudoconstant" WHERE clauses. createplan.c is now willing to stick a gating Result node almost anywhere in the plan tree, and in particular one can wind up directly underneath a MergeJoin node. This means it h

[COMMITTERS] pgsql: Repair oversight in 8.2 change that improved the handling of

2007-02-14 Thread Tom Lane
Log Message: --- Repair oversight in 8.2 change that improved the handling of "pseudoconstant" WHERE clauses. createplan.c is now willing to stick a gating Result node almost anywhere in the plan tree, and in particular one can wind up directly underneath a MergeJoin node. This means it h

[COMMITTERS] pgsql: Make it possible to build with integer datetimes in msvc, and

2007-02-14 Thread Magnus Hagander
Log Message: --- Make it possible to build with integer datetimes in msvc, and enable by default. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.10

[COMMITTERS] pgsql: Add: > > o Use LC_TIME for localized weekday/month names,

2007-02-14 Thread Bruce Momjian
Log Message: --- Add: > > o Use LC_TIME for localized weekday/month names, rather than > LC_MESSAGES > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php Modified Files: -- pgsql/doc: TODO (r1.2093 -> r1.2094) (http

[COMMITTERS] pgsql: Add some discussion of sort ordering to indices.sgml, which

2007-02-14 Thread Tom Lane
Log Message: --- Add some discussion of sort ordering to indices.sgml, which curiously had never touched the subject before. Modified Files: -- pgsql/doc/src/sgml: indices.sgml (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/

[COMMITTERS] pg-migrator - src: FB#6236 - correcting operation sequencing and a

2007-02-14 Thread User Korryd
Log Message: --- FB#6236 - correcting operation sequencing and a couple of typos Modified Files: -- src: pg_migrator.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] pgsql: Fix typo

2007-02-14 Thread Peter Eisentraut
Log Message: --- Fix typo Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.357 -> r1.358) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.357&r2=1.358) ---(end of broadcast)