Commits

DateSubjectAuthorReleases
2013-11-17 Add make_date() and make_time() functions. Tom Lane 9.4.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2009-06-01 Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, Tom Lane 8.4.0
2009-05-26 Remove the useless and rather inconsistent return values of EncodeDateOnly, Tom Lane 8.4.0
2008-11-11 Add support for input and output of interval values formatted per ISO 8601; Tom Lane 8.4.0
2008-09-10 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of Tom Lane 8.4.0
2007-06-12 Minor comment fixes. Tom Lane 8.3.0
2006-10-18 Fix up timetz input so that a date is required only when the specified Tom Lane 8.2.0
2006-09-16 Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, Tom Lane 8.2.0
2006-07-25 Remove hard-wired lists of timezone abbreviations in favor of providing Tom Lane 8.2.0
2004-06-03 Adjust our timezone library to use pg_time_t (typedef'd as int64) in Tom Lane 8.0.0
2004-05-21 Integrate src/timezone library for all platforms. There is more we can Tom Lane 8.0.0
2004-01-19 Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path Tom Lane 8.0.0
2003-08-27 Adjust date/time input parsing code to correctly distinguish the four Tom Lane 7.4.1
2003-08-05 Improve documentation of ParseDateTime(). Reorder tests to prevent Tom Lane 7.4.1
2003-07-17 Add an upper limit to IS_VALID_JULIAN() to defend against overflow in Tom Lane 7.4.1
2003-07-17 Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention Tom Lane 7.4.1
2003-05-18 Add code to test for unknown timezone names (following some ideas from Tom Lane 7.4.1
2003-04-04 Avoid repeated computation of the constants date2j(1970, 1, 1) and Tom Lane 7.4.1
2003-02-20 Fix timestamptz_in so that parsing of 'now'::timestamptz gives right Tom Lane 7.3.3
2003-02-20 Fix timestamptz_in so that parsing of 'now'::timestamptz gives right Tom Lane 7.4.1
2003-01-16 Repair an embarrassingly large number of alphabetization mistakes in the Tom Lane 7.3.2
2003-01-16 Repair an embarrassingly large number of alphabetization mistakes in the Tom Lane 7.4.1
2002-05-17 Merge the last few variable.c configuration variables into the generic Tom Lane 7.3.1