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
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
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
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
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
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
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
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
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 ->
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 (
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:
[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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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)
32 matches
Mail list logo