Skip to content
Snippets Groups Projects
  1. Apr 21, 2002
  2. Apr 14, 2002
  3. Apr 11, 2002
  4. Apr 10, 2002
  5. Apr 03, 2002
  6. Apr 01, 2002
  7. Mar 30, 2002
  8. Mar 29, 2002
  9. Mar 13, 2002
    • Peter Eisentraut's avatar
      Move · f362dcec
      Peter Eisentraut authored
        src/GNUmakefile.in to src/Makefile
      and
        src/backend/port/Makefile.in to src/backend/port/Makefile
      
      All configure substitutions are now done in Makefile.global.
      f362dcec
  10. Mar 12, 2002
  11. Mar 05, 2002
    • Bruce Momjian's avatar
      Autoconf for jdbc debug changes. · b7cc409f
      Bruce Momjian authored
      b7cc409f
    • Bruce Momjian's avatar
      > Tatsuo Ishii wrote: · a8bd7e1c
      Bruce Momjian authored
      > > > > 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
  12. Feb 23, 2002
  13. Feb 18, 2002
  14. Feb 03, 2002
  15. Jan 25, 2002
  16. Jan 24, 2002
  17. Jan 22, 2002
  18. Jan 14, 2002
  19. Dec 20, 2001
  20. Dec 13, 2001
  21. Dec 12, 2001
  22. Dec 03, 2001
  23. Dec 02, 2001
  24. Nov 20, 2001
    • PostgreSQL Daemon's avatar
      · 6bfc98b6
      PostgreSQL Daemon authored
      update configure.in for b3 ...
      6bfc98b6
  25. Nov 15, 2001
  26. Nov 06, 2001
    • PostgreSQL Daemon's avatar
      · 845846bc
      PostgreSQL Daemon authored
      tag'd and branded as b2 ...
      845846bc
  27. Oct 25, 2001
    • PostgreSQL Daemon's avatar
      · 1f42f1da
      PostgreSQL Daemon authored
      bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
      1f42f1da
  28. Oct 20, 2001
  29. Oct 19, 2001
  30. Oct 16, 2001
    • Tatsuo Ishii's avatar
      Ok, here is the modified encoding table (column1 is the standard name, · cfe01796
      Tatsuo Ishii authored
      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
  31. Oct 13, 2001
  32. Oct 11, 2001
  33. Oct 01, 2001
  34. Sep 23, 2001
    • Peter Eisentraut's avatar
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut authored
      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
  35. Sep 14, 2001
Loading