summaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-158-367/+354
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-091-3/+3
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-0716-406/+790
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-061-2/+2
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-061-13/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-042-13/+3
* Fix compile if zic because it now doesn't use libpgport.Bruce Momjian2005-07-041-1/+11
* Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway2005-07-041-2/+2
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-031-4/+13
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-261-2/+2
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-206-201/+200
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-18/+8
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-151-3/+1
* >> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian2005-06-151-7/+12
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+6
* More macro cleanups for date/time.Bruce Momjian2005-05-231-2/+2
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-195-93/+185
* Properly undef _(x) gettext macro.Bruce Momjian2005-02-231-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-312-4/+4
* make clean must remove zic$(X) for Windows, per Magnus.Tom Lane2004-12-311-2/+2
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-011-1/+95
* Sync timezone data with latest zic database (dated Oct 11 2004).Tom Lane2004-10-248-64/+268
* Update RELEASE_CHANGES to mention updating the timezone database asTom Lane2004-10-241-1/+9
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-8/+5
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-271-5/+1
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-6/+2
* Back out timezone detection patch. Tom already applied it.Bruce Momjian2004-09-021-105/+1
* This patch attempts to fix the issue with localized timezones onBruce Momjian2004-09-021-1/+105
* Add code to be able to match the timezone name on localized WindowsTom Lane2004-09-011-1/+108
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-295-294/+464
* Update copyright to 2004.Bruce Momjian2004-08-292-4/+4
* Fix function definition that somehow missed being ANSI-fied, and alignTom Lane2004-08-111-19/+2
* More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian2004-08-082-5/+4
* Another zic cleanup .Bruce Momjian2004-08-081-1/+3
* Link in dirmod specially for zic so it works on Win32.Bruce Momjian2004-08-081-3/+6
* Still another try at matching system timezone nicely. On non-WindowsTom Lane2004-07-311-56/+260
* Must guard against NULL return from localtime() when probing pre-1970Tom Lane2004-07-301-2/+13
* Still another try at automatically detecting the best match in the zicTom Lane2004-07-221-64/+78
* Add missing <getopt.h>, per Dann Corbit.Tom Lane2004-07-221-2/+5
* Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane2004-07-101-77/+70
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-034-430/+101
* Seems we forgot the installdirs target in this makefile.Tom Lane2004-05-281-1/+4
* Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane2004-05-251-1/+27
* Add code to identify_system_timezone() to try all zones in the zicTom Lane2004-05-251-55/+216
* Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane2004-05-241-78/+114
* Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane2004-05-231-3/+8
* Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane2004-05-231-2/+2
* Fix to install correctly in vpath build case.Tom Lane2004-05-221-2/+2