Add transaction-level advisory locks.

Itagaki Takahiro <itagaki.takahiro@gmail.com>

Commit: 62c7bd31c8878dd45c9b9b2429ab7a12103f3590
Author: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Date: 2011-02-18T05:05:12Z
Releases: 9.1.0
Add transaction-level advisory locks.

They share the same locking namespace with the existing session-level
advisory locks, but they are automatically released at the end of the
current transaction and cannot be released explicitly via unlock
functions.

Marko Tiikkaja, reviewed by me.

Files