1. 29 Aug, 2004 2 commits
  2. 08 Aug, 2004 1 commit
  3. 01 Aug, 2004 1 commit
  4. 11 Jul, 2004 1 commit
    • Tom Lane's avatar
      Move TablespaceCreateDbspace() call into smgrcreate(), which is where it · 8801110b
      Tom Lane authored
      probably should have been to begin with; this is to cover cases like
      needing to recreate the per-db directory during WAL replay.
      Also, fix heap_create to force pg_class.reltablespace to be zero instead
      of the database's default tablespace; this makes the world safe for
      CREATE DATABASE to handle all tables in the default tablespace alike,
      as per previous discussion.  And force pg_class.reltablespace to zero
      when creating a relation without physical storage (eg, a view); this
      avoids possibly having dangling references in this column after a
      subsequent DROP TABLESPACE.
      8801110b
  5. 02 Jul, 2004 1 commit
    • Joe Conway's avatar
      Andreas Pflug wrote: · 0b89d261
      Joe Conway authored
       From an idea of Bruce, the attached patch implements the function
       pg_tablespace_databases(oid) RETURNS SETOF oid
       which delivers as set of database oids having objects in the selected
       tablespace, enabling an admin to examine only the databases affecting
       the tablespace for objects instead of scanning all of them.
      
      initdb forced
      0b89d261
  6. 25 Jun, 2004 1 commit
  7. 21 Jun, 2004 2 commits
  8. 18 Jun, 2004 1 commit