1. 20 3月, 2014 1 次提交
    • J
      Postgres schema: Constrain sequence search classid · 0110d7b7
      Josh Williams 提交于
      The pk_an_sequence_for query previously joined against pg_class's oid
      for rows in pg_depend, but pg_depend's objid may point to other system
      tables, such as pg_attrdef.  If a row in one of those other tables
      coincidentally has the same oid as an (unrelated) sequence, that
      sequence name may be returned instead of the real one.
      
      This ensures that only the pg_depend entries pointing to pg_class are
      considered.
      0110d7b7
  2. 19 3月, 2014 2 次提交
  3. 18 3月, 2014 11 次提交
  4. 17 3月, 2014 9 次提交
  5. 16 3月, 2014 12 次提交
  6. 15 3月, 2014 5 次提交