1. 22 Jun, 2001 1 commit
  2. 09 Jun, 2001 1 commit
    • Tom Lane's avatar
      Remove RelationGetBufferWithBuffer(), which is horribly confused about · bdadc9bf
      Tom Lane authored
      appropriate pin-count manipulation, and instead use ReleaseAndReadBuffer.
      Make use of the fact that the passed-in buffer (if there is one) must
      be pinned to avoid grabbing the bufmgr spinlock when we are able to
      return this same buffer.  Eliminate unnecessary 'previous tuple' and
      'next tuple' fields of HeapScanDesc and IndexScanDesc, thereby removing
      a whole lot of bookkeeping from heap_getnext() and related routines.
      bdadc9bf
  3. 24 Jan, 2001 1 commit
  4. 14 Mar, 2000 1 commit
  5. 26 Jan, 2000 1 commit
    • Bruce Momjian's avatar
      Add: · 5c25d602
      Bruce Momjian authored
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  6. 15 Jul, 1999 2 commits
  7. 25 May, 1999 1 commit
  8. 13 Feb, 1999 1 commit
  9. 27 Nov, 1998 1 commit
  10. 01 Sep, 1998 1 commit
  11. 27 Jul, 1998 1 commit
  12. 24 Nov, 1997 1 commit
  13. 20 Nov, 1997 1 commit
  14. 08 Sep, 1997 2 commits
  15. 07 Sep, 1997 1 commit
  16. 04 Nov, 1996 1 commit
    • Marc G. Fournier's avatar
      another pass through. · 434201d8
      Marc G. Fournier authored
      Note.  all include files that have been hit so far have had extraneous
             include files cleaned out and are reduced to...the lowest common
             "include file", based on 'cc -Wall -I. test.c', where test.c is:
      
      #include "postgres.h"
      #include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
      434201d8
  17. 03 Nov, 1996 1 commit
  18. 23 Oct, 1996 1 commit
  19. 19 Oct, 1996 1 commit
  20. 27 Aug, 1996 1 commit