index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
nabstime.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-01
Remove internal uses of CTimeZone/HasCTZSet.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-12
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-03
Add some comments to tinterval_cmp_internal pointing out its severe
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
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
[next]