[COMMITTERS] pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x

2005-03-11 Thread Neil Conway
Log Message: --- Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x have EVP_DigestFinal function which which clears all of EVP_MD_CTX. This makes pgcrypto crash in functions which re-use one digest context several times: hmac() and crypt() with md5 algorithm. Following pat

[COMMITTERS] pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x

2005-03-11 Thread Neil Conway
Log Message: --- Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x have EVP_DigestFinal function which which clears all of EVP_MD_CTX. This makes pgcrypto crash in functions which re-use one digest context several times: hmac() and crypt() with md5 algorithm. Following pat

[COMMITTERS] pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x

2005-03-11 Thread Neil Conway
Log Message: --- Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x have EVP_DigestFinal function which which clears all of EVP_MD_CTX. This makes pgcrypto crash in functions which re-use one digest context several times: hmac() and crypt() with md5 algorithm. Following pat

[COMMITTERS] pgsql: Documention all our supported encodings.

2005-03-11 Thread Bruce Momjian
Log Message: --- Documention all our supported encodings. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.49 -> r2.50) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.49&r2=2.50) ---(end

Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY

2005-03-11 Thread Bruce Momjian
Neil Conway wrote: > Bruce Momjian wrote: > > Handle carriage returns and line feeds in COPY CSV mode. > > Would it be possible to have some regression tests for this? Yep, Andrew? -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (61

Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in

2005-03-11 Thread Neil Conway
Bruce Momjian wrote: Handle carriage returns and line feeds in COPY CSV mode. Would it be possible to have some regression tests for this? -Neil ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[COMMITTERS] pgsql: Done: < o Allow COPY FROM ...

2005-03-11 Thread Bruce Momjian
Log Message: --- Done: < o Allow COPY FROM ... CSV to interpret newlines and carriage > o -Allow COPY FROM ... CSV to interpret newlines and carriage Modified Files: -- pgsql/doc: TODO (r1.1459 -> r1.1460) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY CSV mode.

2005-03-11 Thread Bruce Momjian
Log Message: --- Handle carriage returns and line feeds in COPY CSV mode. Andrew Dunstan Modified Files: -- pgsql/src/backend/commands: copy.c (r1.236 -> r1.237) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c.diff?r1=1.236&r2

[COMMITTERS] pgsql: Done: * -Add a warning when the free space map is too small

2005-03-11 Thread Bruce Momjian
Log Message: --- Done: * -Add a warning when the free space map is too small Modified Files: -- pgsql/doc: TODO (r1.1458 -> r1.1459) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1458&r2=1.1459) ---(end of br

[COMMITTERS] pgsql: Add warning about the need to increase "max_fsm_relations" and

2005-03-11 Thread Bruce Momjian
Log Message: --- Add warning about the need to increase "max_fsm_relations" and "max_fsm_relations" for vacuums. Also improve VACUUM VERBOSE final message text. Ron Mayer Modified Files: -- pgsql/src/backend/storage/freespace: freespace.c (r1.37 -> r1.38)

[COMMITTERS] pgsql: Fix snprintf() to properly handle precision specification for %f.

2005-03-11 Thread Bruce Momjian
Log Message: --- Fix snprintf() to properly handle precision specification for %f. Modified Files: -- pgsql/src/port: snprintf.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.18&r2=1.19) --

[COMMITTERS] pgsql: Fix problem with infinite recursion between write_syslogger_file

2005-03-11 Thread Tom Lane
Log Message: --- Fix problem with infinite recursion between write_syslogger_file and elog if the former has trouble writing its file. Code review for Magnus' patch to redirect stderr to syslog on Windows (Bruce's version seems right, but did some minor prettification). Backpatch both cha

[COMMITTERS] pgsql: Fix problem with infinite recursion between write_syslogger_file

2005-03-11 Thread Tom Lane
Log Message: --- Fix problem with infinite recursion between write_syslogger_file and elog if the former has trouble writing its file. Code review for Magnus' patch to redirect stderr to syslog on Windows (Bruce's version seems right, but did some minor prettification). Backpatch both cha

[COMMITTERS] pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs.

2005-03-11 Thread Bruce Momjian
Log Message: --- Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't change content (at least not supposed to). Magnus Hagander Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: FAQ (r1.292.4.9 -> r1.292.4.10) (http://developer.p

[COMMITTERS] pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs.

2005-03-11 Thread Bruce Momjian
Log Message: --- Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't change content (at least not supposed to). Magnus Hagander Modified Files: -- pgsql/doc: FAQ_brazilian (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs.

2005-03-11 Thread Bruce Momjian
Log Message: --- Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't change content (at least not supposed to). Magnus Hagander Modified Files: -- pgsql/doc: FAQ_DEV (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs.

2005-03-11 Thread Bruce Momjian
Log Message: --- Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't change content (at least not supposed to). Magnus Hagander Modified Files: -- pgsql/doc: FAQ (r1.335 -> r1.336) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/

[COMMITTERS] pgsql: Add fprintf() custom version to libpgport.

2005-03-11 Thread Bruce Momjian
Log Message: --- Add fprintf() custom version to libpgport. Document use of macros for pg_printf functions. Bump major versions of all interfaces to handle movement of get_progname from libpq to libpgport in 8.0, and probably other libpgport changes in 8.1. Modified Files: --

[COMMITTERS] pgsql: Define snprintf() to call pg_snprintf() so our own snprintf-like

2005-03-11 Thread Bruce Momjian
Log Message: --- Define snprintf() to call pg_snprintf() so our own snprintf-like implementation doesn't export out via libpq and get used by a user application. Modified Files: -- pgsql: configure (r1.432 -> r1.433) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Add 'static' to initdb.c file-global variables.

2005-03-11 Thread Bruce Momjian
Log Message: --- Add 'static' to initdb.c file-global variables. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.77&r2=1.78) ---(

[COMMITTERS] pgsql: Mark file-global function and variables as static.

2005-03-11 Thread Bruce Momjian
Log Message: --- Mark file-global function and variables as static. Modified Files: -- pgsql/src/tools/thread: thread_test.c (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/thread/thread_test.c.diff?r1=1.36&r2=1.37) ---

[COMMITTERS] pgsql: Fix typos.

2005-03-11 Thread Bruce Momjian
Log Message: --- Fix typos. Hashem Masoud Modified Files: -- pgsql/doc: FAQ_DEV (r1.87 -> r1.88) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.87&r2=1.88) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.90 -> r1.91) (http

[COMMITTERS] pgsql: Fix typos.

2005-03-11 Thread Bruce Momjian
Log Message: --- Fix typos. Robert Treat Modified Files: -- pgsql/doc: FAQ_DEV (r1.86 -> r1.87) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.86&r2=1.87) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.89 -> r1.90) (http:

[COMMITTERS] pgsql: Fix typo.

2005-03-11 Thread Bruce Momjian
Log Message: --- Fix typo. Modified Files: -- pgsql/doc: FAQ_DEV (r1.84 -> r1.85) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.84&r2=1.85) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.88 -> r1.89) (http://developer.pos

[COMMITTERS] pgsql: Fix typos.

2005-03-11 Thread Bruce Momjian
Log Message: --- Fix typos. Robert Treat Modified Files: -- pgsql/doc: FAQ_DEV (r1.85 -> r1.86) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.85&r2=1.86) ---(end of broadcast)--- TI