Attempting to mark all messages as read gave me this error:
* warning: pg_query(): Query failed: ERROR: syntax error at or near "h" LINE 1: DELETE h ^ in /export/drupal/includes/database.pgsql.inc on line 139.
* user warning: query: DELETE h FROM history AS h INNER JOIN term_node AS tn ON (h.nid = tn.nid) INNER JOIN term_data AS td ON (td.tid = tn.tid) WHERE h.uid = 248 AND td.vid = 1 in /export/drupal/sites/all/modules/advanced_forum/advanced_forum.module on line 1097.