1. 13 10月, 1996 1 次提交
    • B
      I checked the alter table code, and started suspecting the relation · abb1b3e7
      Bruce Momjian 提交于
      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 10月, 1996 1 次提交
  3. 08 10月, 1996 1 次提交
  4. 24 9月, 1996 1 次提交
  5. 23 9月, 1996 2 次提交
  6. 22 9月, 1996 1 次提交
  7. 21 9月, 1996 1 次提交
  8. 16 9月, 1996 1 次提交
  9. 28 8月, 1996 2 次提交
  10. 27 8月, 1996 2 次提交
  11. 21 8月, 1996 3 次提交
  12. 20 8月, 1996 1 次提交
  13. 19 8月, 1996 1 次提交
    • M
      Added a SVR4 port · 926a066d
      Marc G. Fournier 提交于
      ```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
  14. 07 8月, 1996 1 次提交
  15. 01 8月, 1996 2 次提交
  16. 31 7月, 1996 1 次提交
  17. 30 7月, 1996 1 次提交
  18. 26 7月, 1996 1 次提交
  19. 25 7月, 1996 3 次提交
  20. 23 7月, 1996 3 次提交
  21. 20 7月, 1996 3 次提交
  22. 19 7月, 1996 1 次提交
    • M
      Fixes: · 2771129c
      Marc G. Fournier 提交于
      	minor Makefile changes to force setting of SRCDIR and ordering of
      	include files
      
      Submitted by: Bruce Momjian (root@candle.pha.pa.us)
      2771129c
  23. 16 7月, 1996 2 次提交
  24. 13 7月, 1996 1 次提交
  25. 09 7月, 1996 1 次提交