index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
cash.c
Age
Commit message (
Expand
)
Author
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2021-12-01
Remove unused includes
Peter Eisentraut
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2019-07-26
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2018-10-16
Correct constness of a few variables.
Andres Freund
2017-12-13
Use new overflow aware integer operations.
Andres Freund
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-21
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2013-10-13
Add use of asprintf()
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2011-10-30
Support more locale-specific formatting options in cash_out().
Tom Lane
2011-10-29
Fix assorted bogosities in cash_in() and cash_out().
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-16
Add support for dividing money by money (yielding a float8 result) and for
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Fix cash_in() to behave properly in locales where frac_digits is zero,
Tom Lane
2008-06-09
Fix unportable (and incorrect anyway) usage of LL constant suffix that
Tom Lane
2008-04-21
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2007-11-24
Clarify how MONEY trims off trailing thousands separator.
Bruce Momjian
2007-11-24
Make the MONEY data type have a thousands separator != decimal symbol,
Bruce Momjian
2007-11-23
Fix white space in MONEY type code. Rename 'comma' to more generic
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-08-21
Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution
Tom Lane
2007-08-21
Fix money type's send/receive functions to conform to recent widening
Tom Lane
2007-07-12
Fix a portability bug (ye olde not casting a <ctype.h> argument to
Tom Lane
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-01-03
Widen the money type to 64 bits.
D'Arcy J.M. Cain
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-03-19
Fix a few places that were checking for the return value of palloc() to be
Neil Conway
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-21
Remove unnecessary parentheses in assignments.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-08-17
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-07-27
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-05-13
More binary I/O routines.
Tom Lane
2003-03-11
Add explicit tests for division by zero to all user-accessible integer
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
[next]