postgresql/src/backend/storage/ipc
Robert Haas b89e151054 Introduce logical decoding.
This feature, building on previous commits, allows the write-ahead log
stream to be decoded into a series of logical changes; that is,
inserts, updates, and deletes and the transactions which contain them.
It is capable of handling decoding even across changes to the schema
of the effected tables.  The output format is controlled by a
so-called "output plugin"; an example is included.  To make use of
this in a real replication system, the output plugin will need to be
modified to produce output in the format appropriate to that system,
and to perform filtering.

Currently, information can be extracted from the logical decoding
system only via SQL; future commits will add the ability to stream
changes via walsender.

Andres Freund, with review and other contributions from many other
people, including Álvaro Herrera, Abhijit Menon-Sen, Peter Gheogegan,
Kevin Grittner, Robert Haas, Heikki Linnakangas, Fujii Masao, Abhijit
Menon-Sen, Michael Paquier, Simon Riggs, Craig Ringer, and Steve
Singer.
2014-03-03 16:32:18 -05:00
..
dsm_impl.c Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
dsm.c Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
ipc.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
ipci.c Introduce replication slots. 2014-01-31 22:45:36 -05:00
Makefile Single-reader, single-writer, lightweight shared message queue. 2014-01-14 12:23:22 -05:00
pmsignal.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
procarray.c Introduce logical decoding. 2014-03-03 16:32:18 -05:00
procsignal.c Clear MyProc and MyProcSignalState before they become invalid. 2014-01-31 21:31:08 -05:00
shm_mq.c Single-reader, single-writer, lightweight shared message queue. 2014-01-14 12:23:22 -05:00
shm_toc.c Simple table of contents for a shared memory segment. 2014-01-14 12:18:58 -05:00
shmem.c Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
shmqueue.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
sinval.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
sinvaladt.c Show xid and xmin in pg_stat_activity and pg_stat_replication. 2014-02-25 12:34:04 -05:00
standby.c Introduce logical decoding. 2014-03-03 16:32:18 -05:00