Includes DB Changes you need to log all terminals out during upgrade
Recent changes to make AR/AP things like lists work faster ran into a bug with postgresql itself. Certain operations would not update txn list correctly. e.g. adding a payment for an AR balance.
Most common version of pg we have installed has a defect documented [here]
This update includes some tweaks to workaround the triggering conditions of the bug.
Bug was not detected in internal testing because testing is against later version of postgres (which is downloadable off website).