Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Don't leak memory after connection aborts in pg_recvlogical. | Heikki Linnakangas | 2014-05-05 | |
| | | | | Andres Freund, noticed by coverity. | |||
* | Some minor improvements to logical decoding document. | Fujii Masao | 2014-03-19 | |
| | | | | Also improve help message in pg_recvlogical. | |||
* | Fix misc typos in comments. | Heikki Linnakangas | 2014-03-18 | |
| | ||||
* | Fix uninitialized variable. | Robert Haas | 2014-03-18 | |
| | | | | Report from Andres Freund, but not his fix. | |||
* | Add pg_recvlogical, a tool to receive data logical decoding data. | Robert Haas | 2014-03-18 | |
This is fairly basic at the moment, but it's at least useful for testing and debugging, and possibly more. Andres Freund |