summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove unneeded includes of <sys/stat.h>Michael Paquier2022-11-051-1/+0
* Consistently use named parameters in timezone code.Peter Geoghegan2022-09-191-4/+4
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-021-6/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-8/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane2017-05-071-0/+1
* Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane2017-05-021-7/+35
* Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane2017-04-301-4/+5
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-2/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane2016-03-281-2/+2
* Sync our copy of the timezone library with IANA release tzcode2016c.Tom Lane2016-03-281-4/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Reject out-of-range numeric timezone specifications.Tom Lane2014-07-211-0/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-011-0/+40
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-091-1225/+40
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-2/+2
* 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