1. 10 7月, 1999 1 次提交
  2. 29 6月, 1999 1 次提交
  3. 15 6月, 1999 1 次提交
  4. 11 6月, 1999 1 次提交
    • J
      Added 2 regression tests for NUMERIC data type. · cc08d051
      Jan Wieck 提交于
      1. Using 100 digits after decimal point on the default
         make runtest.
      
      2. Using 1000 digits after decimal point in a new target
         make bigtest.
      
      At the end of 'make runtest', a hint about the new bigtest is
      printed.
      
      Jan
      cc08d051
  5. 07 6月, 1999 1 次提交
  6. 02 6月, 1999 1 次提交
  7. 26 5月, 1999 1 次提交
  8. 25 5月, 1999 1 次提交
  9. 24 5月, 1999 2 次提交
  10. 21 5月, 1999 1 次提交
  11. 20 5月, 1999 2 次提交
  12. 17 5月, 1999 1 次提交
  13. 13 5月, 1999 1 次提交
  14. 12 5月, 1999 4 次提交
  15. 10 5月, 1999 2 次提交
  16. 09 5月, 1999 1 次提交
  17. 07 5月, 1999 4 次提交
  18. 06 5月, 1999 1 次提交
    • B
      I have two patches for 6.5.0: · 5d5cf912
      Bruce Momjian 提交于
      arrayfuncs.patch        fixes a small bug in my previous patches for
      arrays
      
      array-regress.patch     adds _bpchar and _varchar to regression tests
      
      --
      Massimo Dal Zotto
      5d5cf912
  19. 04 5月, 1999 1 次提交
    • B
      here are some patches for 6.5.0 which I already submitted but have never · 210055ad
      Bruce Momjian 提交于
      been applied. The patches are in the .tar.gz attachment at the end:
      
      varchar-array.patch     this patch adds support for arrays of bpchar() and
                              varchar(), which where always missing from postgres.
      
                              These datatypes can be used to replace the _char4,
                              _char8, etc., which were dropped some time ago.
      
      block-size.patch        this patch fixes many errors in the parser and other
                              program which happen with very large query statements
                              (> 8K) when using a page size larger than 8192.
      
                              This patch is needed if you want to submit queries
                              larger than 8K. Postgres supports tuples up to 32K
                              but you can't insert them because you can't submit
                              queries larger than 8K. My patch fixes this problem.
      
                              The patch also replaces all the occurrences of `8192'
                              and `1<<13' in the sources with the proper constants
                              defined in include files. You should now never find
                              8192 hardwired in C code, just to make code clearer.
      
      
      --
      Massimo Dal Zotto
      210055ad
  20. 26 4月, 1999 6 次提交
  21. 23 4月, 1999 1 次提交
  22. 20 4月, 1999 1 次提交
  23. 16 4月, 1999 1 次提交
    • T
      Overhaul Wisconsin Benchmark test suit · e062a176
      Tatsuo Ishii 提交于
      	- change temp -> temp_bench ("temp" is now a reserved word)
      	- fix bugs in queries
      	- add -B 256 option to run the postgres command
      	  (without this, postgres seems to fail with hashjoin)
      e062a176
  24. 15 4月, 1999 3 次提交