postgresql/src/backend
Tom Lane 157349e3af Improper addition of NaN/Infinity recognition to float8in()
was causing it not to detect out-of-range float values, as evidenced by
failure of float8 regression test.  I corrected that logic and also
modified expected float8 results to account for new error message
generated for out-of-range inputs.
1999-01-24 00:12:59 +00:00
..
access Add a set of braces to clarify conditional nesting. 1999-01-20 16:24:59 +00:00
bootstrap The following patch finishes primary key support. Previously, when 1999-01-21 22:48:20 +00:00
catalog The following patch finishes primary key support. Previously, when 1999-01-21 22:48:20 +00:00
commands Add explicit buffering in backend libpq, to compensate for 1999-01-23 22:27:29 +00:00
executor Hi! 1999-01-18 00:10:17 +00:00
lib more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00
libpq Add explicit buffering in backend libpq, to compensate for 1999-01-23 22:27:29 +00:00
main OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodes It seems that SPI_prepare() doesn't work well in some cases. 1999-01-21 22:55:41 +00:00
optimizer Remove unused Choose node. 1999-01-23 23:28:09 +00:00
parser Fix for intersect FOR UPDATE check. 1999-01-22 19:35:54 +00:00
port Add missing Windows files. 1999-01-18 12:43:55 +00:00
postmaster Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
regex OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
rewrite FOR UPDATE is in parser & rules. 1999-01-21 16:08:55 +00:00
storage The following patch finishes primary key support. Previously, when 1999-01-21 22:48:20 +00:00
tcop The following patch finishes primary key support. Previously, when 1999-01-21 22:48:20 +00:00
tioga OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils Improper addition of NaN/Infinity recognition to float8in() 1999-01-24 00:12:59 +00:00
Makefile FOR UPDATE is in parser & rules. 1999-01-21 16:08:55 +00:00