1. 06 9月, 2002 1 次提交
    • P
      Assorted fixes for Cygwin: · 337da067
      Peter Eisentraut 提交于
      Eliminate the mysterious games that the Cygwin build plays with the linker
      flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
      Detect cygipc in configure, after the linker flags are set up, otherwise
      configure might not work at all.
      
      Make sure everything is covered by make clean.
      
      Fix the build of the new conversion procedure modules.
      
      Add new DLLIMPORT markers where required.
      
      Finally, the compiler complains if we use an explicit
      -I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
      still necessary.
      337da067
  2. 05 9月, 2002 1 次提交
  3. 04 9月, 2002 3 次提交
  4. 03 9月, 2002 1 次提交
  5. 31 8月, 2002 2 次提交
  6. 30 8月, 2002 1 次提交
    • M
      · 9a0b4d7f
      Marc G. Fournier 提交于
      perl5 interface moved to gborg
      9a0b4d7f
  7. 23 8月, 2002 1 次提交
    • M
      · 5a303f87
      Marc G. Fournier 提交于
      Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
      project ...
      5a303f87
  8. 22 8月, 2002 1 次提交
    • M
      · da4683fb
      Marc G. Fournier 提交于
      Okay, libpq++ is moved to GBorg, and all traces of it have been removed
      from the core repository ... I haven't *moved* the libpq++ files out of the
      tree, mainly as we want to keep them in place for past branches ...
      
      Peter, I think I've covered all the files I need, and re-ran autoconf to make
      sure the configure file is in place properly ...
      da4683fb
  9. 21 8月, 2002 1 次提交
  10. 28 7月, 2002 1 次提交
  11. 20 7月, 2002 1 次提交
  12. 18 7月, 2002 1 次提交
  13. 17 7月, 2002 1 次提交
  14. 16 7月, 2002 3 次提交
  15. 08 7月, 2002 1 次提交
  16. 29 5月, 2002 1 次提交
  17. 25 5月, 2002 1 次提交
  18. 05 5月, 2002 1 次提交
  19. 27 4月, 2002 1 次提交
  20. 26 4月, 2002 1 次提交
    • T
      Add checking for syslog.h · 998e1c17
      Tatsuo Ishii 提交于
      Enable multibyte support by default. Note that this is the first cut,
      and I'm gloing to remove #ifdef MULTIBYTE and others step by step...
      998e1c17
  21. 24 4月, 2002 1 次提交
  22. 22 4月, 2002 1 次提交
  23. 21 4月, 2002 1 次提交
  24. 15 4月, 2002 1 次提交
  25. 11 4月, 2002 2 次提交
  26. 03 4月, 2002 1 次提交
  27. 01 4月, 2002 1 次提交
  28. 30 3月, 2002 3 次提交
  29. 13 3月, 2002 2 次提交
  30. 06 3月, 2002 1 次提交
    • B
      At this moment, --enable-debug adds debugging information to most of the · 0416641b
      Bruce Momjian 提交于
      parts o f postgresql. The jdbc drivers are never compiled with debugging
      support. This p atch make sure that debugging information is added to
      the jdbc jar when the --en able-debug is added. This was usefull for me
      for debugging some java jdbc poolin g objects but this might perhaps be
      usefull for other people too?
      
      Dries Verachtert
      0416641b
  31. 05 3月, 2002 1 次提交
    • B
      > Tatsuo Ishii wrote: · a8bd7e1c
      Bruce Momjian 提交于
      > > > > It was made to cope with encoding such as an Asian bloc in 7.2Beta2.
      > > > >
      > > > > Added ServerEncoding
      > > > >         Korean (JOHAB), Thai (WIN874),
      > > > >         Vietnamese (TCVN), Arabic (WIN1256)
      > > > >
      > > > > Added ClientEncoding
      > > > >         Simplified Chinese (GBK), Korean (UHC)
      > > > >
      > > > >
      > > > >
      > http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2b2.newencoding.diff.tar.gz
      > > > > (608K)
      > > >
      > > > Looks good.  I need some people to review this for me.
      > >
      > > For me they look good too. The only missing part is a
      > > documentation. I will ask him to write it up. If he couldn't, I will
      > > do it for him.
      > > > The diff is 3mb
      > > > but appears to address only additions to multibyte.  I have attached a
      > > > list of files it modifies.  Also, look at the sizes of the mb/
      > > > directory.  It is getting large:
      > > >
      > > >   4       ./CVS
      > > >   6       ./Unicode/CVS
      > > >   3433    ./Unicode
      > > >   6197    .
      > >
      > > Yes. We definitely need the on-the-fly encoding addition capability:
      > > i.e. CREATE CHRACTER SET in the future...
      > > --
      > > Tatsuo Ishii
      > >
      > >
      
      Address chainge.
      
      http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2.newencoding.diff.gz
      
      Add PsqlODBC and document ...etc patch.
      
      Eiji Tokuya
      a8bd7e1c