1. 25 Aug, 2005 1 commit
  2. 30 Jul, 2005 1 commit
  3. 31 Dec, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  4. 29 Dec, 2004 1 commit
  5. 18 Dec, 2004 1 commit
  6. 30 Aug, 2004 2 commits
  7. 29 Aug, 2004 2 commits
  8. 19 Jun, 2004 1 commit
  9. 23 Mar, 2004 1 commit
  10. 15 Mar, 2004 1 commit
  11. 10 Feb, 2004 1 commit
    • Tom Lane's avatar
      Centralize implementation of delay code by creating a pg_usleep() · 58f337a3
      Tom Lane authored
      subroutine in src/port/pgsleep.c.  Remove platform dependencies from
      miscadmin.h and put them in port.h where they belong.  Extend recent
      vacuum cost-based-delay patch to apply to VACUUM FULL, ANALYZE, and
      non-btree index vacuuming.
      
      By the way, where is the documentation for the cost-based-delay patch?
      58f337a3
  12. 09 Jan, 2004 1 commit
  13. 27 Dec, 2003 1 commit
  14. 23 Dec, 2003 4 commits
  15. 22 Dec, 2003 1 commit
  16. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  17. 08 Aug, 2003 1 commit
  18. 06 Aug, 2003 1 commit
  19. 04 Aug, 2003 2 commits
  20. 27 Jul, 2003 1 commit
  21. 20 Apr, 2003 1 commit
  22. 10 Nov, 2002 1 commit
    • Bruce Momjian's avatar
      > > I'll re-check that with the ppc architecture guy here. · ceb4f5ea
      Bruce Momjian authored
      >
      > ... he is now about to write an inlined version that can go into
      > s_lock.h . I'll send the new patch later on...
      
      OK, here it comes:
      
      An inlined version of tas(), that works for both, powerpc and
      powerpc64. The patch is against 7.3b5 and passes the test suite on
      both architectures.
      
      Reinhard Max
      ceb4f5ea
  23. 21 Sep, 2002 1 commit
  24. 20 Jun, 2002 1 commit
  25. 02 May, 2002 1 commit
  26. 05 Apr, 2002 1 commit
    • Bruce Momjian's avatar
      Looks like a small patch is needed as well to do the right thing on Linux. · 3cbe6b24
      Bruce Momjian authored
      The patch enables the mips2 ISA for the ll/sc operations, and then restores
      it when done.  The kernel/libc emulation code will take over on CPUs without
      ll/sc, and on CPUs with it, it'll use the operations provided by the CPU.
      
      Combined with the earlier fix (removing -mips2), postgresql builds again on
      mips and mipsel.  The patch is against 7.2-7.
      
      Oliver Elphick
      3cbe6b24
  27. 05 Nov, 2001 1 commit
  28. 28 Oct, 2001 1 commit
  29. 25 Oct, 2001 1 commit
  30. 29 Sep, 2001 1 commit
    • Tom Lane's avatar
      Implement new 'lightweight lock manager' that's intermediate between · 499abb0c
      Tom Lane authored
      existing lock manager and spinlocks: it understands exclusive vs shared
      lock but has few other fancy features.  Replace most uses of spinlocks
      with lightweight locks.  All remaining uses of spinlocks have very short
      lock hold times (a few dozen instructions), so tweak spinlock backoff
      code to work efficiently given this assumption.  All per my proposal on
      pghackers 26-Sep-01.
      499abb0c
  31. 27 Sep, 2001 1 commit
  32. 29 Aug, 2001 1 commit
  33. 28 Aug, 2001 1 commit
  34. 27 Mar, 2001 1 commit