1. 08 7月, 1998 3 次提交
  2. 07 7月, 1998 1 次提交
  3. 03 7月, 1998 1 次提交
    • B
      Hello! · c765b4b0
      Bruce Momjian 提交于
      Through some minor changes, I have been able to compile the libpq
      client libraries on the Win32 platform. Since the libpq communications
      part has been rewritten, this has become much easier. Enclosed is
      a patch that will allow at least Microsoft Visual C++ to compile
      libpq into both a static and a dynamic library.  I will take a look
      at porting the psql frontend as well, but I figured it was a good
      idea to send in these patches first - so no major changes are done
      to the files before it gets applied (if it does).
      
      Regards,
        Magnus Hagander
      c765b4b0
  4. 30 6月, 1998 1 次提交
  5. 29 6月, 1998 1 次提交
  6. 27 6月, 1998 4 次提交
  7. 26 6月, 1998 1 次提交
  8. 25 6月, 1998 1 次提交
  9. 23 6月, 1998 1 次提交
  10. 20 6月, 1998 1 次提交
  11. 19 6月, 1998 1 次提交
  12. 18 6月, 1998 1 次提交
  13. 16 6月, 1998 4 次提交
    • B
      Hi, here are the patches to enhance existing MB handling. This time · cb7cbc16
      Bruce Momjian 提交于
      I have implemented a framework of encoding translation between the
      backend and the frontend. Also I have added a new variable setting
      command:
      
      SET CLIENT_ENCODING TO 'encoding';
      
      Other features include:
      	Latin1 support more 8 bit cleaness
      
      See doc/README.mb for more details. Note that the pacthes are
      against May 30 snapshot.
      
      Tatsuo Ishii
      cb7cbc16
    • B
      Here is the long awaited optimized version of the S_LOCK patch. · 0d8e7f63
      Bruce Momjian 提交于
      This incorporates all the precedeing patches and emailed suggestions
      and the results of the performance testing I posted last week. I
      would like to get this tested on as many platforms as possible so
      I can verify it went in correctly (as opposed to the horrorshow
      last time I sent in a patch).
      
      Once this is confirmed, I will make a tarball of files that can be
      dropped into a 6.3.2 source tree as a few people have asked for
      this in 6.3.2 as well.
      
      David Gould
      0d8e7f63
    • B
      Hello! · 8d8bcda2
      Bruce Momjian 提交于
         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
    • B
      27db9ecd
  14. 14 6月, 1998 2 次提交
  15. 13 6月, 1998 1 次提交
    • B
      > I needed to do that for the web database that I'm setting up. We · 3f372ee6
      Bruce Momjian 提交于
      have > 20000 users and each (potentially) needs a separate database
      which is > only accessible to them. Rather than having 20000 lines
      in pg_hba.conf, > I've patched Postgres so that the special token
      "sameuser" in the > database field of pg_hba.conf allows access
      only to the username which > is connecting.
      3f372ee6
  16. 10 6月, 1998 2 次提交
  17. 09 6月, 1998 1 次提交
  18. 05 6月, 1998 2 次提交
  19. 01 6月, 1998 1 次提交
  20. 30 5月, 1998 1 次提交
  21. 29 5月, 1998 4 次提交
  22. 21 5月, 1998 1 次提交
    • M
      · 9f3d6393
      Marc G. Fournier 提交于
      From: David Hartwig <daveh@insightdist.com>
      
      Here is a patch to remove the requirement that ORDER/GROUP BY clause
      identifiers be included in the target list.
      9f3d6393
  23. 20 5月, 1998 1 次提交
  24. 13 5月, 1998 3 次提交
    • M
      · 9391dd36
      Marc G. Fournier 提交于
      Add a check for DBL_MIN problem...not sure if this is right...needs
      testing...
      9391dd36
    • B
      68f9c981
    • B
      The attached patch corrects two problems with autoconfiguration of · 982c695f
      Bruce Momjian 提交于
      psql in Postgres 6.3.2.  Both of these problems were complained of
      recently in pgsql-questions:
      
      1. In the right circumstances, psql.c will fail to compile due to
      trying
         to include a nonexistent <history.h>.  (Thread "Compile-time
         error" around 17 Apr 98.) 2. In other circumstances, psql will
      compile but does not provide
         command history capability, even though the underlying readline
         library supports it.  (Various threads, most recently "query
         repetition in psql" around 29 Apr.)
      
      Tom Lane
      982c695f