[COMMITTERS] sparsegraph - sparsegraph: Changing sparsegraph_neighbors() to do binary

2007-03-21 Thread User Afn
Log Message: --- Changing sparsegraph_neighbors() to do binary search, rather than linear search, to look up a node's index given its label. This takes advantage of what was previously just an artifact of sparsegraph_impl.cpp which ensures that nodes are inserted in increasing label order.

[COMMITTERS] bizgres - bizgres: Fix inconsistent visibility declarations with

2007-03-21 Thread User Markir
Log Message: --- Fix inconsistent visibility declarations with LockData structures. Also add in a couple of Asserts that were left off. Modified Files: -- bizgres/postgresql/src/backend/storage/lmgr: lock.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/c

[COMMITTERS] bizgres - bizgres: Bring resource queue code up-to-date: - Move resource

2007-03-21 Thread User Markir
Log Message: --- Bring resource queue code up-to-date: - Move resource lock taking location to PortalStart - Simplify cursor handling code as a result - Cleanup code to handle overcommit abort correctly - Add internal view pg_resqueue_status - Add statistics monitoring infrastructure and vi

[COMMITTERS] bizgres - bizgres: Tidy up contrib.

2007-03-21 Thread User Markir
Log Message: --- Tidy up contrib. Modified Files: -- bizgres/postgresql/contrib: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/Makefile.diff?r1=1.4&r2=1.5) ---(end of broadca

[COMMITTERS] bizgres - bizgres: Get resource queuing working.

2007-03-21 Thread User Markir
Log Message: --- Get resource queuing working. There is more code to come here, but this commit gets the 8.2 infrastructure in there. Modified Files: -- bizgres/postgresql/src/backend/commands: queue.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] pgsql: Fix some problems with selectivity estimation for partial

2007-03-21 Thread Tom Lane
Log Message: --- Fix some problems with selectivity estimation for partial indexes. First, genericcostestimate() was being way too liberal about including partial-index conditions in its selectivity estimate, resulting in substantial underestimates for situations such as an indexqual "x =

[COMMITTERS] nagiosplugins - nagiosplugins: Make README a bit more legible

2007-03-21 Thread User Xzilla
Log Message: --- Make README a bit more legible Modified Files: -- nagiosplugins: README (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nagiosplugins/nagiosplugins/README.diff?r1=1.2&r2=1.3) ---(end of broadcast)---

[COMMITTERS] pgsql: Add: < < > o During index creation, pre-sort the tuples to

2007-03-21 Thread Bruce Momjian
Log Message: --- Add: < < > o During index creation, pre-sort the tuples to improve build speed > > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php > Modified Files: -- pgsql/doc: TODO (r1.2125 -> r1.2126) (http://develop

[COMMITTERS] pgsql: Remove TODO item, not wanted: < * Add NUMERIC division operator

2007-03-21 Thread Bruce Momjian
Log Message: --- Remove TODO item, not wanted: < * Add NUMERIC division operator that doesn't round? < < Currently NUMERIC _rounds_ the result to the specified precision. < This means division can return a result that multiplied by the < divisor is greater than the dividend, e.g.

[COMMITTERS] nagiosplugins - nagiosplugins: make install a little more legible for

2007-03-21 Thread User Xzilla
Log Message: --- make install a little more legible for crappy editors, clean up a few links and clarify some warnings Modified Files: -- nagiosplugins: INSTALL (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nagiosplugins/nagiosplugins/INSTALL

[COMMITTERS] nagiosplugins - nagiosplugins: clean up some perl warnings, still not

2007-03-21 Thread User Xzilla
Log Message: --- clean up some perl warnings, still not 100% though Modified Files: -- nagiosplugins: check_pg_waiting_queries.pl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/nagiosplugins/nagiosplugins/check_pg_waiting_queries.pl.diff?r1=1.2

[COMMITTERS] pgsql: Add documentation about vcregress.

2007-03-21 Thread Magnus Hagander
Log Message: --- Add documentation about vcregress. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.34&r2=1.35) -

[COMMITTERS] pgsql: Add URL for: * Add locale-aware MONEY type, and support multiple

2007-03-21 Thread Bruce Momjian
Log Message: --- Add URL for: * Add locale-aware MONEY type, and support multiple currencies http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php Modified Files: -- pgsql/doc: TODO (r1.2123 -> r1.2124) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Add support for running regression tests on procedural languages

2007-03-21 Thread Magnus Hagander
Log Message: --- Add support for running regression tests on procedural languages Modified Files: -- pgsql/src/tools/msvc: vcregress.bat (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.bat.diff?r1=1.4&r2=1.5) -

[COMMITTERS] pgsql: Properly return exitcode when regression tests fails.

2007-03-21 Thread Magnus Hagander
Log Message: --- Properly return exitcode when regression tests fails. Modified Files: -- pgsql/src/tools/msvc: vcregress.bat (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.bat.diff?r1=1.3&r2=1.4)

[COMMITTERS] pginstaller - pginst: Fix typo

2007-03-21 Thread User Dpage
Log Message: --- Fix typo Modified Files: -- pginst: Makefile.config (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.54&r2=1.55) ---(end of broadcast)---

[COMMITTERS] pgsql: Native shared memory implementation for win32.

2007-03-21 Thread Magnus Hagander
Log Message: --- Native shared memory implementation for win32. Uses same underlying tech as before, but not the sysv emulation layer. Modified Files: -- pgsql: configure (r1.535 -> r1.536) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1

[COMMITTERS] pginstaller - pginst: Remove obsolete SSL version check.

2007-03-21 Thread User Dpage
Log Message: --- Remove obsolete SSL version check. Modified Files: -- pginst/ca: pginstca.c (r1.104 -> r1.105) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.104&r2=1.105) ---(end of broadca

[COMMITTERS] pginstaller - pginst: Cleanup a bunch of odd errors and warnings, as

2007-03-21 Thread User Dpage
Log Message: --- Cleanup a bunch of odd errors and warnings, as well as an ordering issue in the CAs. Modified Files: -- pginst: Makefile.config (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.53&r

[COMMITTERS] pg-migrator - src: Fixed logging bug, simplified retrieval of

2007-03-21 Thread User Korryd
Log Message: --- Fixed logging bug, simplified retrieval of pg_database list Modified Files: -- src: pg_migrator.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.6&r2=1.7) ---(end

[COMMITTERS] pginstaller - pginst: Cleanup the XML indenting

2007-03-21 Thread User Dpage
Log Message: --- Cleanup the XML indenting Modified Files: -- pginst/wrapper: wrapper.wxs (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/wrapper.wxs.diff?r1=1.5&r2=1.6) pginst/wxs: dialogs.wxs (r1.60 -> r1

[COMMITTERS] pginstaller - pginst: Pass ICE20 validation

2007-03-21 Thread User Dpage
Log Message: --- Pass ICE20 validation Modified Files: -- pginst: Makefile.config (r1.52 -> r1.53) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.52&r2=1.53) pginst/wrapper: Makefile (r1.3 -> r1.4)