postgresql/src/backend
Marc G. Fournier d938b755dc From: "D'Arcy J.M. Cain" <darcy@druid.net>
Subject: [HACKERS] Inputting money

I notice that I have to put single quotes around money amounts if there
is a decimal point in the value.  I appears to be happening because there
is something changing things like "123.45" to "123.450000" and the code
has a problem with that.  There may be a better way to fix this but here
is a simple change to cash.c that lets it accept trailing zeroes.
1997-04-28 16:15:13 +00:00
..
access _bt_endpoint fixed: set currentItemData to Invalid if no result. 1997-04-24 15:46:44 +00:00
bootstrap Fix for -Wno-error 1997-04-18 08:57:39 +00:00
catalog Check for attributeList is NULL in ConstructTupleDescriptor (). 1997-04-05 03:36:21 +00:00
commands Analyze data only if specified and specified attrs only. 1997-04-23 06:28:48 +00:00
executor Fix for Hash and arrays 1997-04-22 03:32:38 +00:00
lib Remove CFLAGS_SL from lib/Makefile 1997-01-14 02:35:34 +00:00
libpq #include <string.h> 1997-04-21 04:28:59 +00:00
main From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> 1997-04-24 20:30:41 +00:00
nodes Copy indexkeys in _copyIndexPath. 1997-04-10 07:59:09 +00:00
optimizer * Hack for non-functional btree npages estimation: 1997-04-24 16:07:14 +00:00
parser Modify references to function manager to use lower-case calls. 1997-04-27 19:16:44 +00:00
port Patch for Solaris 2.5 from: adrian@waltham.harvard.net 1997-04-15 18:18:45 +00:00
postmaster Fixes: 1997-04-24 20:27:46 +00:00
regex Remove __P macro usage so it compiles without cdefs.h. 1996-12-15 09:21:37 +00:00
rewrite Change %ud to %u 1996-12-26 17:49:56 +00:00
storage Various patches not commited, plus a linux/sparc patch from 1997-04-24 02:35:39 +00:00
tcop Enable to set _cpu_page_wight_ & _cpu_index_page_wight_ via 1997-04-24 15:41:37 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils From: "D'Arcy J.M. Cain" <darcy@druid.net> 1997-04-28 16:15:13 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00