summaryrefslogtreecommitdiffstats
path: root/server/sql/rteval-1.4.sql
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor issues in rteval-parser database schemasDavid Sommerseth2012-12-201-0/+1
| | | | | | | - The rtevxmlrpc database user needs SELECT privileges on rtevalruns, otherwise the DatabaseStatus() XML-RPC call fails. - The hwlatdetect_summary table was defined with a wrong column name
* Added support for PostgreSQL arrays + store cpu_topology CPU spread as an arrayDavid Sommerseth2011-10-071-0/+207
Implemented a new value type for the internal <sqldata/> XML format, which will store data in an PostgreSQL array. This is used now to store the CPU core spread of the socket in a sepearate field in rtevalruns_details. Signed-off-by: David Sommerseth <davids@redhat.com>