aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix up comment munged by pg_indent. (Not pg_indent's fault; should haveTom Lane2005-11-22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Add comment documenting actual failure case of usingBruce Momjian2005-10-27
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* timestamptz_izone should return the input, not NULL, when the inputTom Lane2005-09-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-25
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-25
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-25
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Fix justify_days() for integer datestamp, clean up code.Bruce Momjian2005-07-30
* Fix rounding problem in interval_div by using rint(), and improveBruce Momjian2005-07-24
* Improve computations of interval_div to prevent rounding problem on AIX.Bruce Momjian2005-07-23
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian2005-07-23
* Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian2005-07-22
* More removal of unneeded parentheses.Bruce Momjian2005-07-22
* More spacing adjustmentsBruce Momjian2005-07-22
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Fix integer timestamp build for macro changes.Bruce Momjian2005-07-21
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Fix interval division and multiplication, before:Bruce Momjian2005-07-20
* Improve comments for AdjustIntervalForTypmod.Bruce Momjian2005-07-12
* Change 5e0 to 5.0, for consistency.Bruce Momjian2005-07-12
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Fix date_trunct for December dates that are in the next year, e.g.:Bruce Momjian2005-07-04
* Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway2005-06-30
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-14
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-24
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-23
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-23
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian2005-04-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-01
* Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane2004-11-20