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
/
formatting.c
Age
Commit message (
Expand
)
Author
2005-12-03
Allow to_char(interval) and to_char(time) to use AM/PM specifications.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-20
Adjust not-too-sane calculation of DDD value for to_char(interval).
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-18
Add hint for to_char(interval) invalid format specifications.
Bruce Momjian
2005-08-18
Fix to_char(interval) to return proper year and century values.
Bruce Momjian
2005-08-17
More formatting.c cleanups.
Bruce Momjian
2005-08-17
Small cleanup.
Bruce Momjian
2005-08-17
Adjust to_char/from_char code to use boolean "is_to_char" rather than
Bruce Momjian
2005-07-27
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-07-23
Andrew pointed out that the current fix didn't handle dates that were
Bruce Momjian
2005-07-21
Add time/date macros for code clarity:
Bruce Momjian
2005-07-20
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-06-24
Code cleanup: remove 3 duplicate static function declarations.
Neil Conway
2005-06-22
More trivial dead code removal: in int_to_roman(), checking for "num == -1"
Neil Conway
2005-06-15
This patch makes it possible to use the full set of timezones when doing
Bruce Momjian
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-03-26
Prevent to_char(interval) from dumping core on month-related formats
Tom Lane
2005-03-25
Fix to_date to behave reasonably when CC and YY fields are both used.
Tom Lane
2005-01-13
Remove unportable assumption that it's okay to use the target buffer
Tom Lane
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-11-20
Fix unportable isdigit() call --- must cast arg to unsigned char.
Tom Lane
2004-11-01
Update comment to point to proper file.
Bruce Momjian
2004-10-28
Fix to_number for the case of a trailing S.
Tom Lane
2004-10-13
More minor cosmetic improvements:
Neil Conway
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-05-21
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-03-30
Fix to_char for 1 BC. Previously it returned 1 AD.
Bruce Momjian
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2003-12-25
> > I have no idea if this in Oracle or not. But it's something I
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-29
More message editing, some suggested by Alvaro Herrera
Peter Eisentraut
2003-09-03
Repair problems with to_char() overrunning its input string.
Tom Lane
2003-08-25
Refactor code so that to_date() does not call to_timestamp() and then
Tom Lane
2003-08-04
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-04-02
Fix platform-dependent failure introduced by recent to_char changes
Tom Lane
2003-03-27
Fix syntax error in to_char fixes --- was defining variable in main code
Bruce Momjian
2003-03-27
to_char fixes, Karel Zak
Bruce Momjian
2003-03-22
Back out to_char fixes until regression tests are fixed.
Bruce Momjian
2003-03-20
Peter found bug in the to_char() routine for PL/MI options. This
Bruce Momjian
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2002-11-08
This patch removes a bunch of superfluous #include directives: if
Bruce Momjian
2002-09-20
The patch fix bug described in TODO:
Bruce Momjian
2002-09-20
This patch cleans up some of the code in src/util/adt/formatting.c,
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
[next]