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