summaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAgeFilesLines
* Update time zone data files to tzdata release 2008c (DST law changes inTom Lane2008-06-016-28/+337
* Add SGT (Singapore time) to the default list of known timezoneTom Lane2008-05-011-1/+3
* More README src cleanups.Bruce Momjian2008-03-212-0/+10
* Update to tzdata 2008a distribution (Chilean DST law change).Tom Lane2008-03-132-11/+36
* Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatmentTom Lane2008-03-022-4/+4
* More refactoring, so that the SUBSYS.o rules are now all in one place.Peter Eisentraut2008-02-191-6/+3
* Fix function prototype to silence compiler warnings.Magnus Hagander2008-02-191-2/+3
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-1610-435/+1310
* Update timezone mapping for Windows with new timezones addedMagnus Hagander2008-02-111-4/+42
* Insert ARST into the list of known timezone abbreviations.Tom Lane2008-01-022-4/+26
* Update time zone data files to tzdata release 2007k.Tom Lane2008-01-017-32/+74
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+3
* Update timezone data files to release 2007i of the zic database.Tom Lane2007-11-152-5/+45
* pgindent run for 8.3.Bruce Momjian2007-11-153-26/+26
* Avoid including any backend-only stuff in the zic utility program.Tom Lane2007-10-264-8/+9
* Update timezone data files to release 2007h of the zic database.Tom Lane2007-10-043-16/+89
* Sync timezone data with 2007g zic release.Tom Lane2007-09-117-106/+204
* Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane2007-08-252-11/+24
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-201-1/+7
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-042-4/+38
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-31/+49
* Make some messages more consistentPeter Eisentraut2007-05-311-2/+2
* Sync timezone data with 2007e zic release.Tom Lane2007-04-1910-158/+313
* Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane2007-03-141-2/+6
* 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