aboutsummaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAge
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-09
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-07
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-06
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-06
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-04
* Fix compile if zic because it now doesn't use libpgport.Bruce Momjian2005-07-04
* Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway2005-07-04
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-03
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-20
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* >> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian2005-06-15
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Properly undef _(x) gettext macro.Bruce Momjian2005-02-23
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* make clean must remove zic$(X) for Windows, per Magnus.Tom Lane2004-12-31
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-01
* Sync timezone data with latest zic database (dated Oct 11 2004).Tom Lane2004-10-24
* Update RELEASE_CHANGES to mention updating the timezone database asTom Lane2004-10-24
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-08
* Back out timezone detection patch. Tom already applied it.Bruce Momjian2004-09-02
* This patch attempts to fix the issue with localized timezones onBruce Momjian2004-09-02
* Add code to be able to match the timezone name on localized WindowsTom Lane2004-09-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix function definition that somehow missed being ANSI-fied, and alignTom Lane2004-08-11
* More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian2004-08-08
* Another zic cleanup .Bruce Momjian2004-08-08
* Link in dirmod specially for zic so it works on Win32.Bruce Momjian2004-08-08
* Still another try at matching system timezone nicely. On non-WindowsTom Lane2004-07-31
* Must guard against NULL return from localtime() when probing pre-1970Tom Lane2004-07-30
* Still another try at automatically detecting the best match in the zicTom Lane2004-07-22
* Add missing <getopt.h>, per Dann Corbit.Tom Lane2004-07-22
* Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane2004-07-10
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Seems we forgot the installdirs target in this makefile.Tom Lane2004-05-28