1. 14 7月, 1999 1 次提交
  2. 10 7月, 1999 1 次提交
  3. 04 7月, 1999 1 次提交
  4. 03 7月, 1999 1 次提交
  5. 29 6月, 1999 1 次提交
  6. 24 6月, 1999 1 次提交
  7. 17 6月, 1999 1 次提交
  8. 11 6月, 1999 1 次提交
  9. 05 6月, 1999 1 次提交
    • M
      · 840306af
      Marc G. Fournier 提交于
      ecpg.patch (wrong makefile expansion in some cases)
      
              the ecpg Makefiles use a variable DESTDIR which is never defined
              except by debian/rules makefile, in which case the ecpg makefiles
              expand wrong pathnames. If we want to support a DESTDIR root it
              must be done consistently in all the makefiles, not just in ecpg.
      
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      840306af
  10. 26 5月, 1999 1 次提交
  11. 25 5月, 1999 1 次提交
  12. 22 5月, 1999 1 次提交
  13. 20 5月, 1999 1 次提交
  14. 18 5月, 1999 1 次提交
  15. 14 5月, 1999 1 次提交
  16. 08 5月, 1999 1 次提交
  17. 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
  18. 26 4月, 1999 1 次提交
  19. 16 4月, 1999 1 次提交
  20. 15 4月, 1999 1 次提交
  21. 13 4月, 1999 1 次提交
  22. 25 3月, 1999 1 次提交
  23. 21 3月, 1999 4 次提交
  24. 20 3月, 1999 1 次提交
  25. 18 3月, 1999 1 次提交
  26. 16 3月, 1999 2 次提交
  27. 15 3月, 1999 2 次提交
  28. 11 3月, 1999 1 次提交
  29. 07 3月, 1999 1 次提交
  30. 05 3月, 1999 1 次提交
  31. 28 2月, 1999 1 次提交
    • M
      · d077c614
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Tue Feb 23 17:32:25 CET 1999
      +
      +       - Other than a struct a union itself cannot be specified as variable.
      +
      + Fri Feb 26 07:18:25 CET 1999
      +
      +       - Synced preproc.y with gram.y.
      +
      + Sat Feb 27 20:30:03 CET 1999
      +
      +       - Added automatic allocating for NULL pointers.
      d077c614
  32. 23 2月, 1999 1 次提交
    • M
      · fa9db42a
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Son Feb 21 14:10:47 CET 1999
      +
      +       - Fixed variable detection in libecpg.
      +
      + Mon Feb 22 19:47:45 CET 1999
      +
      +       - Added 'at <db_connection>' option to all commands it is apllicable
      +         to. Due to changing the API of some libecpg functions this
      +         requires me to increase the major version number.
      +       - Synced pgc.l with scan.l.
      +       - Added support for unions.
      +       - Set library version to 3.0.0
      +       - Set ecpg version to 3.0.0
      fa9db42a
  33. 20 2月, 1999 1 次提交
    • M
      · bf6636ba
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      See Changes file...
      bf6636ba
  34. 14 2月, 1999 1 次提交
  35. 04 2月, 1999 1 次提交
    • M
      · fc590b6f
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      + Tue Feb  2 07:40:52 CET 1999
      +
      +       - Brought preproc.y in sync again with gram.y.
      +       - Set ecpg version to 2.4.9
      +
      fc590b6f