index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
nabstime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some comments to tinterval_cmp_internal pointing out its severe
Tom Lane
2010-08-03
1
-4
/
+17
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-3
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Tigthen binary receive functions so that they reject values that the text
Heikki Linnakangas
2009-09-04
1
-6
/
+11
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-2
/
+2
*
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
Tom Lane
2009-03-22
1
-7
/
+1
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Add support for input and output of interval values formatted per ISO 8601;
Tom Lane
2008-11-11
1
-1
/
+7
*
Add a new GUC variable called "IntervalStyle" that decouples interval output
Tom Lane
2008-11-09
1
-2
/
+2
*
Make our parsing of INTERVAL literals spec-compliant (or at least a heck of
Tom Lane
2008-09-10
1
-2
/
+3
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
1
-8
/
+2
*
Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing
Tom Lane
2008-03-21
1
-7
/
+2
*
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-02-17
1
-7
/
+4
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-08-04
1
-4
/
+4
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
1
-3
/
+3
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-3
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
minor code cleanup - replace useless struct timezone argument to
Andrew Dunstan
2005-10-22
1
-3
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-74
/
+73
*
Allow times of 24:00:00 to match rounding behavior:
Bruce Momjian
2005-10-14
1
-7
/
+9
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
1
-42
/
+51
*
Andrew pointed out that the current fix didn't handle dates that were
Bruce Momjian
2005-07-23
1
-2
/
+2
*
Fix insufficient check for overflow in tm2abstime(), per report from jw.
Tom Lane
2005-07-22
1
-5
/
+8
*
Code spacing improvement, particularly *tm spacing.
Bruce Momjian
2005-07-22
1
-6
/
+6
*
Update DAYS_PER_MONTH comment.
Bruce Momjian
2005-07-21
1
-7
/
+7
*
Remove unnecessary parentheses in assignments.
Bruce Momjian
2005-07-21
1
-68
/
+68
*
Add time/date macros for code clarity:
Bruce Momjian
2005-07-21
1
-13
/
+13
*
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-07-20
1
-21
/
+17
*
Improve comments for AdjustIntervalForTypmod.
Bruce Momjian
2005-07-12
1
-2
/
+1
*
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-29
1
-89
/
+2
*
This patch makes it possible to use the full set of timezones when doing
Bruce Momjian
2005-06-15
1
-3
/
+3
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
1
-11
/
+7
*
Remove more extraneous parentheses in date/time functions.
Bruce Momjian
2005-05-24
1
-32
/
+32
*
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
1
-10
/
+10
*
Add datetime macros for constants, for clarity:
Bruce Momjian
2005-05-23
1
-4
/
+4
*
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2005-04-19
1
-3
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-14
/
+18
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-21
/
+21
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
1
-5
/
+6
*
Put back #include <sys/time.h> in files that seem to need it on Linux.
Tom Lane
2004-05-21
1
-1
/
+2
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
1
-86
/
+24
*
Don't assume that struct timeval's tv_sec field is the same datatype as
Tom Lane
2004-05-05
1
-4
/
+6
*
Standardize output buffer size and display format for strftime;
Tom Lane
2004-03-22
1
-3
/
+3
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
More message editing, some suggested by Alvaro Herrera
Peter Eisentraut
2003-09-29
1
-2
/
+2
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-7
/
+7
[next]