summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/nabstime.c
AgeCommit message (Expand)Author
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-11Move timeofday() implementation out of nabstime.c.Andres Freund
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-01Remove internal uses of CTimeZone/HasCTZSet.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-12Use macros for time-based constants, rather than constants.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-03Add some comments to tinterval_cmp_internal pointing out its severeTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-04Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-22Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-09-10Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-21Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-22minor code cleanup - replace useless struct timezone argument toAndrew Dunstan
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Allow times of 24:00:00 to match rounding behavior:Bruce Momjian
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-07-23Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian