1. 13 Oct, 1996 1 commit
    • Bruce Momjian's avatar
      I checked the alter table code, and started suspecting the relation · abb1b3e7
      Bruce Momjian authored
      cache.  I found if I manually added a line to flush the whole relation
      cache, the assert error disappeared.  Looking through the code, I found
      that the relation cache is flushed at the end of each query if the
      reference count is zero for the relation.  However, printf's showed that
      the rd_relcnt(reference count) for the accessed query was not returning
      to zero after each query.
      
      It turns out the parser was doing a heap_ropen in parser/analyze.c to
      get information about the table's columns, but was not doing a
      heap_close.
      
      This was causing the query after the ALTER TABLE ADD to see the old
      table structure, and the executor's assert was reporting the problem.
      abb1b3e7
  2. 11 Oct, 1996 1 commit
  3. 08 Oct, 1996 1 commit
  4. 23 Sep, 1996 3 commits
  5. 21 Sep, 1996 2 commits
  6. 16 Sep, 1996 1 commit
  7. 28 Aug, 1996 2 commits
  8. 27 Aug, 1996 2 commits
  9. 21 Aug, 1996 3 commits
  10. 20 Aug, 1996 1 commit
  11. 19 Aug, 1996 1 commit
    • Marc G. Fournier's avatar
      Added a SVR4 port · 926a066d
      Marc G. Fournier authored
      ```yaml
      below my signature, there are a coupls of diffs and files in a shell
      archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs
      MIPS based SINIX systems. Except for the compiler switches "-W0" and
      "-LD-Blargedynsym" these diffs should also apply for other SVR4 based
      systems. The changes in "Makefile.global" and "genbki.sh" can probably
      be ignored (I needed gawk, to make the script run).
      
      There is one bugfix thou. In "src/backend/parser/sysfunc.c" the
      function in this file didn't honor the EUROPEAN_DATES ifdef.
      ```
      
      Submitted by:  Frank Ridderbusch <ridderbusch.pad@sni.de>
      926a066d
  12. 06 Aug, 1996 1 commit
  13. 31 Jul, 1996 3 commits
  14. 29 Jul, 1996 1 commit
  15. 25 Jul, 1996 4 commits
  16. 23 Jul, 1996 2 commits
  17. 22 Jul, 1996 1 commit
  18. 20 Jul, 1996 3 commits
  19. 19 Jul, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes: · 2771129c
      Marc G. Fournier authored
      	minor Makefile changes to force setting of SRCDIR and ordering of
      	include files
      
      Submitted by: Bruce Momjian (root@candle.pha.pa.us)
      2771129c
  20. 16 Jul, 1996 1 commit
  21. 15 Jul, 1996 1 commit
  22. 13 Jul, 1996 1 commit
  23. 09 Jul, 1996 1 commit