| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -174/+163 |
| * | Allow times of 24:00:00 to match rounding behavior: | Bruce Momjian | 2005-10-14 | 1 | -6/+10 |
| * | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 | 1 | -4/+4 |
| * | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 | 1 | -8/+8 |
| * | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 | 1 | -19/+19 |
| * | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 | 1 | -16/+16 |
| * | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 | 1 | -3/+3 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -34/+34 |
| * | Change 5e0 to 5.0, for consistency. | Bruce Momjian | 2005-07-12 | 1 | -2/+2 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -1/+37 |
| * | Display only 9 subsecond digits instead of 10 for time values, for | Bruce Momjian | 2005-05-27 | 1 | -7/+4 |
| * | Back out part of patch that should be applied later. | Bruce Momjian | 2005-05-27 | 1 | -4/+7 |
| * | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian | 2005-05-27 | 1 | -7/+4 |
| * | Back out: | Bruce Momjian | 2005-05-26 | 1 | -3/+3 |
| * | Display only 9 not 10 digits of precision for timestamp values when | Bruce Momjian | 2005-05-26 | 1 | -3/+3 |
| * | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -30/+47 |
| * | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 | 1 | -29/+29 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -8/+8 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -7/+7 |
| * | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 | 1 | -195/+192 |
| * | Remove excess parens, use Abs instead of : ?. | Bruce Momjian | 2005-05-21 | 1 | -8/+8 |
| * | Fix mis-display of negative fractional seconds in interval values for | Tom Lane | 2005-04-20 | 1 | -8/+15 |
| * | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 | 1 | -2/+3 |
| * | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane | 2005-01-11 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane | 2004-11-01 | 1 | -75/+65 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -3/+5 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -40/+41 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane | 2004-07-11 | 1 | -17/+26 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -93/+106 |
| * | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane | 2004-05-31 | 1 | -3/+3 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -28/+26 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -6/+6 |
| * | Fix to_char for 1 BC. Previously it returned 1 AD. | Bruce Momjian | 2004-03-30 | 1 | -3/+3 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -1/+13 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -2/+2 |
| * | Back out: | Bruce Momjian | 2003-12-21 | 1 | -379/+2 |
| * | In my mind there were two categories of open issues | Bruce Momjian | 2003-12-20 | 1 | -2/+379 |
| * | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane | 2003-12-17 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 | 1 | -17/+64 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -6/+5 |
| * | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane | 2003-09-13 | 1 | -104/+66 |
| * | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 1 | -201/+346 |
| * | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane | 2003-08-25 | 1 | -14/+13 |
| * | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane | 2003-08-25 | 1 | -7/+21 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -5/+5 |
| * | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane | 2003-08-05 | 1 | -22/+37 |
| * | Fix several places where fractional-second inputs were misprocessed | Tom Lane | 2003-08-05 | 1 | -33/+38 |