1. 13 3月, 2002 2 次提交
  2. 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
  3. 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
  4. 23 2月, 2002 1 次提交
  5. 19 2月, 2002 1 次提交
  6. 04 2月, 2002 1 次提交
  7. 25 1月, 2002 2 次提交
  8. 23 1月, 2002 1 次提交
    • P
      · c64f083c
      PostgreSQL Daemon 提交于
      okay, sorry for delay all ... here is the tag for RC1 ...
      c64f083c
  9. 14 1月, 2002 1 次提交
    • P
      · da83ecb6
      PostgreSQL Daemon 提交于
      tag as beta 5 for *hopefully* a very very short beta cycle on this one?
      da83ecb6
  10. 21 12月, 2001 1 次提交
  11. 14 12月, 2001 1 次提交
  12. 12 12月, 2001 1 次提交
    • P
      · 219b4b24
      PostgreSQL Daemon 提交于
      tag it as b4, with all the changes that have gone on ...
      219b4b24
  13. 04 12月, 2001 1 次提交
  14. 02 12月, 2001 1 次提交
  15. 20 11月, 2001 1 次提交
    • P
      · 6bfc98b6
      PostgreSQL Daemon 提交于
      update configure.in for b3 ...
      6bfc98b6
  16. 16 11月, 2001 2 次提交
  17. 07 11月, 2001 1 次提交
    • P
      · 845846bc
      PostgreSQL Daemon 提交于
      tag'd and branded as b2 ...
      845846bc
  18. 25 10月, 2001 1 次提交
    • P
      · 1f42f1da
      PostgreSQL Daemon 提交于
      bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
      1f42f1da
  19. 21 10月, 2001 1 次提交
  20. 20 10月, 2001 1 次提交
  21. 19 10月, 2001 1 次提交
  22. 16 10月, 2001 1 次提交
    • T
      Ok, here is the modified encoding table (column1 is the standard name, · cfe01796
      Tatsuo Ishii 提交于
      2 is our "official" name, and 3 is alias). If there's no objection, I
      will change them.
      
      ASCII		SQL_ASCII
      UTF-8		UNICODE		UTF_8
      MULE-INTERNAL	MULE_INTERNAL
      ISO-8859-1	LATIN1		ISO_8859_1
      ISO-8859-2	LATIN2		ISO_8859_2
      ISO-8859-3	LATIN3		ISO_8859_3
      ISO-8859-4	LATIN4		ISO_8859_4
      ISO-8859-5	ISO_8859_5
      ISO-8859-6	ISO_8859_6
      ISO-8859-7	ISO_8859_7
      ISO-8859-8	ISO_8859_8
      ISO-8859-9	LATIN5		ISO_8859_9
      ISO-8859-10	LATIN6		ISO_8859_10
      ISO-8859-13	LATIN7		ISO_8859_13
      ISO-8859-14	LATIN8		ISO_8859_14
      ISO-8859-15	LATIN9		ISO_8859_15
      ISO-8859-16	LATIN10		ISO_8859_16
      cfe01796
  23. 13 10月, 2001 1 次提交
  24. 11 10月, 2001 1 次提交
  25. 01 10月, 2001 1 次提交
    • B
      > > > > > - PostgreSQL requires to be compiled with --enable-multibyte · 03489512
      Bruce Momjian 提交于
      > > > > >   and --enable-unicode-convertion if it ought to work correctly
      > > > > >   with Tcl/Tk >= 8.1 (client or server side).
      > > > > >
      > > > > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion
      > > > > >   if it runs on a Tcl version >= 8.1 .
      > > >
      > > > > I'll do pl/tcl part in the next version of patch. Using this approach we
      > > > > can eliminate overhead for databases in UNICODE.
      > > >
      > > > Any progress on this?  I'd prefer to get rid of this --enable-pltcl-utf
      > > > option before release.
      > >
      > > Done
      > >
      > > Next version removes --enable-pltcl-utf switch and enables embedded
      > > utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion
      03489512
  26. 23 9月, 2001 1 次提交
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
  27. 14 9月, 2001 1 次提交
  28. 12 9月, 2001 1 次提交
  29. 11 9月, 2001 2 次提交
  30. 08 9月, 2001 1 次提交
  31. 06 9月, 2001 2 次提交
    • B
      PAM authentication: · 04c1f729
      Bruce Momjian 提交于
      > pam_strerror() should be used a few more times, rather than just saying
      > "Error!".  Also, the configure.in snippet seems wrong.  You add
      > -I$pam_prefix/include/security to $INCLUDES and then you #include
      > <security/pam_appl.h>.  This whole thing is probably unnecessary, since
      > PAM is a system library on the systems where it exists, so the headers
      > and libraries are found automatically, unlike OpenSSL and
      > Kerberos.
      
      See attached revised patch. (I'm sure the configure.in stuff can be done
      right/better, I'm just not enough of a autoconf guru to know what to
      change it to.)
      
      Dominic J. Eidson
      04c1f729
    • B
      Next version of patch. · 16910e44
      Bruce Momjian 提交于
      Now with documentation update and disabling of UTF conversion for Tcl <=8.0
      
      On Fri, 24 Aug 2001, Vsevolod Lobko wrote:
      
      > On Thu, 23 Aug 2001, Tom Lane wrote:
      >
      > > > Is this looks better?
      > >
      > > It does, but one small gripe: the lack of semicolons will probably cause
      > > pg_indent to mess up the indentation.  (I know emacs' autoindent mode
      > > will not work nicely with it, either.)  Please set up the macros so that
      > > you write
      > >
      > >                         UTF_BEGIN;
      > >                         Tcl_DStringAppend(&unknown_src, UTF_E2U(part), -1);
      > >                         UTF_END;
      > >
      > > and then I'll be happy.
      >
      > Attached revised patch
      >
      > > Your point about overhead is a good one, so I retract the gripe about
      > > using a configure switch.  But please include documentation patches to
      > > describe the configure option in the administrator's guide (installation
      > > section).
      >
      > This patch still uses configure switch for enabling feature.
      >
      > For enabling based on tcl version we have 2 posibilites:
      >  1) having feature enabled by default, but in pltcl.c check for tcl
      >     version and disable it for old versions
      >  2) enable or disable at configure time based on tcl version, but there
      >     are problem - current configure don't checks for tcl version at all
      >     and my configure skills not enought for adding this
      >
      
      Vsevolod Lobko
      16910e44
  32. 27 8月, 2001 1 次提交
  33. 24 8月, 2001 1 次提交
  34. 02 8月, 2001 2 次提交