| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than | Greg Stark | 2015-09-06 | 1 | -3/+3 |
| * | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 2015-01-24 | 1 | -1/+1 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | Support timezone abbreviations that sometimes change. | Tom Lane | 2014-10-16 | 1 | -114/+474 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -15/+19 |
| * | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 | 1 | -2/+4 |
| * | Prevent potential overruns of fixed-size buffers. | Tom Lane | 2014-02-17 | 1 | -5/+6 |
| * | Add checks for interval overflow/underflow | Bruce Momjian | 2014-01-30 | 1 | -0/+3 |
| * | Make various variables const (read-only). | Tom Lane | 2014-01-18 | 1 | -3/+3 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Add make_date() and make_time() functions. | Tom Lane | 2013-11-17 | 1 | -3/+1 |
| * | Fix some odd behaviors when using a SQL-style simple GMT offset timezone. | Tom Lane | 2013-11-01 | 1 | -6/+0 |
| * | Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate | Bruce Momjian | 2013-10-16 | 1 | -24/+25 |
| * | Adjust C comments that would be wrap-able. | Bruce Momjian | 2013-10-01 | 1 | -4/+4 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -2/+3 |
| * | Clean up references to SQL92 | Peter Eisentraut | 2013-04-20 | 1 | -2/+2 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Fix access past end of string in date parsing. | Heikki Linnakangas | 2012-10-02 | 1 | -1/+4 |
| * | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
| * | Allow text timezone designations, e.g. "America/Chicago", when using the | Bruce Momjian | 2012-08-25 | 1 | -0/+10 |
| * | Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. | Tom Lane | 2012-08-03 | 1 | -6/+10 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
| * | Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. | Tom Lane | 2012-05-30 | 1 | -4/+2 |
| * | Code review for protransform patches. | Tom Lane | 2012-03-23 | 1 | -14/+15 |
| * | Add const qualifier to tzn returned by timestamp2tm() | Peter Eisentraut | 2012-03-15 | 1 | -1/+1 |
| * | Improve EncodeDateTime and EncodeTimeOnly APIs | Peter Eisentraut | 2012-03-14 | 1 | -28/+37 |
| * | Add transform functions for various temporal typmod coercisions. | Robert Haas | 2012-02-08 | 1 | -0/+35 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | 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 |