postgresql/src/include/storage
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
..
backendid.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
barrier.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
block.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
buf.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
buf_internals.h Relax the requirement that all lwlocks be stored in a single array. 2014-01-27 11:07:44 -05:00
buffile.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
bufmgr.h Fix multiple bugs in index page locking during hot-standby WAL replay. 2014-01-14 17:35:21 -05:00
bufpage.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
checksum.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
checksum_impl.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
copydir.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
dsm.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
dsm_impl.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
fd.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
freespace.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
fsm_internals.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
indexfsm.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
ipc.h PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. 2014-02-16 20:12:43 -05:00
item.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
itemid.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
itemptr.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
large_object.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
latch.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
lmgr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
lock.h Relax the requirement that all lwlocks be stored in a single array. 2014-01-27 11:07:44 -05:00
lwlock.h PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. 2014-02-16 20:12:43 -05:00
off.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_sema.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_shmem.h Rename huge_tlb_pages to huge_pages, and improve docs. 2014-03-03 20:52:48 +02:00
pmsignal.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pos.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
predicate.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
predicate_internals.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
proc.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
procarray.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
procsignal.h Export set_latch_on_sigusr1 symbol for Windows. 2014-01-17 12:48:23 -05:00
reinit.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relfilenode.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
s_lock.h We don't need to include pg_sema.h in s_lock.h anymore. 2014-01-08 20:58:22 -05:00
shm_mq.h Export a few more symbols required for test_shm_mq module. 2014-01-18 15:29:45 -05:00
shm_toc.h Simple table of contents for a shared memory segment. 2014-01-14 12:18:58 -05:00
shmem.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
sinval.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
sinvaladt.h Show xid and xmin in pg_stat_activity and pg_stat_replication. 2014-02-25 12:34:04 -05:00
smgr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
spin.h We don't need to include pg_sema.h in s_lock.h anymore. 2014-01-08 20:58:22 -05:00
standby.h Logging running transactions every 15 seconds. 2014-01-15 12:41:20 -05:00