| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect translation of minus-infinity datetimes for json/jsonb. | Tom Lane | 2015-10-20 | 1 | -0/+1 |
* | Tweak __attribute__-wrapping macros for better pgindent results. | Tom Lane | 2015-03-26 | 1 | -1/+1 |
* | Add macros wrapping all usage of gcc's __attribute__. | Andres Freund | 2015-03-11 | 1 | -1/+1 |
* | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane | 2015-02-20 | 1 | -2/+2 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
* | C comment: mention 1500-02-29 as an invalid date | Bruce Momjian | 2014-11-09 | 1 | -1/+3 |
* | C comment: mention why the Gregorian calendar is used pre-1582 | Bruce Momjian | 2014-11-06 | 1 | -0/+5 |
* | Support timezone abbreviations that sometimes change. | Tom Lane | 2014-10-16 | 1 | -14/+34 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -2/+2 |
* | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 | 1 | -0/+1 |
* | Fix handling of wide datetime input/output. | Noah Misch | 2014-02-17 | 1 | -6/+11 |
* | Make various variables const (read-only). | Tom Lane | 2014-01-18 | 1 | -0/+2 |
* | 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 | -0/+3 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | Mark DateTimeParseError() noreturn | Peter Eisentraut | 2012-08-21 | 1 | -1/+1 |
* | Improve EncodeDateTime and EncodeTimeOnly APIs | Peter Eisentraut | 2012-03-14 | 1 | -2/+2 |
* | Add transform functions for various temporal typmod coercisions. | Robert Haas | 2012-02-08 | 1 | -0/+3 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 | 1 | -28/+1 |
* | 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 | -2/+14 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -2/+2 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas | 2009-10-26 | 1 | -2/+2 |
* | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas | 2009-09-04 | 1 | -1/+3 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
* | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 | 1 | -1/+6 |
* | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 | 1 | -5/+5 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 1 | -4/+6 |
* | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 | 1 | -2/+2 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 1 | -2/+2 |
* | Minor comment fixes. | Tom Lane | 2007-06-12 | 1 | -3/+4 |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 | 1 | -11/+15 |
* | 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 | -2/+2 |
* | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -2/+3 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 1 | -1/+5 |
* | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 | 1 | -5/+1 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -15/+15 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 | 1 | -2/+2 |
* | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 | 1 | -11/+11 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -2/+2 |