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
*
StrNCpy -> strlcpy (not complete)
Peter Eisentraut
2007-02-10
1
-3
/
+3
*
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
2
-10
/
+8
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-7
/
+7
*
Squelch some VC++ compiler warnings. Mark float literals with the "f"
Neil Conway
2007-01-26
2
-7
/
+7
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
2
-4
/
+4
*
Put JST back into the default set of timezone abbreviations;
Tom Lane
2006-12-15
2
-2
/
+6
*
Update timezone data to tzdata2006p zic distribution. It seems Western
Tom Lane
2006-11-28
6
-66
/
+97
*
Translate Windows' GMT Standard Time/GMT Daylight Time zones to
Tom Lane
2006-11-21
1
-2
/
+2
*
Update zic database to tzdata2006n.
Tom Lane
2006-11-01
7
-30
/
+77
*
Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of
Tom Lane
2006-10-24
1
-2
/
+2
*
Add externs for optarg/optind where apparently needed. Per Magnus.
Tom Lane
2006-10-19
1
-1
/
+4
*
Fix up timetz input so that a date is required only when the specified
Tom Lane
2006-10-18
1
-1
/
+26
*
Arrange for timezone names to be recognized case-insensitively; for
Tom Lane
2006-10-16
4
-71
/
+182
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-17
/
+19
*
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
Tom Lane
2006-09-16
1
-1
/
+118
*
Update timezone data files to release 2006k of the zic database.
Tom Lane
2006-09-16
19
-650
/
+1201
*
Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.
Tom Lane
2006-07-25
14
-0
/
+35
*
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-07-25
17
-1
/
+2062
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
2
-4
/
+2
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
1
-2
/
+1
*
Revert part of recent include patch not ready for application.
Bruce Momjian
2006-07-14
2
-2
/
+5
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
2
-5
/
+2
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
1
-1
/
+2
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-2
/
+2
*
Suppress a couple of minor compiler warnings, per Magnus.
Tom Lane
2006-04-09
1
-2
/
+2
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
5
-0
/
+10
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
2
-4
/
+4
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-3
/
+6
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-2
/
+2
*
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
[next]