aboutsummaryrefslogtreecommitdiff
path: root/databases/pgreplay
Commit message (Collapse)AuthorAgeFilesLines
* Use DISTVERSION and DISTVERSIONPREFIX rather than GH_TAGNAMEMatthew Seaman2016-05-252-5/+5
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=415859
* pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts theMatthew Seaman2016-05-254-0/+50
SQL statements and executes them in the same order and with the original timing against a PostgreSQL database. WWW: https://github.com/laurenz/pgreplay Notes: svn path=/head/; revision=415826