Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgres-lambda-diff

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    input routines.  Remove the former "DecodePosixTimezone" function in favor of
    letting the zic code handle POSIX-style zone specs (see tzparse()).  In
    particular this means that "PST+3" now means the same as "-03", whereas it
    used to mean "-11" --- the zone abbreviation is effectively just a noise word
    in this syntax.  Make sure that all named and POSIX-style zone names will be
    parsed as a single token.  Fix long-standing bogosities in printing and input
    of fractional-hour timezone offsets (since the tzparse() code will accept
    these, we'd better make 'em work).  Also correct an error in the original
    coding of the zic-zone-name patch: in "timestamp without time zone" input,
    zone names are supposed to be allowed but ignored, but the coding was such
    that the zone changed the interpretation anyway.
    022fd996
    History
    Name Last commit Last update