]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/formatting.c
Allow to_char() to print localized month and day names.
[postgresql] / src / backend / utils / adt / formatting.c
2006-02-12 Bruce MomjianAllow to_char() to print localized month and day names.
2005-12-03 Bruce MomjianAllow to_char(interval) and to_char(time) to use AM...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-20 Tom LaneAdjust not-too-sane calculation of DDD value for to_cha...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-18 Bruce MomjianAdd hint for to_char(interval) invalid format specifica...
2005-08-18 Bruce MomjianFix to_char(interval) to return proper year and century...
2005-08-17 Bruce MomjianMore formatting.c cleanups.
2005-08-17 Bruce MomjianSmall cleanup.
2005-08-17 Bruce MomjianAdjust to_char/from_char code to use boolean "is_to_cha...
2005-07-27 Neil ConwayFix a few macro definitions to ensure that unary minus...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-06-24 Neil ConwayCode cleanup: remove 3 duplicate static function declar...
2005-06-22 Neil ConwayMore trivial dead code removal: in int_to_roman(),...
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-03-26 Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-25 Tom LaneFix to_date to behave reasonably when CC and YY fields...
2005-01-13 Tom LaneRemove unportable assumption that it's okay to use...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-20 Tom LaneFix unportable isdigit() call --- must cast arg to...
2004-11-01 Bruce MomjianUpdate comment to point to proper file.
2004-10-28 Tom LaneFix to_number for the case of a trailing S.
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-30 Bruce MomjianFix to_char for 1 BC. Previously it returned 1 AD.
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-25 Bruce Momjian> > I have no idea if this in Oracle or not. But it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-03 Tom LaneRepair problems with to_char() overrunning its input...
2003-08-25 Tom LaneRefactor code so that to_date() does not call to_timest...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-04-02 Tom LaneFix platform-dependent failure introduced by recent...
2003-03-27 Bruce MomjianFix syntax error in to_char fixes --- was defining...
2003-03-27 Bruce Momjianto_char fixes, Karel Zak
2003-03-22 Bruce MomjianBack out to_char fixes until regression tests are fixed.
2003-03-20 Bruce Momjian Peter found bug in the to_char() routine for PL/MI...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-09-20 Bruce MomjianThe patch fix bug described in TODO:
2002-09-20 Bruce MomjianThis patch cleans up some of the code in src/util/adt...
2002-09-04 Bruce Momjianpgindent run.
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-18 Bruce MomjianRemove MAX/MIN() macros, use c.h Max/Min() instead.
2002-01-04 Thomas G. LockhartHave to_date() call timestamptz_date() per Karel's...
2002-01-02 Tom LaneFix to_timestamp/to_date so that zero year input for...
2001-12-10 Tom LaneRepair case-conversion error in to_date's handling...
2001-12-05 Tatsuo IshiiFix for usage of spirntf in more portable way.
2001-11-19 Tom LaneGrammatical and spelling fixes.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-12 Bruce MomjianIt is not fixed and I doubt that it is working fine...
2001-09-06 Bruce Momjian - new to_char(interval, text)
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-05-03 Tom LaneConsolidate several near-identical uses of mktime(...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-12 Bruce Momjianpoit -> point.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-18 Thomas G. LockhartFix up "Postgres-style" time interval representation...
2001-01-17 Thomas G. LockhartChange comparisons of tm->tm_isdst from "nonzero" to...
2000-12-23 Tom LaneReplace overly-cute coding with code that (a) has defin...
2000-12-15 Bruce Momjianhere is a patch fixing today's bug report:
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-01 Tom LaneIt seems appropriate that the extended MEMORY_CONTEXT_C...
2000-11-25 Bruce Momjian here is a patch for formatting.c (to_char/timestampt...
2000-10-29 Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-09-25 Bruce Momjian the patch include:
2000-08-29 Bruce Momjian * to_char:
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-03 Jan WieckTOAST
2000-07-03 Bruce MomjianIn the attache is new (correct) version. I add TZ ...
2000-07-01 Bruce MomjianBack out Karels to_char changes.
2000-07-01 Bruce Momjian In the attache is new to_date()/to_timestamp() version.
2000-06-15 Bruce MomjianClean up #include's.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-09 Bruce MomjianThe enclosed patch changes the behaviour of the "ordina...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Bruce MomjianUpdate create_rule manual page.
2000-03-16 Bruce Momjian Hi,
2000-03-08 Bruce MomjianHi,
next