1. 13 Feb, 2003 1 commit
    • Bruce Momjian's avatar
      [ Have readline save edit history.] · 6d8b8a5e
      Bruce Momjian authored
      >
      > > I already posted a one-line patch to implement this, but it doesn't
      > > seem to hve come through to the list. Here it is inline, instead of as
      > > an attachment:
      >
      > We need this to work without readline as well.  (Of course there won't be
      > any history, but it needs to compile.)
      
      <blush> Even after slogging my way through the nesting #ifdefs for readline
      and win32, I forgot! Let's make that a three line patch, then.
      
      Ross J. Reedstrom
      6d8b8a5e
  2. 12 Feb, 2003 4 commits
  3. 11 Feb, 2003 3 commits
  4. 10 Feb, 2003 3 commits
  5. 09 Feb, 2003 6 commits
  6. 08 Feb, 2003 1 commit
  7. 07 Feb, 2003 2 commits
    • Dave Cramer's avatar
      applied Kris Jurka's patch for numeric · 893678ed
      Dave Cramer authored
      893678ed
    • Tom Lane's avatar
      Revise mechanism for getting rid of temp tables at backend shutdown. · 3acf4223
      Tom Lane authored
      Instead of grovelling through pg_class to find them, make use of the
      handy dandy dependency mechanism: just delete everything that depends
      on our temp schema.  Unlike the pg_class scan, the dependency mechanism
      is smart enough to delete things in an order that doesn't fall foul of
      any dependency restrictions.  Fixes problem reported by David Heggie:
      a temp table with a serial column may cause a backend FATAL exit at
      shutdown time, if it chances to try to delete the temp sequence first.
      3acf4223
  8. 06 Feb, 2003 3 commits
  9. 05 Feb, 2003 3 commits
  10. 04 Feb, 2003 8 commits
  11. 03 Feb, 2003 6 commits