Commit Graph

24 Commits (e0f9e2b648c8e6f237549c353b7b3179654451d1)

Author SHA1 Message Date
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 0171e72d4d Update timezone code to track the upstream changes since 2003. In particular 18 years ago
Tom Lane 8164fb8887 Avoid including any backend-only stuff in the zic utility program. 18 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Neil Conway 8ff2bccee3 Squelch some VC++ compiler warnings. Mark float literals with the "f" 19 years ago
Tom Lane d8221dfa6d Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of 19 years ago
Tom Lane 443abd83e5 Add externs for optarg/optind where apparently needed. Per Magnus. 19 years ago
Tom Lane 0b35b01e7a Arrange for timezone names to be recognized case-insensitively; for 19 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Neil Conway 0b62bbe086 Cosmetic improvements to the timezone code: remove the use of the 21 years ago
Bruce Momjian aa8bdab272 Attached patch gets rid of the global timezone in the following steps: 21 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 b6b71b85bc Pgindent run for 8.0. 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
Tom Lane 68938c4770 Add missing <getopt.h>, per Dann Corbit. 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 d584db6086 pgindent did a pretty awful job on the timezone code, particularly with 22 years ago
Bruce Momjian 0a19fb42c2 Pgindent timezone file, per request from Tom. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Bruce Momjian 48eb73b556 Allow zic to compile by defining a "" value for my_exec_path. It isn't 22 years ago
Bruce Momjian e9a028f81f Convert DOS newlines to Unix newlines. 22 years ago
Bruce Momjian d248a67af1 Timezone library changes to map into our backend code. 22 years ago
Bruce Momjian 6a2b75c2c8 Add Olson's public domain timezone library to src/timezone. 22 years ago