aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* Fix problem that sscanf(buf, "%d", &val) eats leading white space, butBruce Momjian2006-04-19
* C code whitespace inprovement for formatting.c.Bruce Momjian2006-04-19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-03
* Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian2006-02-12
* Support "" for thousands separator and plus sign in to_char(), perBruce Momjian2006-02-12
* Allow to_char() to print localized month and day names.Bruce Momjian2006-02-12
* Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian2005-12-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane2005-10-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add hint for to_char(interval) invalid format specifications.Bruce Momjian2005-08-18
* Fix to_char(interval) to return proper year and century values.Bruce Momjian2005-08-18
* More formatting.c cleanups.Bruce Momjian2005-08-17
* Small cleanup.Bruce Momjian2005-08-17
* Adjust to_char/from_char code to use boolean "is_to_char" rather thanBruce Momjian2005-08-17
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-27
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Code cleanup: remove 3 duplicate static function declarations.Neil Conway2005-06-24
* More trivial dead code removal: in int_to_roman(), checking for "num == -1"Neil Conway2005-06-22
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-26
* Fix to_date to behave reasonably when CC and YY fields are both used.Tom Lane2005-03-25
* Remove unportable assumption that it's okay to use the target bufferTom Lane2005-01-13
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane2004-11-20
* Update comment to point to proper file.Bruce Momjian2004-11-01
* Fix to_number for the case of a trailing S.Tom Lane2004-10-28
* More minor cosmetic improvements:Neil Conway2004-10-13
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian2004-03-30
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-25
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Repair problems with to_char() overrunning its input string.Tom Lane2003-09-03
* Refactor code so that to_date() does not call to_timestamp() and thenTom Lane2003-08-25
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Fix platform-dependent failure introduced by recent to_char changesTom Lane2003-04-02
* Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian2003-03-27
* to_char fixes, Karel ZakBruce Momjian2003-03-27