postgresql/src/backend
Neil Conway 80ac9b06ac Portability fixes and bug fixes for recent floating point input changes.
In particular, don't depend on strtod() to accept 'NaN' and 'Infinity'
inputs (while this is required by C99, not all platforms are compliant
with that yet). Also, don't require glibc's behavior from isinf():
it seems that on a lot of platforms isinf() does not itself distinguish
between negative and positive infinity.
2004-03-14 05:22:52 +00:00
..
access Add NOWAIT option to LOCK command 2004-03-11 01:47:41 +00:00
bootstrap For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
catalog Arrange to emit a CONTEXT: SQL function "foo" entry in an error 2004-03-14 01:58:41 +00:00
commands Generate a WARNING when the column types in a foreign key constraint are 2004-03-13 22:09:14 +00:00
executor Repair memory leakage introduced into the non-hashed aggregate case by 2004-03-13 00:54:10 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Here is a patch that implements setitimer() on win32. With this patch 2004-02-18 16:25:12 +00:00
main Win32: 2004-03-05 01:11:04 +00:00
nodes Add NOWAIT option to LOCK command 2004-03-11 01:47:41 +00:00
optimizer Test for whether a previous IN join restricts the current join was too 2004-03-08 17:20:17 +00:00
parser Add NOWAIT option to LOCK command 2004-03-11 01:47:41 +00:00
po Translation updates 2004-03-12 18:32:51 +00:00
port Win32: 2004-03-05 01:11:04 +00:00
postmaster Move non-blocking code into its own /port file, for code clarity. 2004-03-10 21:12:49 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
storage For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
tcop Add: 2004-03-09 04:43:07 +00:00
utils Portability fixes and bug fixes for recent floating point input changes. 2004-03-14 05:22:52 +00:00
Makefile Briefly, 2004-02-02 00:11:31 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00