]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/nabstime.c
Remove C++ style comment. Some compilers won't accept it.
[postgresql] / src / backend / utils / adt / nabstime.c
2001-10-01 Tatsuo IshiiRemove C++ style comment. Some compilers won't accept it.
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-04-26 Tom LaneRemove bogus Assert from AbsoluteTimeIsBefore(). ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Tom LaneCorrect bogus output formatting of timeofday() function...
2001-02-13 Bruce MomjianPlease apply the following patch to fix AIX and IRIX...
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-09 Tom LanePortability fix from Ryan Kirkpatrick's Alpha patches...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-10-29 Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-07-28 Tom LaneRemove <values.h> inclusions, no-longer-needed MAXINT...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-03 Jan WieckTOAST
2000-06-27 Bruce MomjianTamotsu Nakagawa has posted a fix for this to a local...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-05-29 Tom LaneRepair problems with overrun of timezone name length...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
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-12-09 Bruce MomjianHi,
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
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-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...
1998-12-31 Thomas G. LockhartChange ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE...
1998-12-15 Marc G. FournierOops, sorry...meant to commit the patch from Thomas...
1998-12-15 Vadim B. Mikheevtzn undeclared in FreeBSD, commented out.
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-13 Thomas G. LockhartSwitch around conditional code so that HAVE_TM_ZONE...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-19 Bruce MomjianRemove unneeded strcpy() of timezone.
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-02-02 Bruce MomjianNo datedebug printing of date debug is not defined.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
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-10-30 Bruce MomjianFix for when POSIX time not defined.
1997-10-25 Thomas G. LockhartClean up comments.
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-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-07-08 Bruce MomjianDate-type fixes from Tatsuo Ishii
1997-06-23 Thomas G. LockhartUse the standard date/time encoder rather than strftime...
1997-05-11 Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-04-25 Marc G. FournierMore timezone patches by Thomas:
1997-04-22 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-15 Marc G. FournierA small fix, where default: condition in case had not...
1997-04-02 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-26 Marc G. Fournierinclude float.h *after* postgres.h :(
1997-03-26 Marc G. Fournierneed float.h under FreeBSD for DBL_MIN
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-21 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-18 Marc G. FournierResync the source tree, commit some things that were...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1997-01-27 Marc G. FournierSlight change to nabstime.c so that configure is able...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-10 Bruce Momjiantimeb.h only used when not using POSIX_TIME
1997-01-06 Marc G. FournierMinor changes for NeXT compile
1996-12-16 Bryan HendersonPut sys/types.h before sys/timeb.h so Ultrix compiles.
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-17 Marc G. FournierMove "port specific" #ifdefs out of here and into config.h
1996-08-19 Marc G. FournierAdded a SVR4 port
1996-07-22 Marc G. Fournier- merging in Dr. George's tree with ours
1996-07-20 Marc G. FournierBrought in NEOSOFT's port to i386_solaris
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01