Age | Commit message (Expand) | Author |
2008-10-02 | Fix improper display of fractional seconds in interval values | Tom Lane |
2008-06-09 | Fix datetime input functions to correctly detect integer overflow when | Tom Lane |
2008-02-25 | Fix datetime input to behave correctly for Feb 29 in years BC. | Tom Lane |
2007-06-12 | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane |
2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
2006-10-18 | Fix up timetz input so that a date is required only when the specified | Tom Lane |
2006-10-17 | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-16 | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane |
2006-09-04 | Fix interval input parser so that fractional weeks and months are | Tom Lane |
2006-07-25 | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
2006-06-07 | Allow timezone names in SQL strings, | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-02 | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian |
2005-12-01 | Comment "errno = 0" in a more generic way. | Bruce Momjian |
2005-12-01 | Add comments about why errno is set to zero. | Bruce Momjian |
2005-12-01 | Check for overflow in strtol() while parsing datetime inputs. | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-14 | Allow times of 24:00:00 to match rounding behavior: | Bruce Momjian |
2005-10-09 | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane |
2005-07-23 | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian |
2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
2005-07-21 | Remove unnecessary parentheses in assignments. | Bruce Momjian |
2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
2005-07-12 | Change 5e0 to 5.0, for consistency. | Bruce Momjian |
2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
2005-05-27 | Display only 9 subsecond digits instead of 10 for time values, for | Bruce Momjian |
2005-05-27 | Back out part of patch that should be applied later. | Bruce Momjian |
2005-05-27 | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian |
2005-05-26 | Back out: | Bruce Momjian |
2005-05-26 | Display only 9 not 10 digits of precision for timestamp values when | Bruce Momjian |
2005-05-26 | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway |
2005-05-24 | Remove more extraneous parentheses in date/time functions. | Bruce Momjian |
2005-05-23 | More macro cleanups for date/time. | Bruce Momjian |
2005-05-23 | Add datetime macros for constants, for clarity: | Bruce Momjian |
2005-05-23 | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian |
2005-05-21 | Remove excess parens, use Abs instead of : ?. | Bruce Momjian |
2005-04-20 | Fix mis-display of negative fractional seconds in interval values for | Tom Lane |
2005-04-19 | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian |
2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-11-01 | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane |
2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-11 | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane |
2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |