1. 22 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 0e1a352f
      Marc G. Fournier authored
      Enclosed is the regression.diffs file from running the Feb 21st
      snapshot regression tests for inclusion in src/test/regression
      as regression.Aix41.  Appears to be standard differences to me,
      error messages, fp accuracy and times off by an hour due to PST
      vs PDT.
      0e1a352f
  2. 21 Feb, 1998 4 commits
    • 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
  3. 20 Feb, 1998 8 commits
  4. 19 Feb, 1998 12 commits
  5. 18 Feb, 1998 15 commits