1. 21 Jul, 2006 2 commits
    • Tom Lane's avatar
      Add the full set of comparison functions for type TID, including a btree · 0144eb92
      Tom Lane authored
      opclass.  This is not so much because anyone's likely to create an index
      on TID, as that sorting TIDs can be useful.  Also added max and min
      aggregates while at it, so that one can investigate the clusteredness of
      a table with queries like SELECT min(ctid), max(ctid) FROM tab WHERE ...
      Greg Stark and Tom Lane
      0144eb92
    • Tom Lane's avatar
      Ah, I finally realize why Magnus wanted to add a --bindir option to · bc660c42
      Tom Lane authored
      pg_regress: there's no other way to cope with testing a relocated
      installation.  Seems better to call it --psqldir though, since the
      only thing we need to find in that case is psql.  It'd be better if
      we could use find_other_exec, but that's not happening unless we are
      willing to install pg_regress alongside psql, which seems unlikely
      to happen.
      bc660c42
  2. 20 Jul, 2006 8 commits
  3. 19 Jul, 2006 10 commits
  4. 18 Jul, 2006 6 commits
  5. 17 Jul, 2006 2 commits
  6. 16 Jul, 2006 9 commits
  7. 15 Jul, 2006 3 commits