postgresql/src/bin
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding
API and mechanism to allow generic messages to be inserted into WAL that are
intended to be read by logical decoding plugins. This commit adds an optional
new callback to the logical decoding API.

Messages are either text or bytea. Messages can be transactional, or not, and
are identified by a prefix to allow multiple concurrent decoding plugins.

(Not to be confused with Generic WAL records, which are intended to allow crash
recovery of extensible objects.)

Author: Petr Jelinek and Andres Freund
Reviewers: Artur Zakirov, Tomas Vondra, Simon Riggs
Discussion: 5685F999.6010202@2ndquadrant.com
2016-04-06 10:05:41 +01:00
..
initdb Sync tzload() and tzparse() APIs with IANA release tzcode2016c. 2016-03-28 17:19:29 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
pg_config Revert inadvertant change in pg_config behavior 2016-02-17 10:00:34 -08:00
pg_controldata Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
pg_ctl Fix backwards test for Windows service-ness in pg_ctl. 2016-03-07 10:40:44 -05:00
pg_dump Allow aggregate transition states to be serialized and deserialized. 2016-03-29 15:04:05 -04:00
pg_resetxlog Change delimiter used for display of NextXID 2016-02-12 14:23:59 -08:00
pg_rewind pg_rewind: Improve internationalization 2016-03-28 14:33:00 -03:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Fix typos. 2016-03-15 18:06:11 -04:00
pg_xlogdump Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
pgbench pgbench: Remove unused parameter 2016-04-01 17:11:18 -03:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Add a \gexec command to psql for evaluation of computed queries. 2016-04-04 15:25:16 -04:00
scripts Link libpq after libpgfeutils to satisfy Windows linker. 2016-03-24 20:45:31 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00