Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Sep 20, 2010
  3. Sep 16, 2010
    • Tom Lane's avatar
      Fix two new-in-9.0 bugs in hstore. · cd55aa2e
      Tom Lane authored
      There was an incorrect Assert in hstoreValidOldFormat(), which would cause
      immediate core dumps when attempting to work with pre-9.0 hstore data,
      but of course only in an assert-enabled build.
      
      Also, ghstore_decompress() incorrectly applied DatumGetHStoreP() to a datum
      that wasn't actually an hstore, but rather a ghstore (ie, a gist signature
      bitstring).  That used to be harmless, but could now result in misbehavior
      if the hstore format conversion code happened to trigger.  In reality,
      since ghstore is not marked toastable (and doesn't need to be), this
      function is useless anyway; we can lobotomize it down to returning the
      passed-in pointer.
      
      Both bugs found by Andrew Gierth, though this isn't exactly his proposed
      patch.
      cd55aa2e
  4. Sep 07, 2010
  5. Aug 23, 2010
  6. Aug 19, 2010
  7. Aug 13, 2010
  8. Aug 12, 2010
  9. Aug 11, 2010
  10. Aug 05, 2010
    • Robert Haas's avatar
      Standardize get_whatever_oid functions for other object types. · fd1843ff
      Robert Haas authored
      - Rename TSParserGetPrsid to get_ts_parser_oid.
      - Rename TSDictionaryGetDictid to get_ts_dict_oid.
      - Rename TSTemplateGetTmplid to get_ts_template_oid.
      - Rename TSConfigGetCfgid to get_ts_config_oid.
      - Rename FindConversionByName to get_conversion_oid.
      - Rename GetConstraintName to get_constraint_oid.
      - Add new functions get_opclass_oid, get_opfamily_oid, get_rewrite_oid,
        get_rewrite_oid_without_relid, get_trigger_oid, and get_cast_oid.
      
      The name of each function matches the corresponding catalog.
      
      Thanks to KaiGai Kohei for the review.
      fd1843ff
  11. Aug 03, 2010
  12. Aug 02, 2010
  13. Jul 30, 2010
  14. Jul 29, 2010
  15. Jul 28, 2010
  16. Jul 25, 2010
  17. Jul 20, 2010
  18. Jul 13, 2010
  19. Jul 09, 2010
  20. Jul 06, 2010
  21. Jul 03, 2010
  22. Jul 02, 2010
  23. Jul 01, 2010
  24. Jun 23, 2010
  25. Jun 22, 2010
  26. Jun 18, 2010
  27. Jun 17, 2010
Loading