| Age | Commit message (Expand) | Author |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-15 | Recognize special case of POSIX time zone: "GMT+8" and "GMT-8". | Thomas G. Lockhart |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-04 | Repair two recently reported problems: | Thomas G. Lockhart |
| 2000-01-02 | Update DATEDEBUG removal. | Bruce Momjian |
| 2000-01-02 | Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elog | Bruce Momjian |
| 1999-12-09 | Hi, | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-07-08 | > In both datetime_trunc() and timespan_trunc() in dt.c, | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-01 | Fix compile failures in dt.c --- line broken in middle of | Tom Lane |
| 1999-04-26 | Fix from Yutaka Tanida <[email protected]> for Cygwin32 support. | Tatsuo Ishii |
| 1999-04-15 | Fix code to check legal dates *before* calling localtime() to get the | Thomas G. Lockhart |
| 1999-03-20 | cleanup | Bruce Momjian |
| 1999-03-14 | We have tested the patches on three platforms: | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-13 | Fix offset of one for date_part(timespan) when given arguments of | Thomas G. Lockhart |
| 1999-02-13 | Change #if FALSE to #if NOT_USED to avoid port problems. | Thomas G. Lockhart |
| 1999-01-20 | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart |
| 1999-01-10 | Be more careful to check input string lengths as well as values | Thomas G. Lockhart |
| 1998-12-31 | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-09-23 | Fix for datetime from Tatsuo Ishii | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-05-09 | Define "tz_hour" and "tz_minute" arguments to date_part(). | Thomas G. Lockhart |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian |
| 1998-01-07 | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian |
| 1998-01-05 | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1997-12-23 | Fix format to produce actual German style. Affects new "GERMAN" feature only. | Thomas G. Lockhart |
| 1997-12-17 | Enable timespan_finite() and text_timespan() routines (was commented out). | Thomas G. Lockhart |
| 1997-12-04 | Add 'GERMAN' style to date/time output. | Thomas G. Lockhart |
| 1997-11-17 | Allow fractional values for delta times (e.g. '2.5 days'). | Thomas G. Lockhart |
| 1997-10-25 | Fix occasional uninitialized variable fractional seconds | Thomas G. Lockhart |
| 1997-10-17 | Fix delta time decoding for 12 AM/PM. | Thomas G. Lockhart |
| 1997-09-20 | Fix typo for default units for timespan input. | Thomas G. Lockhart |
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
| 1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
| 1997-09-06 | Cleanup needed for indent. | Bruce Momjian |
| 1997-09-05 | Cleanups needed for indent. Remove }; | Bruce Momjian |
| 1997-09-04 | Add comparision routines and catalog entries to support indices on | Thomas G. Lockhart |