[COMMITTERS] pginstaller - pginst: Add Slony 1.2.0
Log Message: --- Add Slony 1.2.0 Tags: REL8_1_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.156.2.3 -> r1.156.2.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.156.2.3&r2=1.156.2.4) ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] pginstaller - pginst: Version bump.
Log Message: --- Version bump. Modified Files: -- pginst: Makefile.config (r1.47 -> r1.48) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.47&r2=1.48) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] psqlodbc - psqlodbc: Avoid backend crash caused by Execute Requests for
Log Message: --- Avoid backend crash caused by Execute Requests for committed holdable cursors. Modified Files: -- psqlodbc: qresult.c (r1.66 -> r1.67) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c.diff?r1=1.66&r2=1.67) results.c (r1.98 -> r1.99) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c.diff?r1=1.98&r2=1.99) statement.c (r1.123 -> r1.124) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c.diff?r1=1.123&r2=1.124) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pginstaller - pginst: Npgsql 1.0 update
Log Message: --- Npgsql 1.0 update Modified Files: -- pginst/wxs: pginst.wxs (r1.178 -> r1.179) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.178&r2=1.179) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] psqlodbc - psqlodbc: Bump version number
Log Message: --- Bump version number Modified Files: -- psqlodbc: configure.ac (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.54&r2=1.55) version.h (r1.84 -> r1.85) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h.diff?r1=1.84&r2=1.85) psqlodbc/installer: Make.bat (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/Make.bat.diff?r1=1.27&r2=1.28) ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] psqlodbc - psqlodbc: Add a missing header for *nix
Log Message: --- Add a missing header for *nix Modified Files: -- psqlodbc: misc.h (r1.46 -> r1.47) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/misc.h.diff?r1=1.46&r2=1.47) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] pgsql: Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of
Log Message: --- Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of CopyFileEx. This avoids a warning about the function not being present on older Windows versions. Magnus Hagander Modified Files: -- pgsql/src/timezone: zic.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/zic.c.diff?r1=1.18&r2=1.19) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Fix check for whether a clauseless join has to be forced in the
Log Message: --- Fix check for whether a clauseless join has to be forced in the presence of outer joins. Originally it was only looking for overlap of the righthand side of a left join, but we have to do it on the lefthand side too. Per example from Jean-Pierre Pelletier. Modified Files: -- pgsql/src/backend/optimizer/geqo: geqo_eval.c (r1.80 -> r1.81) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/geqo/geqo_eval.c.diff?r1=1.80&r2=1.81) pgsql/src/backend/optimizer/path: joinrels.c (r1.80 -> r1.81) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinrels.c.diff?r1=1.80&r2=1.81) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] plscheme - plscheme: Fix dataconv.scm's default directory to pkglibdir.
Log Message: --- Fix dataconv.scm's default directory to pkglibdir. Modified Files: -- plscheme: install.sh (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/install.sh.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] dbi-link - dbi-link: * Removed 1st TODO as it's done.
Log Message: --- * Removed 1st TODO as it's done. * Added TODO re: remote transaction semantics. Modified Files: -- dbi-link: TODO.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/TODO.txt.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] plscheme - htdocs: Tell about the buggy file loading behaviour of Guile,
Log Message: --- Tell about the buggy file loading behaviour of Guile, related with the ERROR: In procedure fport_fill_input: ERROR: Is a directory error message. Modified Files: -- htdocs: index.html (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.26&r2=1.27) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] press - pr: New Directory
Update of /cvsroot/press/pr/releases/8.2/fi In directory pgfoundry.org:/tmp/cvs-serv42858/fi Log Message: Directory /cvsroot/press/pr/releases/8.2/fi added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] plscheme - plscheme: Introduce 1D array conversion routines.
Log Message: --- Introduce 1D array conversion routines. 1D arrays will get converted to vectors and vectors will get converted to SQL 1D array data type representations by impostion/exposition functions. (NULL values are supported as well.) Also, a small but important fix for install.sh script. SCM_DATACONV_FILE path must point to a file path, not directory. Otherwise, Guile aborts (when tries to load SCM_DATACONV_FILE) in a very buggy fashion without any informative error message. Modified Files: -- plscheme: dataconv.scm (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/dataconv.scm.diff?r1=1.2&r2=1.3) install.sh (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/install.sh.diff?r1=1.3&r2=1.4) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] plscheme - htdocs: Come on! Show us your new toy, 1D array support.
Log Message: --- Come on! Show us your new toy, 1D array support. Modified Files: -- htdocs: index.html (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.27&r2=1.28) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] bizgres - bizgres: Enable resource queue overcommit to be set on a per
Log Message: --- Enable resource queue overcommit to be set on a per queue basis. Statements that have individual increments bigger than any cost related threshold will cause statement abort. The default for resource queues is no overcommit. Modified Files: -- bizgres/postgresql/src/backend/commands: queue.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/commands/queue.c.diff?r1=1.7&r2=1.8) bizgres/postgresql/src/backend/parser: gram.y (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/parser/gram.y.diff?r1=1.3&r2=1.4) keywords.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/parser/keywords.c.diff?r1=1.2&r2=1.3) bizgres/postgresql/src/backend/storage/lmgr: proc.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/storage/lmgr/proc.c.diff?r1=1.5&r2=1.6) bizgres/postgresql/src/backend/utils/resscheduler: resqueue.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/resqueue.c.diff?r1=1.9&r2=1.10) resscheduler.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/resscheduler.c.diff?r1=1.8&r2=1.9) bizgres/postgresql/src/include/catalog: pg_resqueue.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/include/catalog/pg_resqueue.h.diff?r1=1.3&r2=1.4) bizgres/postgresql/src/include/utils: resscheduler.h (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/include/utils/resscheduler.h.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] bizgres - bizgres: Documentation for resource queue overcommit option.
Log Message: --- Documentation for resource queue overcommit option. Modified Files: -- bizgres/postgresql/doc/src/sgml: catalogs.sgml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/catalogs.sgml.diff?r1=1.3&r2=1.4) resource-scheduler.sgml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/resource-scheduler.sgml.diff?r1=1.2&r2=1.3) bizgres/postgresql/doc/src/sgml/ref: alter_resource_queue.sgml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/ref/alter_resource_queue.sgml.diff?r1=1.2&r2=1.3) create_resource_queue.sgml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/ref/create_resource_queue.sgml.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] dbi-link - dbi-link: * More schema-qualifying in functions.
Log Message: --- * More schema-qualifying in functions. * Cleaned up write functions insert, update, delete. * Fixed regular expression substitution of table in write functions. * Factored out some I/U/D functionality into a new function called make_pairs. * Found and fixed closure bug in UPDATE. Functions now pass the trigger payload instead of assuming it is in the environment. * Renamed insert, update, delete to do_insert, do_update, do_delete to avoid namespace collisions. * Added requirement for DBI 1.43 per bug report on mailing list. Modified Files: -- dbi-link: dbi_link.sql (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] bizgres - bizgres: Minor corrections to links for resource queue
Log Message: --- Minor corrections to links for resource queue documentation. Modified Files: -- bizgres/postgresql/doc/src/sgml/ref: alter_resource_queue.sgml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/ref/alter_resource_queue.sgml.diff?r1=1.3&r2=1.4) create_resource_queue.sgml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/ref/create_resource_queue.sgml.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] press - pr: Dtrace -> DTrace in Theo's quote
Log Message: --- Dtrace -> DTrace in Theo's quote Modified Files: -- pr/releases/8.2/de: presskit82.html.de (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/de/presskit82.html.de.diff?r1=1.9&r2=1.10) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] press - pr: Minor corrections (romanian presskit)
Log Message: --- Minor corrections (romanian presskit) Modified Files: -- pr/releases/8.2/ro: presskit82.html.ro (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/presskit82.html.ro.diff?r1=1.4&r2=1.5) release.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/release.txt.diff?r1=1.3&r2=1.4) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] press - pr:
Log Message: --- Modified Files: -- pr/releases/8.2/ro: presskit82.html.ro (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/presskit82.html.ro.diff?r1=1.5&r2=1.6) release.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/release.txt.diff?r1=1.4&r2=1.5) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
