summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-6/+16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-41/+41
* Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane2007-09-161-3/+3
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-7/+7
* Properly adjust age() seconds to match the sign of the larger units.Bruce Momjian2007-07-181-2/+26
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-061-9/+31
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-151-3/+3
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-182/+1
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-301-1/+28
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-301-1/+22
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+7
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-191-1/+7
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-13/+57
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+243
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-111-1/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-36/+39
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-051-22/+33
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-031-35/+43
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-1/+55
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+13
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-1/+107
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* 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