aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAge
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-26
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Minor comment fixes.Tom Lane2007-06-12
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-19
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Remove ancient AIX structure workaround.Bruce Momjian2006-06-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Put parentheses around use of macro arguments in FMODULO and TMODULO.Bruce Momjian2005-05-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16