1. 15 Jan, 2000 1 commit
  2. 07 Nov, 1999 1 commit
  3. 17 Jul, 1999 2 commits
  4. 16 Jul, 1999 2 commits
  5. 15 Jul, 1999 2 commits
  6. 04 Jul, 1999 1 commit
  7. 03 Jul, 1999 1 commit
  8. 25 May, 1999 1 commit
  9. 19 May, 1999 1 commit
  10. 03 May, 1999 1 commit
    • Bruce Momjian's avatar
      here are some patches for 6.5.0 which I already submitted but have never · 210055ad
      Bruce Momjian authored
      been applied. The patches are in the .tar.gz attachment at the end:
      
      varchar-array.patch     this patch adds support for arrays of bpchar() and
                              varchar(), which where always missing from postgres.
      
                              These datatypes can be used to replace the _char4,
                              _char8, etc., which were dropped some time ago.
      
      block-size.patch        this patch fixes many errors in the parser and other
                              program which happen with very large query statements
                              (> 8K) when using a page size larger than 8192.
      
                              This patch is needed if you want to submit queries
                              larger than 8K. Postgres supports tuples up to 32K
                              but you can't insert them because you can't submit
                              queries larger than 8K. My patch fixes this problem.
      
                              The patch also replaces all the occurrences of `8192'
                              and `1<<13' in the sources with the proper constants
                              defined in include files. You should now never find
                              8192 hardwired in C code, just to make code clearer.
      
      
      --
      Massimo Dal Zotto
      210055ad
  11. 13 Feb, 1999 1 commit
  12. 06 Oct, 1998 1 commit
    • Bruce Momjian's avatar
      Here are the patches against the current source tree. I have run the · e1ebac31
      Bruce Momjian authored
      regression test on a FreeBSD box with both non-MULTIBYTE and
      MULTIBYTE-enabled, and confirmed that the results are same.
      
      However I do not tested on PCs(I don't have access to win). Please let
      me know if the patches break anything on PCs.
      
      Also please note that the patch for varchar.c is a fix for a nasty bug
      of char(n) types that I introduced and I believe at least this should
      be applied.
      
      Tatsuo Ishii
      e1ebac31
  13. 25 Sep, 1998 2 commits
  14. 01 Sep, 1998 2 commits
  15. 24 Jul, 1998 1 commit
    • Marc G. Fournier's avatar
      · bf00bbb0
      Marc G. Fournier authored
      I really hope that I haven't missed anything in this one...
      
      From: t-ishii@sra.co.jp
      
      Attached are patches to enhance the multi-byte support.  (patches are
      against 7/18 snapshot)
      
      * determine encoding at initdb/createdb rather than compile time
      
      Now initdb/createdb has an option to specify the encoding. Also, I
      modified the syntax of CREATE DATABASE to accept encoding option. See
      README.mb for more details.
      
      For this purpose I have added new column "encoding" to pg_database.
      Also pg_attribute and pg_class are changed to catch up the
      modification to pg_database.  Actually I haved added pg_database_mb.h,
      pg_attribute_mb.h and pg_class_mb.h. These are used only when MB is
      enabled. The reason having separate files is I couldn't find a way to
      use ifdef or whatever in those files. I have to admit it looks
      ugly. No way.
      
      * support for PGCLIENTENCODING when issuing COPY command
      
      commands/copy.c modified.
      
      * support for SQL92 syntax "SET NAMES"
      
      See gram.y.
      
      * support for LATIN2-5
      * add UNICODE regression test case
      * new test suite for MB
      
      New directory test/mb added.
      
      * clean up source files
      
      Basic idea is to have MB's own subdirectory for easier maintenance.
      These are include/mb and backend/utils/mb.
      bf00bbb0
  16. 18 Jul, 1998 1 commit
  17. 12 Jul, 1998 1 commit
  18. 16 Jun, 1998 1 commit
    • Bruce Momjian's avatar
      Hello! · 8d8bcda2
      Bruce Momjian authored
         Attached to the mail is locale-patch.tar.gz. In the archive
         there are:
      
      file README.locale
         short description
      
      directory src/test/locale
         test suite; currently only koi8-r tests, but the suite can be
         easily extended
      
      file locale.patch
         the very patch; to apply: patch < locale.patch; should be applied
         to postgres-6.3.2 (at least I created it with 6.3.2 without any
      additional
         patches)
      
         Files touched by the patch:  src/include/utils/builtins.h
      src/backend/utils/adt/char.c src/backend/utils/adt/varchar.c
      src/backend/utils/adt/varlena.c
      
      Oleg
      8d8bcda2
  19. 15 Jun, 1998 1 commit
  20. 29 May, 1998 1 commit
  21. 09 May, 1998 1 commit
  22. 27 Apr, 1998 1 commit
    • Marc G. Fournier's avatar
      From: t-ishii@sra.co.jp · f554af0a
      Marc G. Fournier authored
      Hi, here are patches I promised (against 6.3.2):
      
      * character_length(), position(), substring() are now aware of
                multi-byte characters
      * add octet_length()
      * add --with-mb option to configure
      * new regression tests for EUC_KR
        (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
      * add some test cases to the EUC_JP regression test
      * fix problem in regress/regress.sh in case of System V
      * fix toupper(), tolower() to handle 8bit chars
      
      note that:
      
      o  patches for both configure.in and configure are
      included. maybe the one for configure is not necessary.
      
      o pg_proc.h was modified to add octet_length(). I used OIDs
      (1374-1379) for that. Please let me know if these numbers are not
      appropriate.
      f554af0a
  23. 26 Feb, 1998 1 commit
  24. 24 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: "Denis V. Dmitrienko" <denis@null.net> · 0227a4e1
      Marc G. Fournier authored
      What it does:
      It solves stupid problem with cyrillic charsets IP-based on-fly recoding.
      take a look at /data/charset.conf for details.
      You can use any tables for any charset.
      Tables are from Russian Apache project.
      Tables in this patch contains also Ukrainian characters.
      
      Then run ./configure --enable-recode
      0227a4e1
  25. 10 Feb, 1998 1 commit
  26. 07 Feb, 1998 1 commit
  27. 05 Feb, 1998 1 commit
  28. 16 Jan, 1998 1 commit
  29. 08 Jan, 1998 5 commits
  30. 07 Jan, 1998 2 commits