OSDN Git Service

XLOG file archiving and point-in-time recovery. There are still some
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jul 2004 02:47:16 +0000 (02:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jul 2004 02:47:16 +0000 (02:47 +0000)
commit66ec2db72840e4e400d879578744420c969ed7bf
tree44aa43c732dabe83405bc3a456f5f8c43845bf7c
parentd0c1bbdcc61a4ac7cf005451af507ea8d0c64f54
XLOG file archiving and point-in-time recovery.  There are still some
loose ends and a glaring lack of documentation, but it basically works.

Simon Riggs with some editorialization by Tom Lane.
13 files changed:
src/backend/access/nbtree/nbtsort.c
src/backend/access/transam/recovery.conf.sample [new file with mode: 0644]
src/backend/access/transam/xlog.c
src/backend/commands/tablecmds.c
src/backend/postmaster/Makefile
src/backend/postmaster/pgarch.c [new file with mode: 0644]
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/initdb/initdb.c
src/include/access/xlog.h
src/include/postmaster/pgarch.h [new file with mode: 0644]
src/include/storage/pmsignal.h