Corresponding core issue: #2085361: Provide a field handler for serial columns that do not have decimal or separator formatting

Because views_handler_field_numeric causes issues with serial fields because by default it formats numbers using a thousands separator. Really we should be providing an even more basic integer or serial field handler that doesn't have any of the fancy formatting options. Then we could prevent errors like #1772300: RSS feed for Git commits links to wrong URL happening.