[COMMITTERS] pgsql: Fix typo in comment.

2008-06-09 Thread Neil Conway
Log Message: --- Fix typo in comment. Modified Files: -- pgsql/src/backend/storage/lmgr: proc.c (r1.199 -> r1.200) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c?r1=1.199&r2=1.200) -- Sent via pgsql-committers mailing list

[COMMITTERS] pginstaller - pginst: Prep for release

2008-06-09 Thread User Dpage
Log Message: --- Prep for release Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.8 -> r1.4.2.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.8&r2=1.4.2.9) -- Sent via pgs

[COMMITTERS] muninpgplugins - muninpgplugins: add common files

2008-06-09 Thread User C2main
Log Message: --- add common files Added Files: --- muninpgplugins: AUTHORS (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/AUTHORS?rev=1.1&content-type=text/x-cvsweb-markup) COPYING (r1.1) (http://cvs.pgfoundry

[COMMITTERS] pginstaller - pginst: Update notes

2008-06-09 Thread User Dpage
Log Message: --- Update notes Tags: REL8_3_STABLE Modified Files: -- pginst: RELEASE_PROCESS.txt (r1.3 -> r1.3.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.3&r2=1.3.2.1) -- Sent via pgsql-committ

[COMMITTERS] pginstaller - pginst: Prep for release

2008-06-09 Thread User Dpage
Log Message: --- Prep for release Tags: REL8_3_STABLE Modified Files: -- pginst/package: README.TXT (r1.7.2.2 -> r1.7.2.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.7.2.2&r2=1.7.2.3) -- Sent via pgs

[COMMITTERS] pgsnap - pgsnap: Bugfix : Toggle function on a checkbox had disabled the

2008-06-09 Thread User Gleu
Log Message: --- Bugfix : Toggle function on a checkbox had disabled the checkbox's ability to check on and off. Tags: REL0_3_STABLE Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.33.2.10 -> r1.33.2.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg

[COMMITTERS] pgsnap - pgsnap: Bugfix : Toggle function on a checkbox had disabled the

2008-06-09 Thread User Gleu
Log Message: --- Bugfix : Toggle function on a checkbox had disabled the checkbox's ability to check on and off. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.57 -> r1.58) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r

[COMMITTERS] pgloader - pgloader: Consider XML support as a TODO item

2008-06-09 Thread User Dim
Log Message: --- Consider XML support as a TODO item Modified Files: -- pgloader: TODO.txt (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/TODO.txt.diff?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] pgloader - pgloader: debian packaging bug#485067: Missing Build-Depends

2008-06-09 Thread User Dim
Log Message: --- debian packaging bug#485067: Missing Build-Depends Modified Files: -- pgloader/debian: changelog (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/debian/changelog.diff?r1=1.27&r2=1.28) control (r1.9 ->

[COMMITTERS] muninpgplugins - muninpgplugins: * Add check postgresql version *

2008-06-09 Thread User C2main
Log Message: --- * Add check postgresql version * Add n_tup_hot_upd to pg__all_tables_activity and pg__stat_tables when postgres >= 8.3 * Add n_live_tup and n_dead_tup to pg__stat_tables * Add pg__stat_bgwriter Modified Files: -- muninpgplugins: ChangeLog (

[COMMITTERS] muninpgplugins - muninpgplugins: add pg__conections plugin

2008-06-09 Thread User C2main
Log Message: --- add pg__conections plugin Modified Files: -- muninpgplugins: ChangeLog (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/ChangeLog.diff?r1=1.2&r2=1.3) Added Files: --- muninpgplugins:

Re: [COMMITTERS] pgsql: Fix typo in comment.

2008-06-09 Thread Tom Lane
[EMAIL PROTECTED] (Neil Conway) writes: > Fix typo in comment. I think you've rendered the sentence nonsensical. Perhaps putting a comma after the "have" would have been a better solution than removing it. regards, tom lane -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Further tweak for comment in CheckDeadLock(), per Tom.

2008-06-09 Thread Neil Conway
Log Message: --- Further tweak for comment in CheckDeadLock(), per Tom. Modified Files: -- pgsql/src/backend/storage/lmgr: proc.c (r1.200 -> r1.201) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c?r1=1.200&r2=1.201) -- Sent

[COMMITTERS] pgsql: Fix an ALTER TABLE test case so that it actually tests what the

2008-06-09 Thread Tom Lane
Log Message: --- Fix an ALTER TABLE test case so that it actually tests what the comment says it is testing. Ah, the perils of making keywords optional ... Modified Files: -- pgsql/src/test/regress/sql: alter_table.sql (r1.58 -> r1.59) (http://anoncvs.post

Re: [COMMITTERS] pgsql: Fix typo in comment.

2008-06-09 Thread Neil Conway
On Mon, 2008-06-09 at 11:12 -0400, Tom Lane wrote: > Perhaps putting a comma after the "have" would have been a better > solution than removing it. Yeah, good point -- fixed. -Neil -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Modified Files: -- pgsql/src/backend/utils/adt: dateti

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Fix datetime input functions to correctly detect integer overflow

2008-06-09 Thread Tom Lane
Log Message: --- Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform ... strtol() will happily return 64-bit output in that case. Per bug #4231 from Geoff Tolley. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Update Japanese FAQ.

2008-06-09 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.51 -> r1.52) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.51&r2=1.52) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.52 -> r1.5

[COMMITTERS] pgsql: Fix unportable (and incorrect anyway) usage of LL constant suffix

2008-06-09 Thread Tom Lane
Log Message: --- Fix unportable (and incorrect anyway) usage of LL constant suffix that recently snuck into cash.c. Per report from Edmundo Robles Lopez. Modified Files: -- pgsql/src/backend/utils/adt: cash.c (r1.79 -> r1.80) (http://anoncvs.postgresql.org

[COMMITTERS] pgsql: Fix unportable (and incorrect anyway) usage of LL constant suffix

2008-06-09 Thread Tom Lane
Log Message: --- Fix unportable (and incorrect anyway) usage of LL constant suffix that recently snuck into cash.c. Per report from Edmundo Robles Lopez. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: cash.c (r1.77 -> r1.77.2.1)

[COMMITTERS] press - pr: New Directory

2008-06-09 Thread User Aglio
Update of /cvsroot/press/pr/releases/update_releases In directory pgfoundry.org:/tmp/cvs-serv48780/update_releases Log Message: Directory /cvsroot/press/pr/releases/update_releases added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make change

[COMMITTERS] press - pr: Added 8.3.3 update release announcement

2008-06-09 Thread User Aglio
Log Message: --- Added 8.3.3 update release announcement Added Files: --- pr/releases/update_releases: 8_3_3_release.translate (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/update_releases/8_3_3_release.translate?rev=1.1&content-type=tex

[COMMITTERS] pgsql: Make XML building work silently on VPATH builds (untested on

2008-06-09 Thread Alvaro Herrera
Log Message: --- Make XML building work silently on VPATH builds (untested on regular builds). Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.105 -> r1.106) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.105&r2=1.106) -- S

[COMMITTERS] pgrecovery - alpha: New Directory

2008-06-09 Thread User Neothezion
Update of /cvsroot/pgrecovery/alpha In directory pgfoundry.org:/tmp/cvs-serv79899/alpha Log Message: Directory /cvsroot/pgrecovery/alpha added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresq

[COMMITTERS] pgrecovery - alpha: New Directory

2008-06-09 Thread User Neothezion
Update of /cvsroot/pgrecovery/alpha/src In directory pgfoundry.org:/tmp/cvs-serv81892/src Log Message: Directory /cvsroot/pgrecovery/alpha/src added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.pos

[COMMITTERS] pgrecovery - alpha: First commit for alpha release

2008-06-09 Thread User Neothezion
Log Message: --- First commit for alpha release Added Files: --- alpha: .cvsignore (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrecovery/alpha/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-comm

[COMMITTERS] pgrecovery - alpha: New Directory

2008-06-09 Thread User Neothezion
Update of /cvsroot/pgrecovery/alpha/sql In directory pgfoundry.org:/tmp/cvs-serv88229/sql Log Message: Directory /cvsroot/pgrecovery/alpha/sql added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.pos

[COMMITTERS] pgrecovery - alpha: first commit of database catalog creation files

2008-06-09 Thread User Neothezion
Log Message: --- first commit of database catalog creation files Added Files: --- alpha/sql: indexes.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrecovery/alpha/sql/indexes.sql?rev=1.1&content-type=text/x-cvsweb-markup) functions.sql (r1.1)