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