[COMMITTERS] pgsql: Revert to the pre-8.2 method of probing for libm, that is, always

2006-11-05 Thread Tom Lane
Log Message: --- Revert to the pre-8.2 method of probing for libm, that is, always include it if it links properly. It seems too risky to assume that standard functions like pow() are not special-cased by the compiler. Per report from Andreas Lange that build fails on Solaris cc compiler w

[COMMITTERS] python - doc: New Directory

2006-11-05 Thread James William Pye
Update of /cvsroot/python/doc/src/appendixes/commands In directory pgfoundry.org:/tmp/cvs-serv74393/commands Log Message: Directory /cvsroot/python/doc/src/appendixes/commands added to the repository ---(end of broadcast)--- TIP 9: In versions belo

[COMMITTERS] pgsql: Get rid of some unnecessary dependencies on DataDir: wherever

2006-11-05 Thread Tom Lane
Log Message: --- Get rid of some unnecessary dependencies on DataDir: wherever possible, the backend should rely on its working-directory setting instead. Also do some message-style police work in contrib/adminpack. Modified Files: -- pgsql/contrib/adminpack: adminp

[COMMITTERS] pgsql: Minor fix for LDAP authentication: if an error occurs, we need to

2006-11-05 Thread Neil Conway
Log Message: --- Minor fix for LDAP authentication: if an error occurs, we need to manually release the LDAP handle via ldap_unbind(). This isn't a significant problem in practice because an error eventually results in exiting the process, but we can cleanup correctly without too much pain.

[COMMITTERS] pgsql: Fix recently-identified PITR recovery hazard: the base backup

2006-11-05 Thread Tom Lane
Log Message: --- Fix recently-identified PITR recovery hazard: the base backup could contain stale relcache init files (pg_internal.init), and there is no mechanism for updating them during WAL replay. Easiest solution is just to delete the init files at conclusion of startup, and let the

[COMMITTERS] pgsql: Fix recently-identified PITR recovery hazard: the base backup

2006-11-05 Thread Tom Lane
Log Message: --- Fix recently-identified PITR recovery hazard: the base backup could contain stale relcache init files (pg_internal.init), and there is no mechanism for updating them during WAL replay. Easiest solution is just to delete the init files at conclusion of startup, and let the

[COMMITTERS] pgsql: Fix recently-understood problems with handling of XID freezing,

2006-11-05 Thread Tom Lane
Log Message: --- Fix recently-understood problems with handling of XID freezing, particularly in PITR scenarios. We now WAL-log the replacement of old XIDs with FrozenTransactionId, so that such replacement is guaranteed to propagate to PITR slave databases. Also, rather than relying on h

[COMMITTERS] press - pr: initial import

2006-11-05 Thread User Gevik
Log Message: --- initial import Added Files: --- pr/releases/8.2/nl: presskit82.html.nl (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/nl/presskit82.html.nl?rev=1.1&content-type=text/x-cvsweb-markup) ---(end o

Re: [COMMITTERS] pgsql: Add note about space usage of 'manual'approach to clustering,

2006-11-05 Thread Simon Riggs
On Sat, 2006-11-04 at 15:03 -0400, Tom Lane wrote: > Log Message: > --- > Add note about space usage of 'manual' approach to clustering, per > suggestion from Sergey Koposov. Also some other minor editing. With regard to the space usage, I think we should mention that the space utilised i

[COMMITTERS] press - pr: New Directory

2006-11-05 Thread User Gevik
Update of /cvsroot/press/pr/releases/8.2/nl In directory pgfoundry.org:/tmp/cvs-serv84127/nl Log Message: Directory /cvsroot/press/pr/releases/8.2/nl added to the repository ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL projec

[COMMITTERS] python - doc: New Directory

2006-11-05 Thread James William Pye
Update of /cvsroot/python/doc/src/include In directory pgfoundry.org:/tmp/cvs-serv4482/include Log Message: Directory /cvsroot/python/doc/src/include added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your friend

[COMMITTERS] press - pr: update release date and correct some HTML syntax.

2006-11-05 Thread User Shigehiro
Log Message: --- update release date and correct some HTML syntax. Modified Files: -- pr/releases/8.2/ja: presskit82.html.ja (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ja/presskit82.html.ja.diff?r1=1.1&r2=1.2)