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);
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)
--
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:
--
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
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:
--
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:
--
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:
--
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
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
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)---
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)---
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)
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
13 matches
Mail list logo