| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -36/+39 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -22/+33 |
| * | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 | 1 | -35/+43 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -1/+55 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+13 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 1 | -1/+107 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix up comment munged by pg_indent. (Not pg_indent's fault; should have | Tom Lane | 2005-11-22 | 1 | -13/+22 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -25/+18 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -3/+3 |
| * | Add comment documenting actual failure case of using | Bruce Momjian | 2005-10-27 | 1 | -3/+26 |
| * | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 | 1 | -47/+75 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -253/+256 |
| * | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 | 1 | -25/+43 |
| * | timestamptz_izone should return the input, not NULL, when the input | Tom Lane | 2005-09-09 | 1 | -8/+4 |
| * | Fix the various forms of AT TIME ZONE to accept either timezones found | Tom Lane | 2005-09-09 | 1 | -52/+90 |
| * | Factor out the common subexpression month_remainder * DAYS_PER_MONTH | Tom Lane | 2005-08-25 | 1 | -13/+11 |
| * | Back out pfrees for justify_hour function calls. | Bruce Momjian | 2005-08-25 | 1 | -13/+10 |
| * | Fix memory leak when using justify_hours. | Bruce Momjian | 2005-08-25 | 1 | -10/+13 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -2/+25 |
| * | Fix justify_days() for integer datestamp, clean up code. | Bruce Momjian | 2005-07-30 | 1 | -11/+4 |
| * | Fix rounding problem in interval_div by using rint(), and improve | Bruce Momjian | 2005-07-24 | 1 | -28/+28 |
| * | Improve computations of interval_div to prevent rounding problem on AIX. | Bruce Momjian | 2005-07-23 | 1 | -4/+4 |
| * | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 | 1 | -18/+21 |
| * | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-23 | 1 | -5/+12 |
| * | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-22 | 1 | -13/+13 |
| * | More removal of unneeded parentheses. | Bruce Momjian | 2005-07-22 | 1 | -5/+5 |
| * | More spacing adjustments | Bruce Momjian | 2005-07-22 | 1 | -15/+18 |
| * | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 | 1 | -3/+4 |
| * | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 | 1 | -13/+12 |
| * | Fix integer timestamp build for macro changes. | Bruce Momjian | 2005-07-21 | 1 | -9/+9 |
| * | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 | 1 | -46/+46 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -75/+75 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -121/+193 |
| * | Fix interval division and multiplication, before: | Bruce Momjian | 2005-07-20 | 1 | -3/+3 |
| * | Improve comments for AdjustIntervalForTypmod. | Bruce Momjian | 2005-07-12 | 1 | -11/+6 |
| * | Change 5e0 to 5.0, for consistency. | Bruce Momjian | 2005-07-12 | 1 | -20/+20 |
| * | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 1 | -6/+22 |
| * | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian | 2005-07-04 | 1 | -1/+7 |
| * | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway | 2005-06-30 | 1 | -1/+2 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -11/+35 |
| * | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 | 1 | -66/+73 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 1 | -1/+7 |
| * | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -16/+10 |
| * | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 | 1 | -41/+40 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -12/+12 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -63/+63 |
| * | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 | 1 | -132/+138 |
| * | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 | 1 | -2/+2 |