Skip to content
Snippets Groups Projects
  1. Mar 20, 2002
  2. Mar 19, 2002
  3. Mar 18, 2002
  4. Mar 17, 2002
  5. Mar 15, 2002
  6. Mar 11, 2002
  7. Mar 10, 2002
  8. Mar 09, 2002
  9. Mar 08, 2002
  10. Mar 07, 2002
  11. Mar 06, 2002
  12. Mar 05, 2002
    • Bruce Momjian's avatar
      Update FAQ. · afc732e6
      Bruce Momjian authored
      afc732e6
    • Bruce Momjian's avatar
      This version has been synchonized with English version at Mar 03. · 590102c2
      Bruce Momjian authored
      With best wishes,Victor Vislobokov
      Perm, Russia
      590102c2
    • Bruce Momjian's avatar
      This trivial patch fixes a typo and improves the phrasing of a sentence · 7bf7b0bd
      Bruce Momjian authored
      in the docs.
      
      Neil Conway
      7bf7b0bd
    • 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
    • Bruce Momjian's avatar
      I attach a version of my toast-slicing patch, against current CVS · 03194432
      Bruce Momjian authored
      (current as of a few hours ago.)
      
      This patch:
      
      1. Adds PG_GETARG_xxx_P_SLICE() macros and associated support routines.
      
      2. Adds routines in src/backend/access/tuptoaster.c for fetching only
      necessary chunks of a toasted value. (Modelled on latest changes to
      assume chunks are returned in order).
      
      3. Amends text_substr and bytea_substr to use new methods. It now
      handles multibyte cases -and should still lead to a performance
      improvement in the multibyte case where the substring is near the
      beginning of the string.
      
      4. Added new command: ALTER TABLE tabname ALTER COLUMN colname SET
      STORAGE {PLAIN | EXTERNAL | EXTENDED | MAIN} to parser and documented in
      alter-table.sgml. (NB I used ColId as the item type for the storage
      mode string, rather than a new production - I hope this makes sense!).
      All this does is sets attstorage for the specified column.
      
      4. AlterTableAlterColumnStatistics is now AlterTableAlterColumnFlags and
      handles both statistics and storage (it uses the subtype code to
      distinguish). The previous version of my patch also re-arranged other
      code in backend/commands/command.c but I have dropped that from this
      patch.(I plan to return to it separately).
      
      5. Documented new macros (and also the PG_GETARG_xxx_P_COPY macros) in
      xfunc.sgml. ref/alter_table.sgml also contains documentation for ALTER
      COLUMN SET STORAGE.
      
      John Gray
      03194432
    • Bruce Momjian's avatar
      Add: · bca7c57c
      Bruce Momjian authored
      > 	o allow replication over unreliable or non-persistent links
      bca7c57c
    • Bruce Momjian's avatar
      Add \timing patch to psql. Times all queries. · 25b0b09f
      Bruce Momjian authored
      Greg Sabino Mullane
      25b0b09f
    • Bruce Momjian's avatar
      Add PQunescapeBytea libpq function. · 294f0d4b
      Bruce Momjian authored
      Everyone using libpq and bytea is probably having to invent this wheel..
      
      Patrick Welche
      294f0d4b
  13. Mar 04, 2002
Loading