| Age | Commit message (Expand) | Author |
| 2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-01 | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-07-11 | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-05-31 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-03-30 | Fix to_char for 1 BC. Previously it returned 1 AD. | Bruce Momjian |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2003-12-21 | Back out: | Bruce Momjian |
| 2003-12-20 | In my mind there were two categories of open issues | Bruce Momjian |
| 2003-12-17 | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-16 | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-13 | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-25 | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane |
| 2003-08-25 | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-05 | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane |
| 2003-08-05 | Fix several places where fractional-second inputs were misprocessed | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane |
| 2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
| 2003-06-25 | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-04 | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane |
| 2003-04-04 | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane |
| 2003-02-22 | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane |
| 2003-02-20 | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane |
| 2003-02-19 | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian |
| 2003-01-29 | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane |
| 2003-01-16 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2002-11-13 | Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin... | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-03 | Work around mktime() brain damage in recent versions of glibc by using | Tom Lane |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-04 | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
| 2002-02-25 | Add a large number of time zones to the lookup table. | Thomas G. Lockhart |