Commit Graph

74 Commits (3957cf6e71c55da93058cbbcd4e7c8d02305c5e3)

Author SHA1 Message Date
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 21 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 21 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found 21 years ago
Tom Lane 69d48cefd1 Update timezone data files to release 2005m of the zic database. 21 years ago
Bruce Momjian 970bb03c3c Complete zic patch backout by removing NO_PGPORT workaround. 21 years ago
Bruce Momjian 261ffd03f7 Reverse out because the lack of using pgport in timezone/ is causing 21 years ago
Bruce Momjian 4f979e8bac Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. 21 years ago
Bruce Momjian 4b97d51c0a Fix compile if zic because it now doesn't use libpgport. 21 years ago
Neil Conway 3f39cbdce1 Fix build break for out of tree (vpath) builds, induced by recent zic 21 years ago
Peter Eisentraut 85884cb1de Support cross compilation by compiling "zic" with a native compiler. This 21 years ago
Tom Lane 06ae88a82e Tweak dynahash.c to not allocate so many entries at once when dealing 21 years ago
Neil Conway 0b62bbe086 Cosmetic improvements to the timezone code: remove the use of the 21 years ago
Tom Lane 3f749924f8 Simplify uses of readdir() by creating a function ReadDir() that 21 years ago
Bruce Momjian 0851a6fbc7 This patch makes it possible to use the full set of timezones when doing 21 years ago
Bruce Momjian f4c4f1ce52 >> Do you agree that using a hashtable for it in general is a good idea 21 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Bruce Momjian 4550c1e519 More macro cleanups for date/time. 21 years ago
Bruce Momjian aa8bdab272 Attached patch gets rid of the global timezone in the following steps: 21 years ago
Bruce Momjian e3267b6517 Properly undef _(x) gettext macro. 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 0686fe331f make clean must remove zic$(X) for Windows, per Magnus. 21 years ago
Tom Lane 5ba04cd9f1 Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to 22 years ago
Tom Lane 15db03181a Sync timezone data with latest zic database (dated Oct 11 2004). 22 years ago
Tom Lane 261f184f0c Update RELEASE_CHANGES to mention updating the timezone database as 22 years ago
Bruce Momjian 24201b4bc6 Make libpgport be front-end only and make libpgport_srv be a backend 22 years ago
Bruce Momjian 32b24bfa97 Remove inclusion of windows.h now that it is included in c.h, per idea 22 years ago
Bruce Momjian e97c817092 Use _timezone global on Cygwin instead of timezone. 22 years ago
Bruce Momjian bf831f6e9f Back out timezone detection patch. Tom already applied it. 22 years ago
Bruce Momjian 525449be27 This patch attempts to fix the issue with localized timezones on 22 years ago
Tom Lane d1b2260cdc Add code to be able to match the timezone name on localized Windows 22 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane 178ec6f40e Fix function definition that somehow missed being ANSI-fied, and align 22 years ago
Bruce Momjian 8120ff636b More Win32 zic build cleanups now that we have symlinks, it needs help. 22 years ago
Bruce Momjian 988d84f4a7 Another zic cleanup . 22 years ago
Bruce Momjian 68993b650f Link in dirmod specially for zic so it works on Win32. 22 years ago
Tom Lane 2def4552ed Still another try at matching system timezone nicely. On non-Windows 22 years ago
Tom Lane 94f8f63fdb Must guard against NULL return from localtime() when probing pre-1970 22 years ago
Tom Lane e31c8cf20b Still another try at automatically detecting the best match in the zic 22 years ago
Tom Lane 68938c4770 Add missing <getopt.h>, per Dann Corbit. 22 years ago
Tom Lane 99b225c528 Check more test points (in fact, every week in 1970..2004) to get a more 22 years ago
Tom Lane 921d749bd4 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 22 years ago
Tom Lane 37da0ba0e0 Seems we forgot the installdirs target in this makefile. 22 years ago
Tom Lane bfb77c15ca Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW 22 years ago
Tom Lane 76c50c080b Add code to identify_system_timezone() to try all zones in the zic 22 years ago
Tom Lane dc39937762 Rewrite identify_system_timezone() to give it better-than-chance odds 22 years ago
Tom Lane 17edb84056 Seems we had the wrong sign convention for the default Etc/GMTx zone 22 years ago