1. 06 Apr, 1998 2 commits
    • Bruce Momjian's avatar
      Move initdb.sh to initdb · 47364f31
      Bruce Momjian authored
      47364f31
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  2. 22 Mar, 1998 2 commits
  3. 16 Mar, 1998 1 commit
  4. 25 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Jan Wieck <jwieck@debis.com> · 780068f8
      Marc G. Fournier authored
          seems  that  my last post didn't make it through. That's good
          since  the  diff  itself  didn't  covered  the  renaming   of
          pg_user.h to pg_shadow.h and it's new content.
      
          Here  it's  again.  The  complete regression test passwd with
          only some  float  diffs.  createuser  and  destroyuser  work.
          pg_shadow cannot be read by ordinary user.
      780068f8
  5. 23 Feb, 1998 2 commits
  6. 20 Feb, 1998 1 commit
  7. 19 Feb, 1998 2 commits
  8. 30 Dec, 1997 1 commit
    • Marc G. Fournier's avatar
      Slightly delayed patches from Todd...damn holidays :) · 3c1332e5
      Marc G. Fournier authored
        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
  9. 04 Dec, 1997 1 commit
  10. 16 Nov, 1997 1 commit
  11. 15 Nov, 1997 2 commits
  12. 14 Nov, 1997 1 commit
  13. 13 Nov, 1997 1 commit
  14. 19 Feb, 1997 1 commit
  15. 14 Jan, 1997 2 commits
  16. 10 Jan, 1997 1 commit
    • Bruce Momjian's avatar
      I found the following bugs in the version 6.0 (dated 961229). · 90ff767d
      Bruce Momjian authored
      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
  17. 23 Dec, 1996 1 commit
  18. 29 Nov, 1996 1 commit
  19. 27 Nov, 1996 1 commit
  20. 26 Nov, 1996 1 commit
  21. 25 Nov, 1996 1 commit
  22. 23 Nov, 1996 1 commit
  23. 22 Nov, 1996 1 commit
  24. 14 Nov, 1996 1 commit
  25. 12 Oct, 1996 1 commit
  26. 05 Oct, 1996 2 commits
  27. 04 Oct, 1996 1 commit
  28. 03 Oct, 1996 2 commits
  29. 23 Sep, 1996 1 commit
    • Marc G. Fournier's avatar
      Here's a patch that I discussed recently on pg95-dev that changes the · ff4d0d43
      Marc G. Fournier authored
      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
  30. 21 Sep, 1996 1 commit
  31. 23 Jul, 1996 1 commit
  32. 20 Jul, 1996 1 commit