Skip to content
Snippets Groups Projects
  1. Oct 27, 2005
    • Bruce Momjian's avatar
      Add mention of errfinish. · 0849955f
      Bruce Momjian authored
      0849955f
    • Bruce Momjian's avatar
      Disable expanded mode only for \d tablename, not for all backslash · 3332e381
      Bruce Momjian authored
      commands.  Per complaint that \df+ is clearer in expanded mode.
      3332e381
    • Bruce Momjian's avatar
      Add items from Tom: · 807da29c
      Bruce Momjian authored
      < 	o Add a GUC variable to allow output of interval values in ISO8601
      < 	  format
      212a211,223
      > 	o Add a GUC variable to allow output of interval values in ISO8601
      > 	  format
      > 	o Improve timestamptz subtraction to be DST-aware
      >
      > 	  Currently, subtracting one date from another that crosses a
      > 	  daylight savings time adjustment can return '1 day 1 hour', but
      > 	  adding that back to the first date returns a time one hour in
      > 	  the future.  This is caused by the adjustment of '25 hours' to
      > 	  '1 day 1 hour', and '1 day' is the same time the next day, even
      > 	  if daylight savings adjustments are involved.
      >
      > 	o Fix interval display to support values exceeding 2^31 hours
      > 	o Add overflow checking to timestamp and interval arithmetic
      807da29c
  2. Oct 26, 2005
  3. Oct 25, 2005
  4. Oct 24, 2005
    • Bruce Momjian's avatar
      Add: · 9507b560
      Bruce Momjian authored
      > * Allow user-defined functions retuning a domain value to enforce domain
      >   constraints
      9507b560
    • Bruce Momjian's avatar
    • Andrew Dunstan's avatar
      · 24fa8746
      Andrew Dunstan authored
      Fix incorrect wording about function failure time on unsafe ops - these
      are now caught by the validator. And a small visit from the perl style police:
      check the return value from open().
      24fa8746
    • Bruce Momjian's avatar
      I have applied the following patch to document PQinitSSL() and · 81915970
      Bruce Momjian authored
      PQregisterThreadLock().
      
      I also remove the crypt() mention in the libpq threading section and
      added a single sentence in the client-auth manual page under crypt().
      Crypt authentication is so old now that a separate paragraph about it
      seemed unwise.
      
      I also added a comment about our use of locking around pqGetpwuid().
      81915970
  5. Oct 23, 2005
  6. Oct 22, 2005
  7. Oct 21, 2005
  8. Oct 20, 2005
  9. Oct 19, 2005
    • Andrew Dunstan's avatar
      · 48f3d778
      Andrew Dunstan authored
      replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabino Mullane
      48f3d778
  10. Oct 18, 2005
  11. Oct 17, 2005
  12. Oct 16, 2005
  13. Oct 15, 2005
  14. Oct 14, 2005
    • Tom Lane's avatar
      Fix syslog bug: if any messages are emitted to write_syslog before · abd3f43b
      Tom Lane authored
      the facility has been set, the facility gets set to LOCAL0 and cannot
      be changed later.  This seems reasonably plausible to happen, particularly
      at higher debug log levels, though I am not certain it explains Han Holl's
      recent report.  Easiest fix is to teach the code how to change the value
      on-the-fly, which is nicer anyway.  I made the settings PGC_SIGHUP to
      conform with log_destination.
      abd3f43b
Loading