- Dec 07, 2000
-
-
Tom Lane authored
-
- Dec 03, 2000
-
-
Tom Lane authored
values, whether the local char type is signed or not. This is necessary for portability. Per discussion on pghackers around 9/16/00.
-
- Aug 01, 2000
-
-
Tom Lane authored
At this point I think it'd be possible to make float4 be pass-by-value without too much work --- and float8 too on machines where Datum is 8 bytes. Something to try when the mood strikes, anyway.
-
- Jul 29, 2000
-
-
Tom Lane authored
I did not force. I marked numeric as compressable-but-not-move-off-able, partly to test that storage mode and partly because I've got doubts that numerics are large enough to need external storage.
-
- Jul 17, 2000
-
-
Tom Lane authored
There's now only one transition value and transition function. NULL handling in aggregates is a lot cleaner. Also, use Numeric accumulators instead of integer accumulators for sum/avg on integer datatypes --- this avoids overflow at the cost of being a little slower. Implement VARIANCE() and STDDEV() aggregates in the standard backend. Also, enable new LIKE selectivity estimators by default. Unrelated change, but as long as I had to force initdb anyway...
-
- Jun 15, 2000
-
-
Bruce Momjian authored
-
- Jun 14, 2000
-
-
Peter Eisentraut authored
we'll get there one day. Use `cat' to create aclocal.m4, not `aclocal'. Some people don't have automake installed. Only run the autoconf rule in the top-level GNUmakefile if the invoker specified `make configure', don't run it automatically because of CVS timestamp skew.
-
- 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