summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAgeFilesLines
* poit -> point.Bruce Momjian2001-02-121-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-8/+2
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-171-4/+4
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-231-11/+9
* here is a patch fixing today's bug report:Bruce Momjian2000-12-151-10/+71
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-12/+12
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-011-16/+27
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-251-95/+179
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-291-13/+11
* the patch include:Bruce Momjian2000-09-251-6/+16
* * to_char:Bruce Momjian2000-08-291-25/+67
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-4/+10
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-7/+5
* TOASTJan Wieck2000-07-031-3/+3
* In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian2000-07-031-453/+556
* Back out Karels to_char changes.Bruce Momjian2000-07-011-422/+370
* In the attache is new to_date()/to_timestamp() version.Bruce Momjian2000-07-011-370/+422
* Clean up #include's.Bruce Momjian2000-06-151-2/+5
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-2/+2
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-53/+72
* The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian2000-06-091-4/+7
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-28/+27
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-3/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2154/+2591
* Update create_rule manual page.Bruce Momjian2000-04-071-93/+360
* Hi,Bruce Momjian2000-03-161-198/+379
* Hi,Bruce Momjian2000-03-081-15/+26
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-59/+38
* I'm sending patch with new version of to_char numbers formatting.Bruce Momjian2000-02-081-431/+730
* Add include for float.h.Bruce Momjian2000-01-261-2/+2
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-251-0/+3157