aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* poit -> point.Bruce Momjian2001-02-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-23
* here is a patch fixing today's bug report:Bruce Momjian2000-12-15
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-01
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-25
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* the patch include:Bruce Momjian2000-09-25
* * to_char:Bruce Momjian2000-08-29
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-29
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* TOASTJan Wieck2000-07-03
* In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian2000-07-03
* Back out Karels to_char changes.Bruce Momjian2000-07-01
* In the attache is new to_date()/to_timestamp() version.Bruce Momjian2000-07-01
* Clean up #include's.Bruce Momjian2000-06-15
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian2000-06-09
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Update create_rule manual page.Bruce Momjian2000-04-07
* Hi,Bruce Momjian2000-03-16
* Hi,Bruce Momjian2000-03-08
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* I'm sending patch with new version of to_char numbers formatting.Bruce Momjian2000-02-08
* Add include for float.h.Bruce Momjian2000-01-26
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-25