[COMMITTERS] pgsql: Now that core functionality is depending on autoconf's

2007-04-05 Thread Tom Lane
Log Message: --- Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on

[COMMITTERS] pgsql: Support varlena fields with single-byte headers and unaligned

2007-04-05 Thread Tom Lane
Log Message: --- Support varlena fields with single-byte headers and unaligned storage. This commit breaks any code that assumes that the mere act of forming a tuple (without writing it to disk) does not "toast" any fields. While all available regression tests pass, I'm not totally sure t

[COMMITTERS] bizgres - bizgres: Make bmcostestimate call genericcostestimate again,

2007-04-05 Thread User Markir
Log Message: --- Make bmcostestimate call genericcostestimate again, it had been #if'ed out during the merge. Modified Files: -- bizgres/postgresql/src/backend/utils/adt: selfuncs.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres

[COMMITTERS] bizgres - bizgres: Merged in the new bitmap index code.

2007-04-05 Thread User Jzhang
Log Message: --- Merged in the new bitmap index code. Modified Files: -- bizgres/postgresql/src/backend/access/bitmap: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/access/bitmap/Makefile.diff?r1

[COMMITTERS] stackbuilder - wizard: Add resources.

2007-04-05 Thread User Dpage
Log Message: --- Add resources. Modified Files: -- wizard: StackBuilder.vcproj (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.vcproj.diff?r1=1.4&r2=1.5) wizard/include: StackBuilder.h (r1.3 -> r1.4)

[COMMITTERS] pginstaller - pginst: Update to allow building with StackBuilder, minus

2007-04-05 Thread User Dpage
Log Message: --- Update to allow building with StackBuilder, minus bundled code. Modified Files: -- pginst/ca: user.c (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/user.c.diff?r1=1.22&r2=1.23) pginst: pginst

[COMMITTERS] pgsql: Update XML error message text for missing libxml; update

2007-04-05 Thread Bruce Momjian
Log Message: --- Update XML error message text for missing libxml; update regression output to match. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r

[COMMITTERS] pgbuildfarm - client-code: Add support for integer datetimes on MSVC and

2007-04-05 Thread User Andrewd
Log Message: --- Add support for integer datetimes on MSVC and --with-libxml in relevant branches Modified Files: -- client-code: build-farm.conf (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1

[COMMITTERS] pgsql: Continue running contrib regression tests if one fails, and exit

2007-04-05 Thread Magnus Hagander
Log Message: --- Continue running contrib regression tests if one fails, and exit with errorlevel 1 is >= 1 checks failed. Modified Files: -- pgsql/src/tools/msvc: vcregress.bat (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc

[COMMITTERS] pgsql: Make sure list of tests is cleared out before getting the new

2007-04-05 Thread Magnus Hagander
Log Message: --- Make sure list of tests is cleared out before getting the new list of tests. Per Andrew Dunstan. Modified Files: -- pgsql/src/tools/msvc: vcregress.bat (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregres

[COMMITTERS] psqlodbc - psqlodbc: . Use different dll name for Unicode and ANSI DTC

2007-04-05 Thread User Hinoue
Log Message: --- . Use different dll name for Unicode and ANSI DTC enlist DLL so that they can be placed in the same folder. . Simplify the makefile. . Added an experimental makefile for 64bit mode Windows. Modified Files: -- psqlodbc: loadlib.c (r1.6 -> r1.7)