postgresql/src/backend/utils
Tom Lane 7609239f3e Fix assorted bogosities in cash_in() and cash_out().
cash_out failed to handle multiple-byte thousands separators, as per bug
#6277 from Alexander Law.  In addition, cash_in didn't handle that either,
nor could it handle multiple-byte positive_sign.  Both routines failed to
support multiple-byte mon_decimal_point, which I did not think was worth
changing, but at least now they check for the possibility and fall back to
using '.' rather than emitting invalid output.  Also, make cash_in handle
trailing negative signs, which formerly it would reject.  Since cash_out
generates trailing negative signs whenever the locale tells it to, this
last omission represents a fail-to-reload-dumped-data bug.  IMO that
justifies patching this all the way back.
2011-10-29 14:32:06 -04:00
..
adt Fix assorted bogosities in cash_in() and cash_out(). 2011-10-29 14:32:06 -04:00
cache Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
error Support configurable eventlog application names on Windows 2011-10-25 20:02:55 +02:00
fmgr Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
hash Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
init Fix incorrect timeout handling during initial authentication transaction. 2011-08-13 17:52:24 -04:00
mb Improve make_greater_string() with encoding-specific incrementers. 2011-10-29 14:22:20 -04:00
misc Make event_source visible on all platforms 2011-10-25 22:40:58 +02:00
mmgr Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
resowner Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
sort Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
time Allow hint bits to be set sooner for temporary and unlogged tables. 2011-10-28 17:08:09 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 2011-07-18 14:47:18 -04:00
Gen_dummy_probes.sed Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Gen_fmgrtab.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
generate-errcodes.pl Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00