- Add argument to content_item__set_live_revision (and oracle's counterpart)
to honor optionally provided "publish_date". The old behavior used hard-coded
the current time. The function is fully backward compatible, when no
publish_date is provided, the current time is used for the publish_date.
- changes for PostgreSQL and Oracle.