Commits

DateSubjectAuthorReleases
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2009-08-18 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, Tom Lane 8.4.1
2009-08-18 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, Tom Lane 9.0.0
2008-05-04 Add timestamp and timestamptz versions of generate_series(). Tom Lane 8.4.0
2008-05-04 Add pg_conf_load_time() function to report when the Postgres configuration Tom Lane 8.4.0
2008-03-21 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2008-01-23 Prevent integer overflow within the integer-datetimes version of Tom Lane 8.2.7
2008-01-23 Prevent integer overflow within the integer-datetimes version of Tom Lane 8.3.0
2007-07-06 Fix up hash functions for datetime datatypes so that they don't take Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-04-30 Change the timestamps recorded in transaction commit/abort xlog records Tom Lane 8.3.0
2007-04-30 Implement rate-limiting logic on how often backends will attempt to send Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-06-20 Remove redundant gettimeofday() calls to the extent practical without Tom Lane 8.2.0
2005-10-09 Fix (hopefully for the last time) problems with datetime values displaying Tom Lane 8.1.0
2005-08-12 Code & docs review for server instrumentation patch. File timestamps Tom Lane 8.1.0
2005-06-29 Clean up the rather historically encumbered interface to now() and Tom Lane 8.1.0
2004-05-21 Integrate src/timezone library for all platforms. There is more we can Tom Lane 8.0.0
2004-03-22 Add timestamp-versus-timestamptz cross-type comparison functions, Tom Lane 8.0.0
2004-02-14 Create crosstype comparison operators for date vs. timestamp and date Tom Lane 8.0.0
2003-05-12 Add binary I/O routines for a bunch more datatypes. Still a few to go, Tom Lane 7.4.1
2002-04-23 Clean up INT64CONST conflicts. Make the pg_crc code use a macro called Tom Lane 7.3.1
2001-10-03 Neatnik fetishism. Tom Lane 7.2.1
2001-03-14 Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN Tom Lane 7.1.1