1. 03 Jul, 2005 3 commits
  2. 02 Jul, 2005 9 commits
  3. 01 Jul, 2005 17 commits
  4. 30 Jun, 2005 9 commits
  5. 29 Jun, 2005 2 commits
    • Tom Lane's avatar
      Clean up the rather historically encumbered interface to now() and · b5f7cff8
      Tom Lane authored
      current time: provide a GetCurrentTimestamp() function that returns
      current time in the form of a TimestampTz, instead of separate time_t
      and microseconds fields.  This is what all the callers really want
      anyway, and it eliminates low-level dependencies on AbsoluteTime,
      which is a deprecated datatype that will have to disappear eventually.
      b5f7cff8
    • Tom Lane's avatar
      More cleanup on roles patch. Allow admin option to be inherited through · c33d5758
      Tom Lane authored
      role memberships; make superuser/createrole distinction do something
      useful; fix some locking and CommandCounterIncrement issues; prevent
      creation of loops in the membership graph.
      c33d5758