1. 05 8月, 1998 1 次提交
  2. 04 8月, 1998 1 次提交
  3. 28 7月, 1998 1 次提交
  4. 26 7月, 1998 1 次提交
    • M
      · 5979d738
      Marc G. Fournier 提交于
      From: t-ishii@sra.co.jp
      
      As Bruce mentioned, this is due to the conflict among changes we made.
      Included patches should fix the problem(I changed all MB to
      MULTIBYTE). Please let me know if you have further problem.
      
      P.S. I did not include pathces to configure and gram.c to save the
      file size(configure.in and gram.y modified).
      5979d738
  5. 24 7月, 1998 1 次提交
    • M
      · bf00bbb0
      Marc G. Fournier 提交于
      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
  6. 21 7月, 1998 1 次提交
  7. 18 7月, 1998 1 次提交
  8. 15 7月, 1998 1 次提交
  9. 13 7月, 1998 1 次提交
  10. 26 2月, 1998 1 次提交
  11. 22 2月, 1998 1 次提交
  12. 21 2月, 1998 1 次提交
    • M
      First step done, · 7b30490b
      Marc G. Fournier 提交于
          below  is  the patch to have views to override the permission
          checks for the accessed tables. Now we can do the following:
      
          CREATE VIEW db_user AS SELECT
               usename,
               usesysid,
               usecreatedb,
               usetrace,
               usecatupd,
               '**********'::text as passwd,
               valuntil
              FROM pg_user;
      
          REVOKE ALL ON pg_user FROM public;
          REVOKE ALL ON db_user FROM public;
          GRANT SELECT ON db_user TO public;
      7b30490b
  13. 18 2月, 1998 1 次提交
  14. 13 2月, 1998 1 次提交
  15. 11 2月, 1998 1 次提交
  16. 10 2月, 1998 1 次提交
  17. 25 1月, 1998 1 次提交
  18. 21 1月, 1998 1 次提交
  19. 20 1月, 1998 1 次提交
  20. 19 1月, 1998 1 次提交
  21. 17 1月, 1998 2 次提交
  22. 16 1月, 1998 1 次提交
  23. 11 1月, 1998 1 次提交
  24. 10 1月, 1998 3 次提交
  25. 04 1月, 1998 1 次提交
  26. 27 12月, 1997 1 次提交
  27. 24 12月, 1997 2 次提交
  28. 18 12月, 1997 1 次提交
  29. 05 12月, 1997 2 次提交
  30. 04 12月, 1997 1 次提交
  31. 26 11月, 1997 2 次提交
  32. 24 11月, 1997 1 次提交
  33. 22 11月, 1997 2 次提交