1. 02 Nov, 2001 1 commit
    • Tom Lane's avatar
      Fix problem reported by Alex Korn: if a relation has been dropped and · 7d053108
      Tom Lane authored
      recreated since the start of our transaction, our first reference to it
      errored out because we'd try to reuse our old relcache entry for it.
      Do this by accepting SI inval messages just before relcache search in
      heap_openr, so that dead relcache entries will be flushed before we
      search.  Also, break heap_open/openr into two pairs of routines,
      relation_open(r) and heap_open(r).  The relation_open routines make
      no tests on relkind and so can be used to open anything that has a
      pg_class entry.  The heap_open routines are wrappers that add a relkind
      test to preserve their established behavior.  Use the relation_open
      routines in several places that had various kluge solutions for opening
      rels that might be either heap or index rels.
      
      Also, remove the old 'heap stats' code that's been superseded by Jan's
      stats collector, and clean up some inconsistencies in error reporting
      between the different types of ALTER TABLE.
      7d053108
  2. 31 Aug, 2000 1 commit
  3. 29 May, 2000 1 commit
  4. 21 Dec, 1999 1 commit
  5. 13 Dec, 1999 1 commit
  6. 09 Dec, 1999 1 commit
  7. 06 Apr, 1998 1 commit
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  8. 20 Dec, 1997 1 commit
  9. 17 Dec, 1997 1 commit
    • Marc G. Fournier's avatar
      Clean up the Makefiles · e2d95010
      Marc G. Fournier authored
      	Essentially, this cleans things up so that if PORTNAME isn't defined (I'm
          working on getting rid of it for FreeBSD, at least, to see if its possible)
          none of the PORTNAME related stuff gets passed around.
      
      	Had a little bit of -I related redundancy as well
      e2d95010
  10. 09 Nov, 1996 1 commit
  11. 31 Oct, 1996 1 commit
  12. 27 Oct, 1996 1 commit