summaryrefslogtreecommitdiff
path: root/src/test/isolation/specs/plpgsql-toast.spec
AgeCommit message (Expand)Author
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-20Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane
2019-07-27Don't drop NOTICE messages in isolation tests.Tom Lane
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane