Log Message:
---
Back port patch.
Call srandom() instead of srand().
pgbench calls random() later, so it should have called srandom().
On most platforms except Windows srandom() is actually identical
to srand(), so the bug only bites Windows users.
per bug report from Akio Ishida.
Tags:
-
Log Message:
---
Back port patch.
Call srandom() instead of srand().
pgbench calls random() later, so it should have called srandom().
On most platforms except Windows srandom() is actually identical
to srand(), so the bug only bites Windows users.
per bug report from Akio Ishida.
Tags:
-
Log Message:
---
Back port patch.
Call srandom() instead of srand().
pgbench calls random() later, so it should have called srandom().
On most platforms except Windows srandom() is actually identical
to srand(), so the bug only bites Windows users.
per bug report from Akio Ishida.
Tags:
-
Log Message:
---
Fix handling of CC (century) format spec in to_date/to_char. According to
standard convention the 21st century runs from 2001-2100, not 2000-2099,
so make it work like that. Per bug #2885 from Akio Iwaasa.
Backpatch to 8.2, but no further, since this is really a definiti
Log Message:
---
Fix handling of CC (century) format spec in to_date/to_char. According to
standard convention the 21st century runs from 2001-2100, not 2000-2099,
so make it work like that. Per bug #2885 from Akio Iwaasa.
Backpatch to 8.2, but no further, since this is really a definiti
Log Message:
---
Fix compiler warning
Modified Files:
--
pgsql/src/backend/parser:
parse_expr.c (r1.206 -> r1.207)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c.diff?r1=1.206&r2=1.207)
---(end of
Log Message:
---
Use XML output escaping also in XMLFOREST.
Modified Files:
--
pgsql/src/backend/executor:
execQual.c (r1.205 -> r1.206)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.205&r2=1.206)
pgsql/src/
On Fri, 2007-01-12 at 12:29 -0400, Peter Eisentraut wrote:
> Allow for arbitrary data types as content in XMLELEMENT. The original
> coercion to type xml was a mistake. Escape values so they are valid
> XML character data.
parse_expr.c: In function 'transformXmlExpr':
parse_expr.c:1452: warning:
Log Message:
---
Update to_char("CC") description.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.348 -> r1.349)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.348&r2=1.349)
---(end of broad
Log Message:
---
Update error messsage wording.
Modified Files:
--
pgsql/src/backend/parser:
analyze.c (r1.358 -> r1.359)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.358&r2=1.359)
---(end
Log Message:
---
Update ORDER BY UNION function/exprssion wording (again).
Modified Files:
--
pgsql/src/backend/parser:
analyze.c (r1.357 -> r1.358)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.357&r2=1.358)
Log Message:
---
Add some notes about the basic mathematical laws that the system presumes
hold true for operators in a btree operator family. This is mostly to
clarify my own thinking about what the planner can assume for optimization
purposes. (blowing dust off an old abstract-algebra t
Log Message:
---
Allow for arbitrary data types as content in XMLELEMENT. The original
coercion to type xml was a mistake. Escape values so they are valid
XML character data.
Modified Files:
--
pgsql/src/backend/parser:
parse_expr.c (r1.205 -> r1.206)
(ht
Log Message:
---
Missed two new files from Joachim's patch.
Added Files:
---
pgsql/src/interfaces/ecpg/test/expected:
compat_informix-dec_test-OpenBSD3.8.broken.stdout (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/co
Log Message:
---
also adjust MinGW expected file to new setup
create expected file with correct port number
Modified Files:
--
pgsql/src/interfaces/ecpg/test:
Makefile (r1.62 -> r1.63)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/te
Log Message:
---
Simplified regression handling
Added patch by Joachim to work around OpenBSD bug in regression suite.
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
connect.c (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/int
16 matches
Mail list logo