[COMMITTERS] pgsql: update for rc1

2006-11-24 Thread PostgreSQL Daemon
Log Message: --- update for rc1 Modified Files: -- pgsql: configure (r1.518 -> r1.519) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.518&r2=1.519) configure.in (r1.487 -> r1.488) (http://developer.postgresql.org/cvs

[COMMITTERS] pgsql: Copy fsync() defines into test_fsync.c, someday place them in an

2006-11-24 Thread Bruce Momjian
Log Message: --- Copy fsync() defines into test_fsync.c, someday place them in an include. Propery align for O_DIRECT. Check for write()/fsync() failures. Modified Files: -- pgsql/src/tools/fsync: test_fsync.c (r1.16 -> r1.17) (http://developer.postgresql

[COMMITTERS] pgsql: Document that to_char() "TM" is controlled by lc_messages.

2006-11-24 Thread Bruce Momjian
Log Message: --- Document that to_char() "TM" is controlled by lc_messages. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.346 -> r1.347) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.346&r2=1.347) ---

[COMMITTERS] pgsql: Update release notes for RC1.

2006-11-24 Thread Tom Lane
Log Message: --- Update release notes for RC1. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.484 -> r1.485) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.484&r2=1.485) ---(end of bro

[COMMITTERS] pgsql: Fix psql's \copy command to ensure that it cycles libpq back to

2006-11-24 Thread Tom Lane
Log Message: --- Fix psql's \copy command to ensure that it cycles libpq back to the idle state (in particular, causing the ReadyForQuery message to be eaten) before returning from do_copy. The only known consequence of failing to do so is that get_prompt might show a wrong result for the

[COMMITTERS] pgsql: Fix psql's \copy command to ensure that it cycles libpq back to

2006-11-24 Thread Tom Lane
Log Message: --- Fix psql's \copy command to ensure that it cycles libpq back to the idle state (in particular, causing the ReadyForQuery message to be eaten) before returning from do_copy. The only known consequence of failing to do so is that get_prompt might show a wrong result for the

[COMMITTERS] pgsql: Fix psql's \copy command to ensure that it cycles libpq back to

2006-11-24 Thread Tom Lane
Log Message: --- Fix psql's \copy command to ensure that it cycles libpq back to the idle state (in particular, causing the ReadyForQuery message to be eaten) before returning from do_copy. The only known consequence of failing to do so is that get_prompt might show a wrong result for the

[COMMITTERS] pgsql: Fix psql's \copy command to ensure that it cycles libpq back to

2006-11-24 Thread Tom Lane
Log Message: --- Fix psql's \copy command to ensure that it cycles libpq back to the idle state (in particular, causing the ReadyForQuery message to be eaten) before returning from do_copy. The only known consequence of failing to do so is that get_prompt might show a wrong result for the

[COMMITTERS] pgfouine - pgfouine: fixed [#1000792] tooltip dates incorrect

2006-11-24 Thread User Gsmet
Log Message: --- fixed [#1000792] tooltip dates incorrect Tags: BRANCH_0_7 Modified Files: -- pgfouine/include/reporting/reports: NormalizedReport.class.php (r1.9 -> r1.9.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/repo

[COMMITTERS] pgsql: Revert (too late in beta): Fix to_char() locale handling to

2006-11-24 Thread Bruce Momjian
Log Message: --- Revert (too late in beta): Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. Euler Taveira de Oliveira Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.114 -> r1.115) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Change pg_stat_all_tables and sister views to put the

2006-11-24 Thread Tom Lane
Log Message: --- Change pg_stat_all_tables and sister views to put the recently-added vacuum/analyze timestamp columns at the end, rather than at a random spot in the middle as in the original patch. This was deemed more usable as well as less likely to break existing application code. in

[COMMITTERS] pgsql: Make contrib/isn pass the opr_sanity sanity checks: add missing

2006-11-24 Thread Tom Lane
Log Message: --- Make contrib/isn pass the opr_sanity sanity checks: add missing commutator operators, and mark hash-opclass members as oprcanhash. This is a pretty ugly, brute-force solution, but it seems that getting rid of all these redundant-looking operators would require some tweaks i

[COMMITTERS] pgsql: Translation updates

2006-11-24 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend/po: de.po (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po.diff?r1=1.23&r2=1.24) es.po (r1.11 -> r1.12) (http://developer.postg

[COMMITTERS] pgsql: Separate release preparation jobs for all releases and for major

2006-11-24 Thread Peter Eisentraut
Log Message: --- Separate release preparation jobs for all releases and for major releases Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.68 -> r1.69) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.68&r2=1.69)

[COMMITTERS] press - pr: Updated release date

2006-11-24 Thread User Nickg
Log Message: --- Updated release date Modified Files: -- pr/releases/8.2/ru: presskit82.html.ru (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ru/presskit82.html.ru.diff?r1=1.3&r2=1.4) release.txt (r1.2 -> r1.3)

[COMMITTERS] press - pr:

2006-11-24 Thread User Ckuroki
Log Message: --- Modified Files: -- pr/releases/8.2/es: presskit8.2.html.es (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/es/presskit8.2.html.es.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pgsql: Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.

2006-11-24 Thread Bruce Momjian
Log Message: --- Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. Euler Taveira de Oliveira Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.113 -> r1.114) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/

[COMMITTERS] press - pr:

2006-11-24 Thread User Ckuroki
Log Message: --- Modified Files: -- pr/releases/8.2/es: release.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/es/release.txt.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pgsql: KB -> kB

2006-11-24 Thread Peter Eisentraut
Log Message: --- KB -> kB Modified Files: -- pgsql/src/backend/storage/freespace: freespace.c (r1.56 -> r1.57) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c.diff?r1=1.56&r2=1.57) ---(end