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.
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
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
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
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
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 =
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)---
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
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.
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
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
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)
-
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
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)
-
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)
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)---
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
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
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
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
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
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)
22 matches
Mail list logo