1. 20 2月, 1998 1 次提交
  2. 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
  3. 04 12月, 1997 1 次提交
  4. 16 11月, 1997 3 次提交
  5. 15 11月, 1997 1 次提交
  6. 13 11月, 1997 1 次提交
  7. 19 2月, 1997 1 次提交
  8. 14 1月, 1997 2 次提交
  9. 11 1月, 1997 1 次提交
    • B
      I found the following bugs in the version 6.0 (dated 961229). · 90ff767d
      Bruce Momjian 提交于
      At least the first two should be fixed before the final release of 6.0.
      
      1)      There is a mismatch between the type declared in the catalog for
              the input/output attributes of pg_type and the actual type of
              values stored in the table.  The type of typinput, typoutput,
              typsend and typreceive are declared oid (26) while the values are
              regproc (24).  The error was there also in previous versions but
              nobody noticed it until an Assert has been added in ExecEvalVar.
              The effect is that it is now impossible to replace the typoutput
              of existing data types with new procs.
      
      2)      The identd hba fails after the first time because the data read
              from the identd socket is not zero-terminated and strlen reports
              an incorrect length if the stack contains garbage, which usually
              happens after the first connection has been made.
      
      3)      The new initdb wants to create itself the data directory. This
              implies that the parent directory must be writable by postgres and
              this may not always be desirable.  A better solution would be to
              allow the directory to be created by root and then filled by initdb.
              It would also nice to have some reasonable default for PGLIB and
              PGDATA like the previous version did.  This applies also to the
              postmaster executable.
      90ff767d
  10. 23 12月, 1996 1 次提交
  11. 29 11月, 1996 1 次提交
  12. 27 11月, 1996 1 次提交
  13. 26 11月, 1996 1 次提交
  14. 25 11月, 1996 1 次提交
  15. 23 11月, 1996 1 次提交
  16. 22 11月, 1996 1 次提交
  17. 14 11月, 1996 1 次提交
  18. 12 10月, 1996 1 次提交
  19. 06 10月, 1996 1 次提交
  20. 05 10月, 1996 2 次提交
  21. 03 10月, 1996 2 次提交
  22. 23 9月, 1996 1 次提交
    • M
      Here's a patch that I discussed recently on pg95-dev that changes the · ff4d0d43
      Marc G. Fournier 提交于
      way one creates a database system.  Parts that were in "make install"
      are not either in "make all" or initdb.  Nothing goes in the PGDATA
      directory besides user data.  Creating multiple database systems is
      easier.
      
      In addition to applying the patch, it is necessary to move the file
      libpq/pg_hba to backend/libpq/pg_hba.sample.
      
      Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
      ff4d0d43
  23. 21 9月, 1996 1 次提交
  24. 23 7月, 1996 1 次提交
  25. 20 7月, 1996 1 次提交
  26. 16 7月, 1996 1 次提交
  27. 09 7月, 1996 1 次提交