1. 24 Jul, 2000 2 commits
    • Philip Warner's avatar
      - no longer put ACLs at end of dump · bb080400
      Philip Warner authored
      - connect as appropriate user in pg_restore with db connection
      - dump owner of rule in pg_dump
      bb080400
    • Tom Lane's avatar
      Deduce equality constraints that are implied by transitivity of · cd9f0ca5
      Tom Lane authored
      mergejoinable qual clauses, and add them to the query quals.  For
      example, WHERE a = b AND b = c will cause us to add AND a = c.
      This is necessary to ensure that it's safe to use these variables
      as interchangeable sort keys, which is something 7.0 knows how to do.
      Should provide a useful improvement in planning ability, too.
      cd9f0ca5
  2. 23 Jul, 2000 3 commits
  3. 22 Jul, 2000 11 commits
  4. 21 Jul, 2000 22 commits
  5. 20 Jul, 2000 2 commits