1. 26 Apr, 2006 3 commits
    • Bruce Momjian's avatar
      Allow pg_resetxlog -f to reset pg_control counters using xlog · 0df32e3c
      Bruce Momjian authored
      information, and add a -r option to reset pg_control without affecting
      xlog.
      
      yuanjia lee
      0df32e3c
    • Bruce Momjian's avatar
      Done: · 3289a932
      Bruce Momjian authored
      * -Allow WAL information to recover corrupted pg_controldata
      3289a932
    • Tom Lane's avatar
      Revise large-object access routines to avoid running with CurrentMemoryContext · 486f994b
      Tom Lane authored
      set to the large object context ("fscxt"), as this is inevitably a source of
      transaction-duration memory leaks.  Not sure why we'd not noticed it before;
      maybe people weren't touching a whole lot of LOs in the same transaction
      before the 8.1 pg_dump changes.  Per report from Wayne Conrad.
      
      Backpatched as far as 8.1, but the problem doubtless goes all the way back.
      I'm disinclined to spend the time to try to verify that the older branches
      would still work if patched, seeing that this code was significantly modified
      for 8.0 and again for 8.1, and that we don't have any trouble reports before
      8.1.  (Maybe the leaks were smaller before?)
      486f994b
  2. 25 Apr, 2006 19 commits
  3. 24 Apr, 2006 11 commits
  4. 23 Apr, 2006 4 commits
    • Bruce Momjian's avatar
      Add: · 109d0aeb
      Bruce Momjian authored
      < * -Eventually enable escape_string_warning and standard_conforming_strings
      > * -Enable escape_string_warning and standard_conforming_strings
      > * Make standard_conforming_strings the default in 8.3?
      >
      >   When this is done, backslash-quote should be prohibited in non-E''
      >   strings because of possible confusion over how such strings treat
      >   backslashes.  Basically, '' is always safe for a literal single
      >   quote, while \' might or might not be based on the backslash
      >   handling rules.
      >
      109d0aeb
    • Bruce Momjian's avatar
      Removes or minimizes some documentation mentions of backward · efe3de07
      Bruce Momjian authored
      compatibility for release 7.2 and earlier.  I have not altered any
      mentions of release 7.3 or later.  The release notes were not modified,
      so the changes are still documented, just not in the main docs.
      efe3de07
    • Tatsuo Ishii's avatar
      Add pgrowlocks · 4799cd7f
      Tatsuo Ishii authored
      4799cd7f
    • Tatsuo Ishii's avatar
  5. 22 Apr, 2006 3 commits