Skip to content
Snippets Groups Projects
  1. Oct 04, 2001
  2. Oct 03, 2001
  3. Oct 02, 2001
  4. Oct 01, 2001
    • Bruce Momjian's avatar
      Fix wording. · 95b2a2a3
      Bruce Momjian authored
      95b2a2a3
    • Bruce Momjian's avatar
      735594ff
    • Bruce Momjian's avatar
      > > > > > - PostgreSQL requires to be compiled with --enable-multibyte · 03489512
      Bruce Momjian authored
      > > > > >   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
    • Tatsuo Ishii's avatar
      Update multibyte Japanese doc · 8ae8ddbb
      Tatsuo Ishii authored
      8ae8ddbb
  5. Sep 30, 2001
  6. Sep 29, 2001
    • Bruce Momjian's avatar
      Update TODO list. · ebfa88c4
      Bruce Momjian authored
      ebfa88c4
    • Tom Lane's avatar
      Implement new 'lightweight lock manager' that's intermediate between · 499abb0c
      Tom Lane authored
      existing lock manager and spinlocks: it understands exclusive vs shared
      lock but has few other fancy features.  Replace most uses of spinlocks
      with lightweight locks.  All remaining uses of spinlocks have very short
      lock hold times (a few dozen instructions), so tweak spinlock backoff
      code to work efficiently given this assumption.  All per my proposal on
      pghackers 26-Sep-01.
      499abb0c
  7. Sep 28, 2001
Loading