Skip to content
Snippets Groups Projects
  1. Feb 26, 1998
  2. Feb 25, 1998
  3. Feb 24, 1998
  4. Feb 23, 1998
  5. Feb 21, 1998
    • Marc G. Fournier's avatar
      Change: · aa7244ed
      Marc G. Fournier authored
      #define TAPETEMP                "pg_btsortXXXXXX"
      
      to:
      
      #define TAPETEMP                "pg_btsortXXXXXXX"
      
      For some reason, under FreeBSD, it appears that the mktemp() value needs the
      extra 'X' to improve/ensure uniqueness
      aa7244ed
    • Bruce Momjian's avatar
      ec9e44ab
    • Bruce Momjian's avatar
      856da1e6
    • Marc G. Fournier's avatar
      First step done, · 7b30490b
      Marc G. Fournier authored
          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
  6. Feb 20, 1998
  7. Feb 19, 1998
  8. Feb 18, 1998
  9. Feb 17, 1998
  10. Feb 14, 1998
    • Marc G. Fournier's avatar
      From: Brian E Gallew <geek+@cmu.edu> · 527f8bab
      Marc G. Fournier authored
      dgux 5.4R4.11
      
      Missing port-protos.h (not needed, I think).  Wants dld.h.  Should
      really use the system dl stuff (like i386_solaris).  Needs to include
      <netinet/in.h> before <arpa/inet.h>.  Here are some patches...
      527f8bab
    • Marc G. Fournier's avatar
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · aa0d3ec1
      Marc G. Fournier authored
      The file 'backend/utils/adt/arrayfuncs.c' won't compile with the
      February 14th snapshot, because of an inconsistency between the
      declaration and implementation of ReadArrayStr().  As far as I can
      tell, the predeclaration is wrong.  I assume this is what was meant:
      aa0d3ec1
  11. Feb 13, 1998
Loading