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
/
test
/
regress
/
expected
/
horology.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
2016-09-28
1
-1
/
+95
*
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-20
1
-0
/
+75
*
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
1
-3
/
+3
*
Remove internal uses of CTimeZone/HasCTZSet.
Tom Lane
2013-11-01
1
-3
/
+3
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
1
-0
/
+30
*
On second thought, we'd better just drop these tests altogether.
Tom Lane
2011-11-06
1
-42
/
+0
*
Un-break horology regression test.
Tom Lane
2011-11-06
1
-4
/
+4
*
Fix parsing of time string followed by yesterday/today/tomorrow.
Robert Haas
2011-08-30
1
-0
/
+78
*
Re-allow input of Julian dates prior to 0001-01-01 AD.
Tom Lane
2010-09-22
1
-0
/
+13
*
Make to_timestamp and friends skip leading spaces before an integer field,
Tom Lane
2009-06-22
1
-89
/
+113
*
Fix to_timestamp() to not require upper/lower case matching for meridian
Bruce Momjian
2009-02-07
1
-5
/
+5
*
Clean up the ancient decision to show only two fractional-seconds digits
Tom Lane
2008-11-12
1
-136
/
+136
*
Tighten up to_date/to_timestamp so that they are more likely to reject
Tom Lane
2008-09-11
1
-0
/
+157
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
1
-2
/
+4
*
Adjust horology test to avoid join-plan-dependent result ordering in
Tom Lane
2007-07-25
1
-675
/
+340
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-1
/
+1
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
1
-0
/
+4
*
Fix up some problems in handling of zic-style time zone names in datetime
Tom Lane
2006-10-17
1
-12
/
+12
*
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-07-25
1
-2
/
+0
*
Please find attached two patches for documentation and regression tests
Bruce Momjian
2006-07-06
1
-16
/
+112
*
Adjust interval-addition test so that it won't fail on DST transition days.
Tom Lane
2006-04-02
1
-4
/
+4
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-0
/
+2
*
Update regression tests for new USA timezone data. Mea culpa for not
Tom Lane
2005-09-08
1
-15
/
+15
*
Please find attached diffs for documentation and simple regression
Bruce Momjian
2005-07-30
1
-0
/
+27
*
Display only 9 subsecond digits instead of 10 for time values, for
Bruce Momjian
2005-05-27
1
-20
/
+20
*
Back out part of patch that should be applied later.
Bruce Momjian
2005-05-27
1
-20
/
+20
*
Fix compile of entab to use stdarg.h. Clean up includes.
Bruce Momjian
2005-05-27
1
-20
/
+20
*
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-04-07
1
-4
/
+5
*
Cause the format of BC timestamptz output to be 'datetime zone BC' rather
Tom Lane
2004-07-11
1
-2
/
+2
*
Add missing operators of the form interval-plus-datetime, as required for
Tom Lane
2004-07-02
1
-12
/
+0
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
1
-16
/
+16
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-3
/
+3
*
Adjust date/time input parsing code to correctly distinguish the four
Tom Lane
2003-08-27
1
-1
/
+2
*
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
Tom Lane
2003-07-29
1
-18
/
+23
*
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-27
1
-1
/
+1
*
Another round of error message editing, covering backend/parser/.
Tom Lane
2003-07-19
1
-2
/
+2
*
Cause SHOW DATESTYLE to produce a string that will be accepted by SET
Tom Lane
2003-07-15
1
-15
/
+15
*
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-07-04
1
-8
/
+8
*
Attached is a patch that limits the range tested by horology to
Bruce Momjian
2003-03-20
1
-22
/
+22
*
The following patches eliminate the overflows in the j2date() and date2j()
Bruce Momjian
2003-02-19
1
-0
/
+24
*
Allow a time zone to be specified (and silently ignored) in the input
Tom Lane
2003-01-31
1
-5
/
+21
*
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-18
1
-8
/
+12
*
Code review for SHOW output changes; fix horology expected files for
Tom Lane
2002-07-20
1
-5
/
+5
*
Fix regression tests for new SHOW output.
Bruce Momjian
2002-07-20
1
-5
/
+25
*
Support alternate storage scheme of 64-bit integer for date/time types.
Thomas G. Lockhart
2002-04-21
1
-23
/
+24
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
1
-5
/
+5
*
Repair bugs in declarations of routines to add timestamptz and interval.
Thomas G. Lockhart
2002-01-12
1
-87
/
+325
*
Update regress tests to reflect removal of 'current'.
Tom Lane
2001-11-21
1
-2
/
+2
*
Fix last (?) problem with sensitivity to daylight savings time status
Thomas G. Lockhart
2001-11-06
1
-1
/
+1
*
Fix transposed arguments for typmod for one INTERVAL production.
Thomas G. Lockhart
2001-10-20
1
-2
/
+2
[next]