Re: [HACKERS] pg_basebackup and wal streaming

2011-08-16 Thread Magnus Hagander
On Sat, Feb 26, 2011 at 20:59, Magnus Hagander wrote: > On Sat, Feb 26, 2011 at 20:48, Yeb Havinga wrote: >> On 2011-02-26 18:19, Magnus Hagander wrote: >>> >>> Attached is an updated version of the patch that includes these >>> changes, as well as Windows support and an initial cut at a ref page

Re: [HACKERS] pg_basebackup and wal streaming

2011-03-14 Thread Magnus Hagander
On Fri, Mar 11, 2011 at 16:19, Bruce Momjian wrote: > Magnus Hagander wrote: >> On Fri, Mar 4, 2011 at 15:23, Yeb Havinga wrote: >> > On 2011-02-18 11:02, Magnus Hagander wrote: >> >> >> >> Better late than never (or?), here's the final cleanup of >> >> pg_streamrecv for moving into the main dist

Re: [HACKERS] pg_basebackup and wal streaming

2011-03-11 Thread Bruce Momjian
Magnus Hagander wrote: > On Fri, Mar 4, 2011 at 15:23, Yeb Havinga wrote: > > On 2011-02-18 11:02, Magnus Hagander wrote: > >> > >> Better late than never (or?), here's the final cleanup of > >> pg_streamrecv for moving into the main distribution, per discussion > >> back in late dec or early jan.

Re: [HACKERS] pg_basebackup and wal streaming

2011-03-04 Thread Magnus Hagander
On Fri, Mar 4, 2011 at 15:23, Yeb Havinga wrote: > On 2011-02-18 11:02, Magnus Hagander wrote: >> >> Better late than never (or?), here's the final cleanup of >> pg_streamrecv for moving into the main distribution, per discussion >> back in late dec or early jan. It also includes the "stream logs

Re: [HACKERS] pg_basebackup and wal streaming

2011-03-04 Thread Yeb Havinga
On 2011-02-18 11:02, Magnus Hagander wrote: Better late than never (or?), here's the final cleanup of pg_streamrecv for moving into the main distribution, per discussion back in late dec or early jan. It also includes the "stream logs in parallel to backup" part that was not completed on pg_baseb

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-27 Thread Yeb Havinga
On 2011-02-26 20:59, Magnus Hagander wrote: On Sat, Feb 26, 2011 at 20:48, Yeb Havinga wrote: On 2011-02-26 18:19, Magnus Hagander wrote: Attached is an updated version of the patch that includes these changes, as well as Windows support and an initial cut at a ref page for pg_receivexlog (nee

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-26 Thread Magnus Hagander
On Sat, Feb 26, 2011 at 20:48, Yeb Havinga wrote: > On 2011-02-26 18:19, Magnus Hagander wrote: >> >> Attached is an updated version of the patch that includes these >> changes, as well as Windows support and an initial cut at a ref page >> for pg_receivexlog (needs some more detail still). > > I'

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-26 Thread Yeb Havinga
On 2011-02-26 18:19, Magnus Hagander wrote: Attached is an updated version of the patch that includes these changes, as well as Windows support and an initial cut at a ref page for pg_receivexlog (needs some more detail still). I'm testing a bit more (with the previous version, sorry) and got the

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-26 Thread Magnus Hagander
On Sun, Feb 20, 2011 at 21:37, Dimitri Fontaine wrote: > Hi, > > Magnus Hagander writes: >> Better late than never (or?), here's the final cleanup of >> pg_streamrecv for moving into the main distribution, per discussion >> back in late dec or early jan. It also includes the "stream logs in >> pa

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-24 Thread Yeb Havinga
On 2011-02-20 21:37, Dimitri Fontaine wrote: Hi, Magnus Hagander writes: Better late than never (or?), here's the final cleanup of pg_streamrecv for moving into the main distribution, per discussion back in late dec or early jan. It also includes the "stream logs in parallel to backup" part th

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-22 Thread Heikki Linnakangas
On 18.02.2011 12:02, Magnus Hagander wrote: Better late than never (or?), here's the final cleanup of pg_streamrecv for moving into the main distribution, per discussion back in late dec or early jan. It also includes the "stream logs in parallel to backup" part that was not completed on pg_baseb

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-20 Thread Dimitri Fontaine
Hi, Magnus Hagander writes: > Better late than never (or?), here's the final cleanup of > pg_streamrecv for moving into the main distribution, per discussion > back in late dec or early jan. It also includes the "stream logs in > parallel to backup" part that was not completed on pg_basebackup.

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-19 Thread Magnus Hagander
On Fri, Feb 18, 2011 at 20:33, Bruce Momjian wrote: > Magnus Hagander wrote: >> Better late than never (or?), here's the final cleanup of >> pg_streamrecv for moving into the main distribution, per discussion >> back in late dec or early jan. It also includes the "stream logs in >> parallel to bac

Re: [HACKERS] pg_basebackup and wal streaming

2011-02-18 Thread Bruce Momjian
Magnus Hagander wrote: > Better late than never (or?), here's the final cleanup of > pg_streamrecv for moving into the main distribution, per discussion > back in late dec or early jan. It also includes the "stream logs in > parallel to backup" part that was not completed on pg_basebackup. > > Oth

[HACKERS] pg_basebackup and wal streaming

2011-02-18 Thread Magnus Hagander
Better late than never (or?), here's the final cleanup of pg_streamrecv for moving into the main distribution, per discussion back in late dec or early jan. It also includes the "stream logs in parallel to backup" part that was not completed on pg_basebackup. Other than that, the only changes to p