Commit Graph

115 Commits (178ee1d858d89f6d86f42a84bd4b8014ddfa7245)

Author SHA1 Message Date
Daniel Gustafsson 7ab1bc2939 Fix outdated references to guc.c 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier 2a71de8915 Remove unneeded includes of <sys/stat.h> 3 years ago
Peter Geoghegan c4f8e89fef Consistently use named parameters in timezone code. 3 years ago
Michael Paquier bfb9dfd937 Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat() 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane 5788a5670e Restore fullname[] contents before falling through in pg_open_tzfile(). 8 years ago
Tom Lane af2c5aa88d Improve performance of timezone loading, especially pg_timezone_names view. 8 years ago
Tom Lane e18b2c480d Sync our copy of the timezone library with IANA release tzcode2017b. 9 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 1f4e9da624 Sync tzload() and tzparse() APIs with IANA release tzcode2016c. 10 years ago
Tom Lane 1c1a7cbd6a Sync our copy of the timezone library with IANA release tzcode2016c. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 6412f3e2d0 Reject out-of-range numeric timezone specifications. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 631dc390f4 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 14 years ago
Peter Eisentraut ce8d7bb644 Replace printf format %i by %d 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 15 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Magnus Hagander ef01b235f8 Change the "N. Central Asia Standard Time" timezone to map to 16 years ago
Tom Lane 6ead7828b0 Improve message style for messages associated with not being able to 16 years ago
Magnus Hagander 7c60637565 Clean up inconsistent commas 16 years ago
Magnus Hagander 6279192f4f Update list of Windows timezones we try to match localized names against 16 years ago
Magnus Hagander 6efb081e10 Proceed to look for the next timezone when matching a localized 16 years ago
Magnus Hagander 26eb0c72ab Log the actual timezone name that we fail to look up the values for in 16 years ago
Tom Lane d75f7a01bf Fix a commented-out block of code that pgindent didn't understand 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago