postgresql/src/backend/commands
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication.
This includes two new kinds of postmaster processes, walsenders and
walreceiver. Walreceiver is responsible for connecting to the primary server
and streaming WAL to disk, while walsender runs in the primary server and
streams WAL from disk to the client.

Documentation still needs work, but the basics are there. We will probably
pull the replication section to a new chapter later on, as well as the
sections describing file-based replication. But let's do that as a separate
patch, so that it's easier to see what has been added/changed. This patch
also adds a new section to the chapter about FE/BE protocol, documenting the
protocol used by walsender/walreceivxer.

Bump catalog version because of two new functions,
pg_last_xlog_receive_location() and pg_last_xlog_replay_location(), for
monitoring the progress of replication.

Fujii Masao, with additional hacking by me
2010-01-15 09:19:10 +00:00
..
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
aggregatecmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
alter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
analyze.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
async.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
cluster.c Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
comment.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
constraint.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
conversioncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
copy.c Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
dbcommands.c First part of refactoring of code for ResolveRecoveryConflict. Purposes 2010-01-14 11:08:02 +00:00
define.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
foreigncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
functioncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
indexcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lockcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
opclasscmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
operatorcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
schemacmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
sequence.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tablecmds.c Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
tablespace.c First part of refactoring of code for ResolveRecoveryConflict. Purposes 2010-01-14 11:08:02 +00:00
trigger.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsearchcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
typecmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
user.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
vacuum.c Support rewritten-based full vacuum as VACUUM FULL. Traditional 2010-01-06 05:31:14 +00:00
vacuumlazy.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
variable.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
view.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00