[COMMITTERS] pgsql: Allow times of 24:00:00 to match rounding behavior:

2005-10-14 Thread Bruce Momjian
Log Message: --- Allow times of 24:00:00 to match rounding behavior: regression=# select '23:59:59.9'::time(0); time -- 24:00:00 (1 row) This is bad because: regression=# select '24:00:00'::time(0);

[COMMITTERS] wikipedia - wikipgedia: Add a plac e for postgresql specific notes.

2005-10-14 Thread User Xzilla
Log Message: --- Add a plac e for postgresql specific notes. Added Files: --- wikipgedia: README.postgresql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/README.postgresql?rev=1.1&content-type=text/x-cvsweb-markup) --

[COMMITTERS] pgsql: Pass a strdup'd ident string to openlog(), to ensure that

2005-10-14 Thread Tom Lane
Log Message: --- Pass a strdup'd ident string to openlog(), to ensure that reallocation of GUC memory doesn't cause us to start emitting a bogus ident string. Per report from Han Holl. Also some trivial code cleanup in write_syslog. Tags: REL8_0_STABLE Modified Files: --

[COMMITTERS] pgsql: Pass a strdup'd ident string to openlog(), to ensure that

2005-10-14 Thread Tom Lane
Log Message: --- Pass a strdup'd ident string to openlog(), to ensure that reallocation of GUC memory doesn't cause us to start emitting a bogus ident string. Per report from Han Holl. Also some trivial code cleanup in write_syslog. Modified Files: -- pgsql/src/backend/uti

[COMMITTERS] pgsql: Pass a strdup'd ident string to openlog(), to ensure that

2005-10-14 Thread Tom Lane
Log Message: --- Pass a strdup'd ident string to openlog(), to ensure that reallocation of GUC memory doesn't cause us to start emitting a bogus ident string. Per report from Han Holl. Also some trivial code cleanup in write_syslog. Tags: REL7_4_STABLE Modified Files: --

[COMMITTERS] pgsql: Pass a strdup'd ident string to openlog(), to ensure that

2005-10-14 Thread Tom Lane
Log Message: --- Pass a strdup'd ident string to openlog(), to ensure that reallocation of GUC memory doesn't cause us to start emitting a bogus ident string. Per report from Han Holl. Also some trivial code cleanup in write_syslog. Tags: REL7_3_STABLE Modified Files: --

[COMMITTERS] press - pr: Changed extension on press faq so that people can read it.

2005-10-14 Thread User Aglio
Log Message: --- Changed extension on press faq so that people can read it. Added Files: --- pr/faq: press_faq.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/faq/press_faq.html?rev=1.1&content-type=text/x-cvsweb-markup) Removed Files: --

[COMMITTERS] pgsql: fix nonsensical summary row on example

2005-10-14 Thread Andrew Dunstan
Log Message: --- fix nonsensical summary row on example Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.104 -> r1.105) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1.104&r2=1.105) ---(end

[COMMITTERS] pgsql: Fix syslog bug: if any messages are emitted to write_syslog

2005-10-14 Thread Tom Lane
Log Message: --- Fix syslog bug: if any messages are emitted to write_syslog before the facility has been set, the facility gets set to LOCAL0 and cannot be changed later. This seems reasonably plausible to happen, particularly at higher debug log levels, though I am not certain it explain

[COMMITTERS] python - be: Add forgotten FLOAT8OID constant.

2005-10-14 Thread James William Pye
Log Message: --- Add forgotten FLOAT8OID constant. Modified Files: -- be/src: constants.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/constants.c.diff?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] pgsql: Fix typo.

2005-10-14 Thread Alvaro Herrera
Log Message: --- Fix typo. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.70 -> r2.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.70&r2=2.71) ---(end of broadcast)---

[COMMITTERS] pgsql: Merge some user-submitted suggestions for improvement into the

2005-10-14 Thread Neil Conway
Log Message: --- Merge some user-submitted suggestions for improvement into the documentation. Mostly add some s, fix a few typos, and document that zlib is required in the installation docs. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.161 -> r1.162)

[COMMITTERS] pgsql: Update pgindent typedef list.

2005-10-14 Thread Bruce Momjian
Log Message: --- Update pgindent typedef list. Modified Files: -- pgsql/src/tools/pgindent: pgindent (r1.79 -> r1.80) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent.diff?r1=1.79&r2=1.80) ---(end of bro