1. 30 Nov, 2000 12 commits
  2. 29 Nov, 2000 3 commits
  3. 28 Nov, 2000 5 commits
  4. 27 Nov, 2000 13 commits
  5. 26 Nov, 2000 5 commits
  6. 25 Nov, 2000 2 commits
    • Tom Lane's avatar
      Make PGLC_setlocale() static, and document that it can't be used safely · e3269cab
      Tom Lane authored
      for any other purpose than PGLC_localeconv()'s internal save/restore of
      locale settings.  Fix cash.c to call PGLC_localeconv() rather than
      making a direct call to localeconv() --- the old way, if PGLC_localeconv()
      had already cached a locale result, it would be overwritten by the first
      cash_in or cash_out operation, leading to wrong-locale results later.
      Probably no demonstrable bug today, since we only appear to be looking
      at the LC_MONETARY results which should be the same anyway, but definitely
      a gotcha waiting to strike.
      e3269cab
    • Bruce Momjian's avatar
      Move connection defines to miscadmin.h. · 74dc04a0
      Bruce Momjian authored
      74dc04a0