1. 20 2月, 1998 2 次提交
  2. 18 2月, 1998 1 次提交
  3. 07 2月, 1998 2 次提交
  4. 04 2月, 1998 1 次提交
  5. 30 1月, 1998 1 次提交
  6. 29 1月, 1998 2 次提交
  7. 26 1月, 1998 1 次提交
  8. 25 1月, 1998 1 次提交
    • M
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · 25a8c053
      Marc G. Fournier 提交于
      Hi -- a couple of small items concerning the January 23rd snapshot:
      the inclusion of the Kerberos stuff in one Makefile, a "leading tab"
      cleanup in another, and a fix for a typo in the configure script.
      25a8c053
  9. 24 1月, 1998 2 次提交
    • M
      From: James Hughes <jamesh@interpath.com> · b34c8ec3
      Marc G. Fournier 提交于
      This is a patch to fix crashes in psql when executing queries from
      an external file. The code also adds error checking to verify that
      memory for "query" was allocated. The conditional for the block of
      code was changed from "query == NULL" to "query_alloced == false".
      
      The conditional, "query == NULL", was never true. This prevented
      the memory being allocated for "query". A few lines later, an attempt
      to write to an un-allocated memory area generated a SIGSEGV causing
      the frontend to crash.
      b34c8ec3
    • M
      From: Andrew Martin <martin@biochemistry.ucl.ac.uk> · b8476a09
      Marc G. Fournier 提交于
      psql .psqlrc file startup(Andrew)
      b8476a09
  10. 23 1月, 1998 2 次提交
  11. 18 1月, 1998 1 次提交
  12. 17 1月, 1998 2 次提交
  13. 14 1月, 1998 1 次提交
  14. 13 1月, 1998 1 次提交
  15. 12 1月, 1998 1 次提交
  16. 11 1月, 1998 2 次提交
  17. 10 1月, 1998 1 次提交
  18. 05 1月, 1998 3 次提交
  19. 30 12月, 1997 1 次提交
    • M
      Slightly delayed patches from Todd...damn holidays :) · 3c1332e5
      Marc G. Fournier 提交于
        o  A new patch that contains the following changes:
              -- The pg_pwd file is now cached in the postmaster's memory.
              -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed
                 by a backend.
              -- qsort() is used to sort loaded password entries, and bsearch() is
                 is used to find entries in the pg_pwd cache.
              -- backends now copy the pg_user relation to pg_pwd.pid, and then
                 rename the temp file to be pg_pwd.
              -- The delimiter for pg_pwd has been changed to a tab character.
      3c1332e5
  20. 29 12月, 1997 1 次提交
  21. 26 12月, 1997 1 次提交
  22. 24 12月, 1997 1 次提交
  23. 23 12月, 1997 1 次提交
  24. 20 12月, 1997 1 次提交
  25. 09 12月, 1997 1 次提交
  26. 07 12月, 1997 1 次提交
  27. 05 12月, 1997 2 次提交
  28. 04 12月, 1997 2 次提交
  29. 02 12月, 1997 1 次提交