Re: [COMMITTERS] pgsql: Update TODO list based on 8.3 completed items: < * Allow major

2007-12-29 Thread Gregory Stark
"Tom Lane" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Bruce Momjian) writes: >> [ another long log message ] > > May I suggest that it is neither necessary nor appropriate for CVS > commit messages to embody the whole diff? In fairness usually TODO commits are nigh one-liners. The diff is s

[COMMITTERS] pllolcode - pllolcode: Explicit typecasting functions, comparison

2007-12-29 Thread User Eggyknap
Log Message: --- Explicit typecasting functions, comparison functions, and arithmetic functions now work. Still need to test arithmetic and comparison functions to ensure proper implicit typecasting and other type-related behaviors Modified Files: -- pllolcode: DO

Re: [COMMITTERS] pgsql: Update TODO list based on 8.3 completed items: < * Allow major

2007-12-29 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > [ another long log message ] May I suggest that it is neither necessary nor appropriate for CVS commit messages to embody the whole diff? Anyone who wants the diff is one click away from it anyway. I think we could do with less bloat of the CVS archive

[COMMITTERS] pgsql: Update TODO list based on 8.3 completed items: < * Allow major

2007-12-29 Thread Bruce Momjian
Log Message: --- Update TODO list based on 8.3 completed items: < * Allow major upgrades without dump/reload, perhaps using pg_upgrade < [pg_upgrade] < * Check for unreferenced table files created by transactions that were < in-progress when the server terminated abruptly < < http:/

[COMMITTERS] pgsql: Remove TODO.detil for pg_upgrade.

2007-12-29 Thread Bruce Momjian
Log Message: --- Remove TODO.detil for pg_upgrade. Removed Files: - pgsql/doc/TODO.detail: pg_upgrade (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/pg_upgrade) ---(end of broadcast)--- TIP

[COMMITTERS] pgsql: Add: > > * Allow SSL authentication/encryption over unix domain

2007-12-29 Thread Bruce Momjian
Log Message: --- Add: > > * Allow SSL authentication/encryption over unix domain sockets > > http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php Modified Files: -- pgsql/doc: TODO (r1.2232 -> r1.2233) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Update Japanese FAQ.

2007-12-29 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.47&r2=1.48) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.48 -> r1

[COMMITTERS] pgsql: Document how to control the disk write cache on Solaris.

2007-12-29 Thread Bruce Momjian
Log Message: --- Document how to control the disk write cache on Solaris. Zdenek Kotala Modified Files: -- pgsql/doc/src/sgml: wal.sgml (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.51&r2=1.52) -