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
/
include
/
utils
/
datetime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-11-07
1
-2
/
+2
*
Minor comment fixes.
Tom Lane
2007-06-12
1
-3
/
+4
*
Fix a bug in input processing for the "interval" type. Previously,
Neil Conway
2007-05-29
1
-11
/
+15
*
Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.
Bruce Momjian
2007-02-19
1
-1
/
+2
*
Add two new format fields for use with to_char(), to_date() and
Bruce Momjian
2007-02-16
1
-1
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix up timetz input so that a date is required only when the specified
Tom Lane
2006-10-18
1
-2
/
+2
*
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
Tom Lane
2006-09-16
1
-2
/
+3
*
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-07-25
1
-1
/
+5
*
Remove ancient AIX structure workaround.
Bruce Momjian
2006-06-06
1
-5
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-15
/
+15
*
Andrew pointed out that the current fix didn't handle dates that were
Bruce Momjian
2005-07-23
1
-2
/
+2
*
Code spacing improvement, particularly *tm spacing.
Bruce Momjian
2005-07-22
1
-11
/
+11
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
1
-2
/
+2
*
Put parentheses around use of macro arguments in FMODULO and TMODULO.
Bruce Momjian
2005-05-24
1
-7
/
+7
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-5
/
+5
*
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
-21
/
+3
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
1
-14
/
+12
*
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2004-01-19
1
-2
/
+1
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Adjust date/time input parsing code to correctly distinguish the four
Tom Lane
2003-08-27
1
-8
/
+25
*
Improve documentation of ParseDateTime(). Reorder tests to prevent
Tom Lane
2003-08-05
1
-2
/
+2
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-3
/
+3
*
Add an upper limit to IS_VALID_JULIAN() to defend against overflow in
Tom Lane
2003-07-17
1
-6
/
+10
*
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-17
1
-3
/
+14
*
Add code to test for unknown timezone names (following some ideas from
Tom Lane
2003-05-18
1
-1
/
+3
*
Make Win32 tests to match existing Cygwin tests, where appropriate.
Bruce Momjian
2003-04-18
1
-8
/
+1
*
Avoid repeated computation of the constants date2j(1970, 1, 1) and
Tom Lane
2003-04-04
1
-2
/
+6
*
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
Tom Lane
2003-02-20
1
-2
/
+2
*
The following patches eliminate the overflows in the j2date() and date2j()
Bruce Momjian
2003-02-19
1
-2
/
+2
*
Repair an embarrassingly large number of alphabetization mistakes in the
Tom Lane
2003-01-16
1
-3
/
+5
*
pgindent run.
Bruce Momjian
2002-09-04
1
-5
/
+5
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
1
-3
/
+3
*
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-17
1
-2
/
+2
*
Support alternate storage scheme of 64-bit integer for date/time types.
Thomas G. Lockhart
2002-04-21
1
-12
/
+23
*
Rename TIME token to ISOTIME to eliminate conflict with gram.y parser
Thomas G. Lockhart
2002-01-01
1
-3
/
+3
*
Rework the date/time parsing to tighten up some cases and to enable other
Thomas G. Lockhart
2001-12-29
1
-4
/
+4
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-3
/
+3
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-1
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-2
/
+1
*
Document range restriction on bit values used in INTERVAL typmod.
Tom Lane
2001-10-23
1
-2
/
+7
*
Measure the current transaction time to milliseconds.
Thomas G. Lockhart
2001-09-28
1
-2
/
+10
*
Remove unneeded/unportable extern.
Tom Lane
2001-08-27
1
-2
/
+1
*
Ensure macros are adequately parenthesized.
Tom Lane
2001-07-10
1
-10
/
+11
*
Add GUC setting for Australian timezones. Uses new GUC boolean callback
Bruce Momjian
2001-06-18
1
-1
/
+3
[next]