index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
numeric.c
Age
Commit message (
Expand
)
Author
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-08
Use plain memset() in numeric.c, not MemSet and friends.
Tom Lane
2020-09-07
Frob numeric.c loop so that clang will auto-vectorize it too.
Tom Lane
2020-09-06
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-06-30
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-18
Disallow factorial of negative numbers
Peter Eisentraut
2020-06-13
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-03-28
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-03-01
Fix corner-case loss of precision in numeric ln().
Dean Rasheed
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-01-25
Add functions gcd() and lcm() for integer and numeric types.
Dean Rasheed
2020-01-06
Add functions min_scale(numeric) and trim_scale(numeric).
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Add safeguards in LSN, numeric and float calculation for custom errors
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-16
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-16
doc: Update redirecting links
Peter Eisentraut
2018-06-21
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-05-17
Make numeric power() handle NaNs according to the modern POSIX spec.
Tom Lane
2018-05-02
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-02-24
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-01-16
Remove useless use of bit-masking macros
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-12
Consistently use PG_INT(16|32|64)_(MIN|MAX).
Andres Freund
2017-12-12
Use new overflow aware integer operations.
Andres Freund
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-11
Constify numeric.c.
Andres Freund
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-08-31
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-03
Fix multiple bugs in numeric_poly_deserialize().
Tom Lane
2016-09-02
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
[next]