summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
Commit message (Expand)AuthorAgeFilesLines
* Replace printf format %i by %dPeter Eisentraut2011-07-261-5/+5
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+3
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-111-10/+27
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-2/+2
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-12/+24
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-13/+13
* Change the "N. Central Asia Standard Time" timezone to map toMagnus Hagander2010-05-201-3/+3
* Improve message style for messages associated with not being able toTom Lane2010-04-151-29/+42
* Clean up inconsistent commasMagnus Hagander2010-04-091-8/+8
* Update list of Windows timezones we try to match localized names againstMagnus Hagander2010-04-091-4/+64
* Proceed to look for the next timezone when matching a localizedMagnus Hagander2010-04-081-3/+3
* Log the actual timezone name that we fail to look up the values for inMagnus Hagander2010-04-061-3/+5
* Fix a commented-out block of code that pgindent didn't understandTom Lane2010-03-121-4/+8
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-031-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-15/+16
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Suppress leap-second-aware timezones in the output of pg_tzenumerate_next,Tom Lane2008-11-131-1/+7
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-011-9/+38
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-161-4/+5
* Update timezone mapping for Windows with new timezones addedMagnus Hagander2008-02-111-4/+42
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-17/+16
* Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane2007-08-251-5/+11
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-041-1/+30
* 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
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-101-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-211-2/+2
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-161-28/+159
* 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
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* 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-141-1/+3
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* 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-151-116/+113
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-091-3/+3
* 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-201-4/+4
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-18/+8
* >> 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