]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/nabstime.c
minor code cleanup - replace useless struct timezone argument to
[postgresql] / src / backend / utils / adt / nabstime.c
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Bruce MomjianAllow times of 24:00:00 to match rounding behavior:
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-22 Tom LaneFix insufficient check for overflow in tm2abstime(...
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
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-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
2005-05-26 Neil ConwayAdjust datetime parsing to be more robust. We now pass...
2005-05-24 Bruce MomjianRemove more extraneous parentheses in date/time functions.
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
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-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-05 Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-27 Tom LaneAdjust date/time input parsing code to correctly distin...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-04 Tom LaneAllow 60 in seconds fields of timestamp, time, interval...
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-02-22 Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-02-20 Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2002-12-12 Tom LaneGuard against overrunning CTZName buffer when TZ is...
2002-11-12 Tom LaneRemove NO_MKTIME_BEFORE_1970. I had speculated that...
2002-10-04 Tom LaneFix a couple of grammatical errors in error messages.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
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-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-03-06 Bruce MomjianChange made to elog:
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 Tom LaneRepair missing brace in HAVE_INT_TIMEZONE case.
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
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...
next