[COMMITTERS] bizgres - bizgres: Fixing Version Put Postgres at the begining.

2006-03-29 Thread User Ksrikanth
Log Message: --- Fixing Version Put Postgres at the begining. Modified Files: -- bizgres/postgresql: configure (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/configure.diff?r1=1.3&r2=1.4) configure.in (r1.3 ->

[COMMITTERS] bizgres - bizgres: update 0.9 release

2006-03-29 Thread User Ksrikanth
Log Message: --- update 0.9 release Modified Files: -- bizgres/doc: BG_userguide.pdf (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/doc/BG_userguide.pdf.diff?r1=1.2&r2=1.3) README.txt (r1.4 -> r1.5) (http://cvs.

[COMMITTERS] pgsql: Fix bad SQL, per Stefan Kaltenbrunner.

2006-03-29 Thread Andrew Dunstan
Log Message: --- Fix bad SQL, per Stefan Kaltenbrunner. Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r1.72 -> r1.73) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.72&r2=1.73) ---

[COMMITTERS] pgsql: Clean up and document the API for XLogOpenRelation and

2006-03-29 Thread Tom Lane
Log Message: --- Clean up and document the API for XLogOpenRelation and XLogReadBuffer. This commit doesn't make much functional change, but it does eliminate some duplicated code --- for instance, PageIsNew tests are now done inside XLogReadBuffer rather than by each caller. The GIST xlog

[COMMITTERS] pgfouine - www: added the gentoo ebuild link

2006-03-29 Thread User Gsmet
Log Message: --- added the gentoo ebuild link Modified Files: -- www: index.html (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/index.html.diff?r1=1.13&r2=1.14) ---(end of broadcast)--

[COMMITTERS] pgsql: TablespaceCreateDbspace should function normally even on

2006-03-29 Thread Tom Lane
Log Message: --- TablespaceCreateDbspace should function normally even on platforms that do not have symlinks (ie, Windows). Although it'll never be called on to do anything useful during normal operation on such a platform, it's still needed to re-create dropped directories during WAL rep

[COMMITTERS] pgsql: TablespaceCreateDbspace should function normally even on

2006-03-29 Thread Tom Lane
Log Message: --- TablespaceCreateDbspace should function normally even on platforms that do not have symlinks (ie, Windows). Although it'll never be called on to do anything useful during normal operation on such a platform, it's still needed to re-create dropped directories during WAL rep

[COMMITTERS] pgsql: TablespaceCreateDbspace should function normally even on

2006-03-29 Thread Tom Lane
Log Message: --- TablespaceCreateDbspace should function normally even on platforms that do not have symlinks (ie, Windows). Although it'll never be called on to do anything useful during normal operation on such a platform, it's still needed to re-create dropped directories during WAL rep