| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix parsing of time string followed by yesterday/today/tomorrow. | Robert Haas | 2011-08-30 | 1 | -14/+9 |
| * | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 | 1 | -3/+4 |
| * | Add C comment about why we don't spell out "month" in interval values. | Bruce Momjian | 2011-05-24 | 1 | -0/+5 |
| * | Prevent datebsearch() from crashing on base == NULL && nel == 0. | Tom Lane | 2011-05-10 | 1 | -14/+17 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 | 1 | -14/+19 |
| * | Use macros for time-based constants, rather than constants. | Bruce Momjian | 2011-03-12 | 1 | -23/+26 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Re-allow input of Julian dates prior to 0001-01-01 AD. | Tom Lane | 2010-09-22 | 1 | -12/+25 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix an ancient typo that prevented the detection of conflicting fields when | Tom Lane | 2010-08-02 | 1 | -2/+2 |
| * | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 | 1 | -6/+4 |
| * | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 | 1 | -1/+10 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 | 1 | -1/+4 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -118/+120 |
| * | Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input | Tom Lane | 2009-06-10 | 1 | -4/+4 |
| * | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 | 1 | -8/+8 |
| * | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 | 1 | -25/+9 |
| * | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane | 2009-05-01 | 1 | -11/+10 |
| * | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 | 1 | -3/+1 |
| * | Improve zero-year comments. | Bruce Momjian | 2009-03-17 | 1 | -2/+2 |
| * | Document that datetime year '0' is considered in a recent century, not | Bruce Momjian | 2009-03-17 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 | 1 | -546/+298 |
| * | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 1 | -14/+356 |
| * | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 | 1 | -44/+200 |
| * | Fix recently added code for SQL years-months interval syntax so that | Tom Lane | 2008-11-08 | 1 | -2/+2 |
| * | Fix improper display of fractional seconds in interval values | Tom Lane | 2008-10-02 | 1 | -2/+2 |
| * | Fix integral timestamps so the output is consistent in all cases to | Bruce Momjian | 2008-09-24 | 1 | -9/+9 |
| * | Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be | Tom Lane | 2008-09-16 | 1 | -31/+13 |
| * | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane | 2008-09-11 | 1 | -4/+22 |
| * | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 | 1 | -12/+73 |
| * | Fix datetime input functions to correctly detect integer overflow when | Tom Lane | 2008-06-09 | 1 | -12/+29 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -7/+4 |
| * | Reject year zero during datetime input, except when it's a 2-digit year | Tom Lane | 2008-02-25 | 1 | -9/+15 |
| * | Fix datetime input to behave correctly for Feb 29 in years BC. | Tom Lane | 2008-02-25 | 1 | -99/+93 |
| * | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -4/+6 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -25/+26 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -4/+4 |
| * | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane | 2007-06-12 | 1 | -4/+10 |
| * | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 | 1 | -2/+14 |
| * | Code cleanup: use "bool" for Boolean variables, rather than "int". | Neil Conway | 2007-05-27 | 1 | -15/+15 |
| * | Fix date/time formats for XML Schema output. | Peter Eisentraut | 2007-03-01 | 1 | -9/+18 |
| * | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian | 2007-02-19 | 1 | -1/+2 |
| * | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 | 1 | -1/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 1 | -6/+40 |