[COMMITTERS] pgsql: Remove freeBackends counter from the sinval shared memory area.

2008-06-17 Thread Tom Lane
Log Message: --- Remove freeBackends counter from the sinval shared memory area. We used to use it to help enforce superuser_reserved_backends, but since 8.1 it's just been dead weight. Modified Files: -- pgsql/src/backend/storage/ipc: sinvaladt.c (r1.69 -> r1.70)

[COMMITTERS] pgsql: Clean up some problems with redundant cross-type arithmetic

2008-06-17 Thread Tom Lane
Log Message: --- Clean up some problems with redundant cross-type arithmetic operators. Add int2-and-int8 implementations of the basic arithmetic operators +, -, *, /. This doesn't really add any new functionality, but it avoids "operator is not unique" failures that formerly occurred in t

[COMMITTERS] pgsql: Add URL for introduction to multibyte programming in C.

2008-06-17 Thread Bruce Momjian
Log Message: --- Add URL for introduction to multibyte programming in C. Modified Files: -- pgsql/src/backend/utils/mb: README (r1.7 -> r1.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/README?r1=1.7&r2=1.8) -- Sent via pgsql-comm

[COMMITTERS] pgsql: Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE

2008-06-17 Thread Bruce Momjian
Log Message: --- Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use USE_WIDE_UPPER_LOWER instead. Modified Files: -- pgsql/src/backend/tsearch: regis.c (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/r

[COMMITTERS] muninpgplugins - muninpgplugins: minor update to README

2008-06-17 Thread User C2main
Log Message: --- minor update to README Modified Files: -- muninpgplugins: README (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/README.diff?r1=1.2&r2=1.3) pg.munin.conf (r1.1 -> r1.2) (http://cvs.

[COMMITTERS] pgsql: Fix the code that adds regclass constants to a plan's list of

2008-06-17 Thread Tom Lane
Log Message: --- Fix the code that adds regclass constants to a plan's list of relation OIDs that it depends on for replan-forcing purposes. We need to consider plain OID constants too, because eval_const_expressions folds a RelabelType atop a Const to just a Const. This change could resu

[COMMITTERS] pgsql: Fix the code that adds regclass constants to a plan's list of

2008-06-17 Thread Tom Lane
Log Message: --- Fix the code that adds regclass constants to a plan's list of relation OIDs that it depends on for replan-forcing purposes. We need to consider plain OID constants too, because eval_const_expressions folds a RelabelType atop a Const to just a Const. This change could resu

[COMMITTERS] stackbuilder - wizard: Remove some files now generated by cmake.

2008-06-17 Thread User Dpage
Log Message: --- Remove some files now generated by cmake. Removed Files: - wizard: StackBuilder.sln (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.sln) StackBuilder.vcproj (http://cvs.pgfoundry.org/cgi-bin/cv

[COMMITTERS] stackbuilder - wizard: There's no wx-config on win32, so check the

2008-06-17 Thread User Dpage
Log Message: --- There's no wx-config on win32, so check the library names to figure out the version number as best we can. Modified Files: -- wizard: CMakeLists.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists

[COMMITTERS] stackbuilder - wizard: Add support for compiling translations through

2008-06-17 Thread User Dpage
Log Message: --- Add support for compiling translations through cmake. Modified Files: -- wizard: CMakeLists.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committer

[COMMITTERS] stackbuilder - wizard: Add MacOSX bundle info, and ensure the wxWidgets

2008-06-17 Thread User Dpage
Log Message: --- Add MacOSX bundle info, and ensure the wxWidgets version is 2.8.x Modified Files: -- wizard: CMakeLists.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.1&r2=1.2) -- Sent via pgs

[COMMITTERS] stackbuilder - wizard: Add a CMake build file

2008-06-17 Thread User Dpage
Log Message: --- Add a CMake build file Added Files: --- wizard: CMakeLists.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-