| Commit message (Expand) | Author | Age |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix up comment munged by pg_indent. (Not pg_indent's fault; should have | Tom Lane | 2005-11-22 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Add comment documenting actual failure case of using | Bruce Momjian | 2005-10-27 |
* | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 |
* | timestamptz_izone should return the input, not NULL, when the input | Tom Lane | 2005-09-09 |
* | Fix the various forms of AT TIME ZONE to accept either timezones found | Tom Lane | 2005-09-09 |
* | Factor out the common subexpression month_remainder * DAYS_PER_MONTH | Tom Lane | 2005-08-25 |
* | Back out pfrees for justify_hour function calls. | Bruce Momjian | 2005-08-25 |
* | Fix memory leak when using justify_hours. | Bruce Momjian | 2005-08-25 |
* | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 |
* | Fix justify_days() for integer datestamp, clean up code. | Bruce Momjian | 2005-07-30 |
* | Fix rounding problem in interval_div by using rint(), and improve | Bruce Momjian | 2005-07-24 |
* | Improve computations of interval_div to prevent rounding problem on AIX. | Bruce Momjian | 2005-07-23 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 |
* | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-23 |
* | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-22 |
* | More removal of unneeded parentheses. | Bruce Momjian | 2005-07-22 |
* | More spacing adjustments | Bruce Momjian | 2005-07-22 |
* | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 |
* | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 |
* | Fix integer timestamp build for macro changes. | 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-21 |
* | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 |
* | Fix interval division and multiplication, before: | Bruce Momjian | 2005-07-20 |
* | Improve comments for AdjustIntervalForTypmod. | Bruce Momjian | 2005-07-12 |
* | Change 5e0 to 5.0, for consistency. | Bruce Momjian | 2005-07-12 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 |
* | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian | 2005-07-04 |
* | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway | 2005-06-30 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 |
* | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 |
* | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 |
* | 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-23 |
* | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 |
* | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian | 2005-04-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 |
* | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane | 2004-11-20 |