summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up comment munged by pg_indent. (Not pg_indent's fault; should haveTom Lane2005-11-221-13/+22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-25/+18
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-3/+3
* Add comment documenting actual failure case of usingBruce Momjian2005-10-271-3/+26
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-251-47/+75
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-253/+256
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-091-25/+43
* timestamptz_izone should return the input, not NULL, when the inputTom Lane2005-09-091-8/+4
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-091-52/+90
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-251-13/+11
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-251-13/+10
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-251-10/+13
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-2/+25
* Fix justify_days() for integer datestamp, clean up code.Bruce Momjian2005-07-301-11/+4
* Fix rounding problem in interval_div by using rint(), and improveBruce Momjian2005-07-241-28/+28
* Improve computations of interval_div to prevent rounding problem on AIX.Bruce Momjian2005-07-231-4/+4
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-231-18/+21
* Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian2005-07-231-5/+12
* Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian2005-07-221-13/+13
* More removal of unneeded parentheses.Bruce Momjian2005-07-221-5/+5
* More spacing adjustmentsBruce Momjian2005-07-221-15/+18
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-221-3/+4
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-211-13/+12
* Fix integer timestamp build for macro changes.Bruce Momjian2005-07-211-9/+9
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-211-46/+46
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-75/+75
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-121/+193
* Fix interval division and multiplication, before:Bruce Momjian2005-07-201-3/+3
* Improve comments for AdjustIntervalForTypmod.Bruce Momjian2005-07-121-11/+6
* Change 5e0 to 5.0, for consistency.Bruce Momjian2005-07-121-20/+20
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-6/+22
* Fix date_trunct for December dates that are in the next year, e.g.:Bruce Momjian2005-07-041-1/+7
* Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway2005-06-301-1/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-11/+35
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-151-66/+73
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-141-1/+7
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-16/+10
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-241-41/+40
* More macro cleanups for date/time.Bruce Momjian2005-05-231-12/+12
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-231-63/+63
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-231-132/+138
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-2/+2
* Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian2005-04-011-5/+27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane2004-11-201-2/+6
* timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane2004-11-011-2/+15
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-97/+125
* Pgindent run for 8.0.Bruce Momjian2004-08-291-104/+112
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2