| Age | Commit message (Expand) | Author |
| 2017-01-19 | resolve failures in timestamp/timestamptz regression tests | Tomas Vondra |
| 2016-10-27 | Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365' | Pavan Deolasee |
| 2016-03-16 | Be more careful about out-of-range dates and timestamps. | Tom Lane |
| 2015-09-04 | Make the test case added in the previous commit current time agnostic | Pavan Deolasee |
| 2015-08-26 | Add a test case to check if now() returns the correct timestamp when called | Pavan Deolasee |
| 2015-04-27 | Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4 | Pavan Deolasee |
| 2014-03-04 | Constructors for interval, timestamp, timestamptz | Alvaro Herrera |
| 2012-04-04 | Modify expected output files of timestamp.sql, timestamptz.sql to | Amit Khandekar |
| 2011-05-19 | Updated regression tests. | Mason Sharp |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2009-03-22 | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane |
| 2008-09-11 | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane |
| 2008-05-25 | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane |
| 2007-02-16 | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera |
| 2007-02-16 | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2006-10-17 | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane |
| 2006-07-25 | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane |
| 2006-07-06 | Please find attached two patches for documentation and regression tests | Bruce Momjian |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2004-03-05 | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian |
| 2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane |
| 2001-10-04 | Make regress tests safe for variable-resolution timestamps. | Tom Lane |
| 2001-10-03 | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart |
| 2001-09-28 | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart |
| 2001-06-18 | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian |
| 2000-11-25 | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian |
| 2000-09-22 | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane |
| 2000-04-07 | Update create_rule manual page. | Bruce Momjian |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-08 | Hi, | Bruce Momjian |
| 2000-02-16 | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart |