Log Message:
---
Fix some small typos in comments. Greg Stark
Modified Files:
--
pgsql/src/backend/access/gin:
ginvacuum.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginvacuum.c.diff?r1=1.9&r2=1.10)
pgsql/s
Log Message:
---
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
database privileges from a pre-8.2 server. This ensures that the reloaded
database will maintain the same behavior it had in the previous installation,
ie, everybody has connect privilege. Per gr
Log Message:
---
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
database privileges from a pre-8.2 server. This ensures that the reloaded
database will maintain the same behavior it had in the previous installation,
ie, everybody has connect privilege. Per gr
Log Message:
---
Fix AddDefine to handle quotes properly. Magnus
Modified Files:
--
pgsql/src/tools/msvc:
Project.pm (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm.diff?r1=1.4&r2=1.5)
---
Log Message:
---
Fix tab to space mention in FAQ_DEV.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.120 -> r1.121)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.120&r2=1.121)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.124 -> r1.12
Log Message:
---
Add missing reference to pg_shdescription. Greg Mullane
Modified Files:
--
pgsql/doc/src/sgml/ref:
reindex.sgml (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml.diff?r1=1.34&r2=1.35)
---
Log Message:
---
Add missing reference to pg_shdescription. Greg Mullane
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
reindex.sgml (r1.34 -> r1.34.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml.
Log Message:
---
Update float dpow() comment about whick platforms had issues with Nan.
Stefan Kaltenbrunner
Modified Files:
--
pgsql/src/backend/utils/adt:
float.c (r1.140 -> r1.141)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/