1. 12 Jun, 2005 3 commits
  2. 10 Jun, 2005 15 commits
  3. 09 Jun, 2005 20 commits
  4. 08 Jun, 2005 2 commits
    • Tom Lane's avatar
      Marginal hack to avoid spending a lot of time in find_join_rel during · e3a33a9a
      Tom Lane authored
      large planning problems: when the list of join rels gets too long, make
      an auxiliary hash table that hashes on the identifying Bitmapset.
      e3a33a9a
    • Tom Lane's avatar
      Remove grammar productions for prefix and postfix % and ^ operators, · 77c168a8
      Tom Lane authored
      as well as the existing pg_catalog entries for prefix and postfix %.
      These have never been documented, though they did appear in one old
      regression test.  This avoids surprising behavior in cases like
      "SELECT -25 % -10".  Per recent discussion.
      Note: although there is a catalog change here, I did not force initdb
      since there's no harm in leaving the inaccessible entries in one's
      copy of pg_operator.
      77c168a8