1. 14 9月, 2001 1 次提交
  2. 12 9月, 2001 1 次提交
  3. 11 9月, 2001 2 次提交
  4. 08 9月, 2001 1 次提交
  5. 28 8月, 2001 1 次提交
  6. 27 8月, 2001 1 次提交
  7. 24 8月, 2001 1 次提交
  8. 06 8月, 2001 1 次提交
  9. 02 8月, 2001 2 次提交
  10. 30 7月, 2001 1 次提交
  11. 11 7月, 2001 1 次提交
  12. 05 7月, 2001 1 次提交
  13. 12 6月, 2001 1 次提交
  14. 03 6月, 2001 1 次提交
    • P
      Native Language Support (NLS) · e5420364
      Peter Eisentraut 提交于
      Use --enable-nls to turn it on; see installation instructions for details.
      See developer's guide how to make use of it in programs and how to add
      translations.
      
      psql sources have been almost fully prepared and an incomplete German
      translation has been provided.  In the backend, only elog() calls are
      currently translatable, and the provided German translation file is more
      of a placeholder.
      e5420364
  15. 17 5月, 2001 1 次提交
  16. 13 5月, 2001 1 次提交
  17. 12 5月, 2001 1 次提交
  18. 11 5月, 2001 1 次提交
  19. 10 5月, 2001 3 次提交
  20. 04 5月, 2001 1 次提交
  21. 23 4月, 2001 1 次提交
  22. 20 4月, 2001 1 次提交
  23. 15 4月, 2001 1 次提交
  24. 14 4月, 2001 1 次提交
    • M
      · 741604dd
      Marc G. Fournier 提交于
      tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it
      should have been done
      
      generate a new Changelog from rc4, which is nice and short ... one python
      interface change
      
      tag configure as 7.1, for generating the packages ...
      
      This is it folks ... Release 7.1 is officially here ...
      741604dd
  25. 09 4月, 2001 1 次提交
    • M
      · ecd8ddd0
      Marc G. Fournier 提交于
      upgrade tags to rc4 (note lower case for packagers)
      ecd8ddd0
  26. 06 4月, 2001 1 次提交
    • M
      · c6cbf569
      Marc G. Fournier 提交于
      mark it as RC3 ...
      c6cbf569
  27. 02 4月, 2001 1 次提交
    • M
      · 7db692ce
      Marc G. Fournier 提交于
      RC2 preparations ...
      7db692ce
  28. 24 3月, 2001 1 次提交
  29. 21 3月, 2001 1 次提交
    • M
      · 59ab6a49
      Marc G. Fournier 提交于
      well, here goes our first Release Candidate for 7.1 *cross fingers*
      59ab6a49
  30. 17 3月, 2001 1 次提交
    • M
      · afa7b190
      Marc G. Fournier 提交于
      upgrade version to beta6
      afa7b190
  31. 15 3月, 2001 1 次提交
  32. 11 3月, 2001 1 次提交
  33. 10 3月, 2001 1 次提交
  34. 05 3月, 2001 2 次提交
    • P
      Hmmm, a conflict with V1.104 of configure.in remained and broke configure · ef8181b8
      Peter Mount 提交于
      (said redirection required when run).
      
      After checking using cvsweb, removed the offending conflict.
      Rebuilt configure using autoconf, and it now works fine.
      ef8181b8
    • P
      · c18bb990
      Peter Mount 提交于
      Ok, I've split todays commit into three, the first two already done had some
      bits in JDBC & the first set of tools into contrib.
      
      This is the third, and deals with enabling JDBC to be compiled with the main
      source.
      
      What it does is add a new option to configure: --with-java
      
      This option tells configure to look for ant (our build tool of choice) and
      if found, it then compiles both the JDBC driver and the new tools as part
      of the normal make.
      
      Also, when the postgresql install is done, all the .jar files are also
      installed into the ${PGLIB}/java directory (thought best to keep then separate)
      
      Now I had some conflicts when this applied so could someone please double check
      that everything is ok?
      
      Peter
      c18bb990
  35. 03 3月, 2001 1 次提交