| Age | Commit message (Expand) | Author |
| 2005-07-04 | Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. | Bruce Momjian |
| 2005-07-04 | Fix compile if zic because it now doesn't use libpgport. | Bruce Momjian |
| 2005-07-04 | Fix build break for out of tree (vpath) builds, induced by recent zic | Neil Conway |
| 2005-07-03 | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut |
| 2005-06-26 | Tweak dynahash.c to not allocate so many entries at once when dealing | Tom Lane |
| 2005-06-20 | Cosmetic improvements to the timezone code: remove the use of the | Neil Conway |
| 2005-06-19 | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane |
| 2005-06-15 | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian |
| 2005-06-15 | >> Do you agree that using a hashtable for it in general is a good idea | Bruce Momjian |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-23 | More macro cleanups for date/time. | Bruce Momjian |
| 2005-04-19 | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian |
| 2005-02-23 | Properly undef _(x) gettext macro. | Bruce Momjian |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-31 | make clean must remove zic$(X) for Windows, per Magnus. | Tom Lane |
| 2004-11-01 | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane |
| 2004-10-24 | Sync timezone data with latest zic database (dated Oct 11 2004). | Tom Lane |
| 2004-10-24 | Update RELEASE_CHANGES to mention updating the timezone database as | Tom Lane |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-09-27 | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian |
| 2004-09-08 | Use _timezone global on Cygwin instead of timezone. | Bruce Momjian |
| 2004-09-02 | Back out timezone detection patch. Tom already applied it. | Bruce Momjian |
| 2004-09-02 | This patch attempts to fix the issue with localized timezones on | Bruce Momjian |
| 2004-09-01 | Add code to be able to match the timezone name on localized Windows | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-11 | Fix function definition that somehow missed being ANSI-fied, and align | Tom Lane |
| 2004-08-08 | More Win32 zic build cleanups now that we have symlinks, it needs help. | Bruce Momjian |
| 2004-08-08 | Another zic cleanup . | Bruce Momjian |
| 2004-08-08 | Link in dirmod specially for zic so it works on Win32. | Bruce Momjian |
| 2004-07-31 | Still another try at matching system timezone nicely. On non-Windows | Tom Lane |
| 2004-07-30 | Must guard against NULL return from localtime() when probing pre-1970 | Tom Lane |
| 2004-07-22 | Still another try at automatically detecting the best match in the zic | Tom Lane |
| 2004-07-22 | Add missing <getopt.h>, per Dann Corbit. | Tom Lane |
| 2004-07-10 | Check more test points (in fact, every week in 1970..2004) to get a more | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-05-28 | Seems we forgot the installdirs target in this makefile. | Tom Lane |
| 2004-05-25 | Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW | Tom Lane |
| 2004-05-25 | Add code to identify_system_timezone() to try all zones in the zic | Tom Lane |
| 2004-05-24 | Rewrite identify_system_timezone() to give it better-than-chance odds | Tom Lane |
| 2004-05-23 | Seems we had the wrong sign convention for the default Etc/GMTx zone | Tom Lane |
| 2004-05-23 | Use case-insensitive comparison so that explicitly setting timezone=unknown | Tom Lane |
| 2004-05-22 | Fix to install correctly in vpath build case. | Tom Lane |
| 2004-05-21 | pgindent did a pretty awful job on the timezone code, particularly with | Tom Lane |
| 2004-05-21 | Pgindent timezone file, per request from Tom. | Bruce Momjian |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-19 | Allow zic to compile by defining a "" value for my_exec_path. It isn't | Bruce Momjian |
| 2004-05-18 | Update Makefile dependencies for Win32 timezones, per Claudio. | Bruce Momjian |