- Jun 13, 2000
-
-
Tom Lane authored
functions that take pass-by-value datatypes. Should be ready for port testing ...
-
- Jun 05, 2000
-
-
Tom Lane authored
inputs have been converted to newstyle. This should go a long way towards fixing our portability problems with platforms where char and short parameters are passed differently from int-width parameters. Still more to do for the Alpha port however.
-
- Apr 12, 2000
-
-
Bruce Momjian authored
-
- Mar 13, 2000
-
-
Tom Lane authored
(ie, allow rounding to occur at a digit position left of the decimal point). Apparently this is how Oracle handles it, and there are precedents in other programming languages as well.
-
- Feb 24, 2000
-
-
Tom Lane authored
as a unary minus operator for numeric. Now that long numeric constants will get converted to NUMERIC in early parsing, it's essential to have numeric->int8 conversion to avoid 'can't convert' errors on undecorated int8 constants. Threw in the rest for completeness while I was in the area. I did not force an initdb for this, since the system will still run without the new pg_proc/pg_operator entries. Possibly I should've.
-
- Jan 20, 2000
-
-
Tom Lane authored
and both would insert random junk digits if given an input that was an exact multiple of 10.
-
- Jan 18, 2000
-
-
Tom Lane authored
is considerably more robust and accurate than it used to be. Also, get rid of numeric's private allocation freelist, which is no longer a win since Jan rewrote palloc.
-
- Jan 16, 2000
-
-
Tom Lane authored
the case wherein zero was rejected for a field like NUMERIC(4,4). Miscellaneous other code beautification efforts.
-
- Jan 05, 2000
-
-
Bruce Momjian authored
-
- Sep 29, 1999
-
-
Jan Wieck authored
Jan
-
- Jul 17, 1999
-
-
Bruce Momjian authored
-
- Jul 15, 1999
-
-
Bruce Momjian authored
-
- Jul 14, 1999
-
-
Bruce Momjian authored
-
- May 26, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 25, 1999
-
-
Bruce Momjian authored
-
- May 10, 1999
-
-
Jan Wieck authored
Jan
-
- May 04, 1999
-
-
Thomas G. Lockhart authored
Original code used float8out(), but the resulting exponential notation was not handled (e.g. '3E9' was decoded as '3').
-
- Mar 14, 1999
-
-
Bruce Momjian authored
an embedded new-line character. Billy G. Allie
-
- Feb 14, 1999
-
-
Bruce Momjian authored
-
- Jan 05, 1999
-
-
Jan Wieck authored
overflow error on high precision calculations where temporary huge precision is required. Jan
-
- Jan 04, 1999
- Jan 03, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 01, 1999
-
-
Bruce Momjian authored
-
- Dec 30, 1998