summaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAgeFilesLines
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-101-3/+3
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-092-10/+8
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-7/+7
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-262-7/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-052-4/+4
* Put JST back into the default set of timezone abbreviations;Tom Lane2006-12-152-2/+6
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-286-66/+97
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-211-2/+2
* Update zic database to tzdata2006n.Tom Lane2006-11-017-30/+77
* Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane2006-10-241-2/+2
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-191-1/+4
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-1/+26
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-164-71/+182
* pgindent run for 8.2.Bruce Momjian2006-10-041-17/+19
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-1/+118
* Update timezone data files to release 2006k of the zic database.Tom Lane2006-09-1619-650/+1201
* Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.Tom Lane2006-07-2514-0/+35
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-2517-1/+2062
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-142-4/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-142-2/+5
* Add additional includes needed on some platforms.Bruce Momjian2006-07-142-5/+2
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-2/+2
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-091-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-115-0/+10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-3/+6
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-158-367/+354
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-091-3/+3
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-0716-406/+790
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-061-2/+2
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-061-13/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-042-13/+3
* Fix compile if zic because it now doesn't use libpgport.Bruce Momjian2005-07-041-1/+11
* Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway2005-07-041-2/+2
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-031-4/+13
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-261-2/+2
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-206-201/+200
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-18/+8
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-151-3/+1
* >> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian2005-06-151-7/+12
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+6
* More macro cleanups for date/time.Bruce Momjian2005-05-231-2/+2
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-195-93/+185
* Properly undef _(x) gettext macro.Bruce Momjian2005-02-231-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-312-4/+4
* make clean must remove zic$(X) for Windows, per Magnus.Tom Lane2004-12-311-2/+2