| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 | 1 | -17/+64 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -6/+5 |
| * | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane | 2003-09-13 | 1 | -104/+66 |
| * | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 1 | -201/+346 |
| * | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane | 2003-08-25 | 1 | -14/+13 |
| * | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane | 2003-08-25 | 1 | -7/+21 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -5/+5 |
| * | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane | 2003-08-05 | 1 | -22/+37 |
| * | Fix several places where fractional-second inputs were misprocessed | Tom Lane | 2003-08-05 | 1 | -33/+38 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -42/+44 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -97/+129 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -9/+20 |
| * | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane | 2003-06-25 | 1 | -6/+4 |
| * | Add code to test for unknown timezone names (following some ideas from | Tom Lane | 2003-05-18 | 1 | -9/+31 |
| * | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane | 2003-05-04 | 1 | -11/+12 |
| * | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 1 | -12/+22 |
| * | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 1 | -2/+3 |
| * | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 | 1 | -5/+3 |
| * | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 | 1 | -38/+49 |
| * | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 1 | -63/+35 |
| * | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 | 1 | -21/+58 |
| * | Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin... | Tom Lane | 2002-11-13 | 1 | -2/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -270/+287 |
| * | Work around mktime() brain damage in recent versions of glibc by using | Tom Lane | 2002-09-03 | 1 | -12/+87 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 | 1 | -249/+260 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -19/+19 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -5/+11 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -185/+371 |
| * | Add a large number of time zones to the lookup table. | Thomas G. Lockhart | 2002-02-25 | 1 | -167/+144 |
| * | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart | 2002-01-01 | 1 | -4/+4 |
| * | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane | 2001-12-30 | 1 | -3/+3 |
| * | Fix newly introduced datetime.c compile failure; not enough parens. | Bruce Momjian | 2001-12-29 | 1 | -2/+2 |
| * | Check a bit more carefully for preceeding ISO field tags | Thomas G. Lockhart | 2001-12-29 | 1 | -10/+10 |
| * | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart | 2001-12-29 | 1 | -202/+663 |
| * | Add full name of the month of July to the lookup table. | Thomas G. Lockhart | 2001-12-21 | 1 | -1/+2 |
| * | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 | 1 | -2/+2 |
| * | Add a few new time zones, and list every time zone mentioned in my | Thomas G. Lockhart | 2001-11-21 | 1 | -5/+282 |
| * | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 1 | -3/+3 |
| * | Add British Double Standard Time (BDST) per mailing list report. | Thomas G. Lockhart | 2001-11-06 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -7/+7 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -140/+146 |
| * | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart | 2001-10-20 | 1 | -25/+48 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -110/+120 |
| * | Suppress gcc warnings. | Tom Lane | 2001-10-11 | 1 | -3/+3 |
| * | Remove gratuitous discrepancy between extract() and date_part(), | Peter Eisentraut | 2001-10-10 | 1 | -4/+4 |