summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-20Change the "N. Central Asia Standard Time" timezone to map toMagnus Hagander
2010-04-15Improve message style for messages associated with not being able toTom Lane
2010-04-09Clean up inconsistent commasMagnus Hagander
2010-04-09Update list of Windows timezones we try to match localized names againstMagnus Hagander
2010-04-08Proceed to look for the next timezone when matching a localizedMagnus Hagander
2010-04-06Log the actual timezone name that we fail to look up the values for inMagnus Hagander
2010-03-12Fix a commented-out block of code that pgindent didn't understandTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-03Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-13Suppress leap-second-aware timezones in the output of pg_tzenumerate_next,Tom Lane
2008-07-01Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2008-02-11Update timezone mapping for Windows with new timezones addedMagnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-25Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-05-31Make some messages more consistentPeter Eisentraut
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-21Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane