summaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent did a pretty awful job on the timezone code, particularly withTom Lane2004-05-217-396/+447
* Pgindent timezone file, per request from Tom.Bruce Momjian2004-05-219-1771/+2243
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-2113-1327/+1019
* Allow zic to compile by defining a "" value for my_exec_path. It isn'tBruce Momjian2004-05-191-0/+6
* Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian2004-05-182-3/+4
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-4/+3
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-172-20/+3
* More win32 adjustment for timezone directory.Bruce Momjian2004-05-021-3/+2
* Fix timezone data path for Unix and win32.Bruce Momjian2004-05-011-3/+5
* Remove debug output line.Bruce Momjian2004-05-011-2/+1
* Rename function to be less win32 specific.Bruce Momjian2004-05-012-12/+18
* Fix zic compiler to use pg version.Bruce Momjian2004-04-302-6/+6
* Allow build of timezone database on unix.Bruce Momjian2004-04-303-2/+8
* More timezone build adjustments.Bruce Momjian2004-04-302-6/+2
* Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:Bruce Momjian2004-04-301-0/+4
* More cleanups for USE_PGTZ.Bruce Momjian2004-04-301-2/+2
* Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian2004-04-303-8/+15
* Convert DOS newlines to Unix newlines.Bruce Momjian2004-04-309-4753/+4751
* Integrate timezone library to be called only from Win32.Bruce Momjian2004-04-301-5/+7
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-301-1/+1
* Timezone library changes to map into our backend code.Bruce Momjian2004-04-304-0/+29