| Age | Commit message (Expand) | Author |
| 2025-08-07 | Improve tests of date_trunc() with infinity and unsupported units | Michael Paquier |
| 2024-12-27 | Improve handling of date_trunc() units for infinite input values | Michael Paquier |
| 2024-08-15 | Remove dependence on -fwrapv semantics in a few places. | Nathan Bossart |
| 2024-02-28 | Fix mis-rounding and overflow hazards in date_bin(). | Tom Lane |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed |
| 2023-02-27 | Rework pg_input_error_message(), now renamed pg_input_error_info() | Michael Paquier |
| 2023-02-20 | Detect overflow in timestamp[tz] subtraction. | Tom Lane |
| 2023-01-01 | Accept "+infinity" in date and timestamp[tz] input. | Tom Lane |
| 2022-12-09 | Convert datetime input functions to use "soft" error reporting. | Tom Lane |
| 2022-05-09 | Revert "Disallow infinite endpoints in generate_series() for timestamps." | Tom Lane |
| 2022-04-20 | Disallow infinite endpoints in generate_series() for timestamps. | Tom Lane |
| 2021-07-28 | Disallow negative strides in date_bin() | John Naylor |
| 2021-07-22 | Fix division by zero error in date_bin | John Naylor |
| 2021-04-12 | Fix out-of-bound memory access for interval -> char conversion | Michael Paquier |
| 2021-04-10 | Improve behavior of date_bin with origin in the future | Peter Eisentraut |
| 2021-04-06 | Change return type of EXTRACT to numeric | Peter Eisentraut |
| 2021-03-30 | Add tests for date_part of epoch near upper bound of timestamp range | Peter Eisentraut |
| 2021-03-30 | Add upper boundary tests for timestamp and timestamptz types | Peter Eisentraut |
| 2021-03-29 | Clean up date_part tests a bit | Peter Eisentraut |
| 2021-03-24 | Add date_bin function | Peter Eisentraut |
| 2020-12-15 | Clean up ancient test style | Peter Eisentraut |
| 2020-09-29 | Fix make_timestamp[tz] to accept negative years as meaning BC. | Tom Lane |
| 2019-12-22 | Avoid low-probability regression test failures in timestamp[tz] tests. | Tom Lane |
| 2019-12-12 | Remove redundant function calls in timestamp[tz]_part(). | Tom Lane |
| 2019-09-16 | Support for FF1-FF6 datetime format patterns | Alexander Korotkov |
| 2019-06-30 | Remove explicit error handling for obsolete date/time values | Peter Eisentraut |
| 2019-04-15 | Avoid possible regression test instability in timestamp.sql. | Tom Lane |
| 2016-03-16 | Be more careful about out-of-range dates and timestamps. | Tom Lane |
| 2014-03-04 | Constructors for interval, timestamp, timestamptz | Alvaro Herrera |
| 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 |