Commit Graph

101 Commits (bfc53d7da4248f7ae7952156f242f0fca1b7dfaa)

Author SHA1 Message Date
Peter Eisentraut 4ab8fcba8a StrNCpy -> strlcpy (not complete) 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 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
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 782d68e38d Put JST back into the default set of timezone abbreviations; 19 years ago
Tom Lane 765cc1588f Update timezone data to tzdata2006p zic distribution. It seems Western 19 years ago
Tom Lane d735804f88 Translate Windows' GMT Standard Time/GMT Daylight Time zones to 19 years ago
Tom Lane c1fdbba49f Update zic database to tzdata2006n. 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 877f08da14 Fix up timetz input so that a date is required only when the specified 19 years ago
Tom Lane 0b35b01e7a Arrange for timezone names to be recognized case-insensitively; for 20 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane 5ff4f39c0e Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, 20 years ago
Tom Lane 7ed5df437d Update timezone data files to release 2006k of the zic database. 20 years ago
Tom Lane bd112776cd Add missing @OVERRIDE to 'India' config file, per Michael Fuhr. 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian 51e8882197 Revert part of recent include patch not ready for application. 20 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 20 years ago
Bruce Momjian b85a965f5f Allow each C include file to compile on its own by including any needed 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane 513ec43ebd Suppress a couple of minor compiler warnings, per Magnus. 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 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