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

utils

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas G. Lockhart authored
    Define a new function, GetCurrentTransactionStartTimeUsec() to get the time
     to this precision.
    Allow now() and timestamp 'now' to use this higher precision result so
     we now have fractional seconds in this "constant".
    Add timestamp without time zone type.
    Move previous timestamp type to timestamp with time zone.
    Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss
     (note the "T" separating the day from hours information).
    Remove 'current' from date/time types; convert to 'now' in input.
    Separate time and timetz regression tests.
    Separate timestamp and timestamptz regression test.
    6f58115d
    History