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
/
timezone
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
8
-367
/
+354
*
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-09
1
-3
/
+3
*
Update timezone data files to release 2005m of the zic database.
Tom Lane
2005-09-07
16
-406
/
+790
*
Complete zic patch backout by removing NO_PGPORT workaround.
Bruce Momjian
2005-07-06
1
-2
/
+2
*
Reverse out because the lack of using pgport in timezone/ is causing
Bruce Momjian
2005-07-06
1
-13
/
+4
*
Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.
Bruce Momjian
2005-07-04
2
-13
/
+3
*
Fix compile if zic because it now doesn't use libpgport.
Bruce Momjian
2005-07-04
1
-1
/
+11
*
Fix build break for out of tree (vpath) builds, induced by recent zic
Neil Conway
2005-07-04
1
-2
/
+2
*
Support cross compilation by compiling "zic" with a native compiler. This
Peter Eisentraut
2005-07-03
1
-4
/
+13
*
Tweak dynahash.c to not allocate so many entries at once when dealing
Tom Lane
2005-06-26
1
-2
/
+2
*
Cosmetic improvements to the timezone code: remove the use of the
Neil Conway
2005-06-20
6
-201
/
+200
*
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-06-19
1
-18
/
+8
*
This patch makes it possible to use the full set of timezones when doing
Bruce Momjian
2005-06-15
1
-3
/
+1
*
>> Do you agree that using a hashtable for it in general is a good idea
Bruce Momjian
2005-06-15
1
-7
/
+12
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
1
-4
/
+6
*
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
1
-2
/
+2
*
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2005-04-19
5
-93
/
+185
*
Properly undef _(x) gettext macro.
Bruce Momjian
2005-02-23
1
-2
/
+2
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-1
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
2
-4
/
+4
*
make clean must remove zic$(X) for Windows, per Magnus.
Tom Lane
2004-12-31
1
-2
/
+2
*
Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to
Tom Lane
2004-11-01
1
-1
/
+95
*
Sync timezone data with latest zic database (dated Oct 11 2004).
Tom Lane
2004-10-24
8
-64
/
+268
*
Update RELEASE_CHANGES to mention updating the timezone database as
Tom Lane
2004-10-24
1
-1
/
+9
*
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-10-04
1
-8
/
+5
*
Remove inclusion of windows.h now that it is included in c.h, per idea
Bruce Momjian
2004-09-27
1
-5
/
+1
*
Use _timezone global on Cygwin instead of timezone.
Bruce Momjian
2004-09-08
1
-6
/
+2
*
Back out timezone detection patch. Tom already applied it.
Bruce Momjian
2004-09-02
1
-105
/
+1
*
This patch attempts to fix the issue with localized timezones on
Bruce Momjian
2004-09-02
1
-1
/
+105
*
Add code to be able to match the timezone name on localized Windows
Tom Lane
2004-09-01
1
-1
/
+108
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-3
/
+3
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
5
-294
/
+464
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
2
-4
/
+4
*
Fix function definition that somehow missed being ANSI-fied, and align
Tom Lane
2004-08-11
1
-19
/
+2
*
More Win32 zic build cleanups now that we have symlinks, it needs help.
Bruce Momjian
2004-08-08
2
-5
/
+4
*
Another zic cleanup .
Bruce Momjian
2004-08-08
1
-1
/
+3
*
Link in dirmod specially for zic so it works on Win32.
Bruce Momjian
2004-08-08
1
-3
/
+6
*
Still another try at matching system timezone nicely. On non-Windows
Tom Lane
2004-07-31
1
-56
/
+260
*
Must guard against NULL return from localtime() when probing pre-1970
Tom Lane
2004-07-30
1
-2
/
+13
*
Still another try at automatically detecting the best match in the zic
Tom Lane
2004-07-22
1
-64
/
+78
*
Add missing <getopt.h>, per Dann Corbit.
Tom Lane
2004-07-22
1
-2
/
+5
*
Check more test points (in fact, every week in 1970..2004) to get a more
Tom Lane
2004-07-10
1
-77
/
+70
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
4
-430
/
+101
*
Seems we forgot the installdirs target in this makefile.
Tom Lane
2004-05-28
1
-1
/
+4
*
Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW
Tom Lane
2004-05-25
1
-1
/
+27
*
Add code to identify_system_timezone() to try all zones in the zic
Tom Lane
2004-05-25
1
-55
/
+216
*
Rewrite identify_system_timezone() to give it better-than-chance odds
Tom Lane
2004-05-24
1
-78
/
+114
*
Seems we had the wrong sign convention for the default Etc/GMTx zone
Tom Lane
2004-05-23
1
-3
/
+8
*
Use case-insensitive comparison so that explicitly setting timezone=unknown
Tom Lane
2004-05-23
1
-2
/
+2
*
Fix to install correctly in vpath build case.
Tom Lane
2004-05-22
1
-2
/
+2
[next]