index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
date.c
Commit message (
Expand
)
Author
Age
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Reject out-of-range dates in date_in().
Tom Lane
2006-02-09
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix (hopefully for the last time) problems with datetime values displaying
Tom Lane
2005-10-09
*
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-09
*
Andrew pointed out that the current fix didn't handle dates that were
Bruce Momjian
2005-07-23
*
More minor spacing improvements.
Bruce Momjian
2005-07-22
*
Code spacing improvement, particularly *tm spacing.
Bruce Momjian
2005-07-22
*
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-21
*
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-07-20
*
Change 5e0 to 5.0, for consistency.
Bruce Momjian
2005-07-12
*
Change typreceive function API so that receive functions get the same
Tom Lane
2005-07-10
*
This patch makes it possible to use the full set of timezones when doing
Bruce Momjian
2005-06-15
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
*
Remove more extraneous parentheses in date/time functions.
Bruce Momjian
2005-05-24
*
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
*
Add datetime macros for constants, for clarity:
Bruce Momjian
2005-05-23
*
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
Tom Lane
2005-04-23
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Add missing operators of the form interval-plus-datetime, as required for
Tom Lane
2004-07-02
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
Suppress compile warnings on machines where the INT64CONST() decoration
Tom Lane
2004-05-31
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
*
Create crosstype comparison operators for date vs. timestamp and date
Tom Lane
2004-02-14
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Various message fixes, among those fixes for the previous round of fixes
Peter Eisentraut
2003-09-26
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Adjust date/time input parsing code to correctly distinguish the four
Tom Lane
2003-08-27
*
Fix floating-point timestamp comparisons to not go nuts if NaN is
Tom Lane
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-27
*
Fix timestamp_date for HAVE_INT64_TIMESTAMP case.
Tom Lane
2003-07-24
*
Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.
Tom Lane
2003-07-24
*
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-17
*
Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not
Tom Lane
2003-06-16
*
Add binary I/O routines for a bunch more datatypes. Still a few to go,
Tom Lane
2003-05-12
*
Mark TimeScales constants as double to avoid integer overflow in some compilers.
Tom Lane
2003-04-08
*
Avoid repeated computation of the constants date2j(1970, 1, 1) and
Tom Lane
2003-04-04
*
Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.
Tom Lane
2003-02-13
*
Allow a time zone to be specified (and silently ignored) in the input
Tom Lane
2003-01-31
*
Repair array subscript overrun identified by Yichen Xie. Reduce the
Tom Lane
2003-01-29
*
Fix sloppy comment.
Tom Lane
2003-01-22
[next]