1. 18 Apr, 2005 14 commits
  2. 17 Apr, 2005 3 commits
  3. 16 Apr, 2005 2 commits
  4. 15 Apr, 2005 5 commits
  5. 14 Apr, 2005 9 commits
  6. 13 Apr, 2005 4 commits
  7. 12 Apr, 2005 3 commits
    • Tom Lane's avatar
      Adjust pg_cast.h so that the OIDs assigned to built-in casts come from · 2662d0fb
      Tom Lane authored
      genbki.sh's pool (10000-16383) instead of being run-time assigned by
      heap_insert.  Might as well use the pool as long as it's there ...
      I was a bit bemused to realize that it hadn't been in use at all since 7.2.
      
      initdb not forced since this doesn't really affect anything.  The OIDs
      of casts and system indexes will change next time you do one, though.
      2662d0fb
    • Tom Lane's avatar
      Remove unnecessary UPDATE commands to assign explicit ACLs to functions · dffab0c8
      Tom Lane authored
      and PL languages during initdb.  The default permissions for these objects
      are the same as what we were assigning anyway, so there is no need to
      expend space in the catalogs on them.  The space cost is particularly
      significant in pg_proc's indexes, which are bloated by about a factor of 2
      by the full-table update, and can never really recover the space.
      initdb not forced, since the change has no actual impact on behavior.
      dffab0c8
    • Peter Eisentraut's avatar
      Revert mistaken renaming of UTF-8. · c580d945
      Peter Eisentraut authored
      c580d945