]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/datetime.c
Allow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300.
[postgresql] / src / backend / utils / adt / datetime.c
2002-11-13 Tom LaneAllow +1300 as a numeric timezone specifier; we already...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneWork around mktime() brain damage in recent versions...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-02-25 Thomas G. LockhartAdd a large number of time zones to the lookup table.
2002-01-01 Thomas G. LockhartRename TIME token to ISOTIME to eliminate conflict...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-12-29 Bruce MomjianFix newly introduced datetime.c compile failure; not...
2001-12-29 Thomas G. LockhartCheck a bit more carefully for preceeding ISO field...
2001-12-29 Thomas G. LockhartRework the date/time parsing to tighten up some cases...
2001-12-21 Thomas G. LockhartAdd full name of the month of July to the lookup table.
2001-11-21 Tom LaneSpell 'precedes', 'preceding' correctly in various...
2001-11-21 Thomas G. LockhartAdd a few new time zones, and list every time zone...
2001-11-19 Tom LaneGrammatical and spelling fixes.
2001-11-06 Thomas G. LockhartAdd British Double Standard Time (BDST) per mailing...
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-10-20 Thomas G. LockhartFix transposed arguments for typmod for one INTERVAL...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-11 Tom LaneSuppress gcc warnings.
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-05 Thomas G. LockhartDefine CEST as a synonym for Central European Savings...
2001-10-04 Tom LaneMake current_time deliver a fractional-second answer.
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-07-10 Tom LaneRemove formatter's assumption that year would never...
2001-06-18 Bruce MomjianAdd GUC setting for Australian timezones. Uses new...
2001-05-03 Tom LaneConsolidate several near-identical uses of mktime(...
2001-04-03 Tom LaneCorrect bogus mktime() calls.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneRemove obsolete PowerPC-specific hack for comparisons...
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-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-11 Thomas G. LockhartAllow interpretation of INTERVALs with more timezone...
2000-11-06 Thomas G. LockhartFix INTERVAL output when year/month has different sign...
2000-10-29 Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-09-12 Thomas G. LockhartModify date->timestamp conversion to use mktime().
2000-07-14 Thomas G. LockhartFix indenting in prototype declarations. No functional...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-29 Tom LaneRepair problems with overrun of timezone name length...
2000-04-14 Thomas G. LockhartFix (well, add) support for ISO "week" in date_part...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-29 Thomas G. LockhartChange rules for interpreting date/time input to disall...
2000-03-16 Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-16 Thomas G. LockhartAll regression tests pass except for rules.sql (unrelated).
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-02 Bruce MomjianRemove DATEDEBUG because it didn't look Y2K safe, and...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-26 Tatsuo IshiiFix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin3...
1999-04-15 Thomas G. LockhartFix code to check legal dates *before* calling localtim...
1999-03-14 Bruce MomjianHere is a little syntax error found in a .y file.....
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-20 Thomas G. LockhartFix "Y-2K" problem with two-digit BC dates being correc...
1998-12-31 Thomas G. LockhartChange ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-23 Thomas G. LockhartChange a few routine names back to full length now...
1997-10-25 Thomas G. LockhartAdd conversion from datetime to time data type.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1997-08-28 Vadim B. MikheevFix time_cmp
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-07-01 Thomas G. LockhartUse common parser and encoder for timestamp data type.
1997-06-23 Thomas G. LockhartExpunge code not enabled with USE_NEW_DATE and USE_NEW_...
1997-06-03 Thomas G. LockhartFix a few DATEDEBUG print statements.
1997-05-30 Thomas G. LockhartClean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZON...
1997-05-16 Thomas G. LockhartFix datetime and abstime conversions to and from date.
1997-05-11 Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-04-17 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-04 Marc G. FournierAgain, needs float.h
1997-04-02 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-14 Marc G. FournierDate/Time updates from Thomas...