index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_standby
Age
Commit message (
Expand
)
Author
2009-07-16
pg_standby doesn't need to be linked with libpq. Fujii Masao.
Heikki Linnakangas
2009-06-25
Make prior patch pgindent-safe.
Tom Lane
2009-06-25
Disable pg_standby -l option because the backend doesn't expect the recovered
Heikki Linnakangas
2009-06-18
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
Heikki Linnakangas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-14
Add recovery_end_command option to recovery.conf. recovery_end_command
Heikki Linnakangas
2009-03-26
Make pg_standby's maxretries option do what one would expect. Fujii Masao
Tom Lane
2009-03-18
Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
Heikki Linnakangas
2009-03-18
Don't intercept SIGQUIT as a signal to trigger failover; that's what
Heikki Linnakangas
2009-02-27
Equip the programs installed by contrib with proper --help and --version
Peter Eisentraut
2009-01-06
Remove references to pgsql-ports and pgsql-patches mailing lists from
Tom Lane
2008-12-15
Improve comment about why sleep is used by pg_standby to handle 'copy'
Bruce Momjian
2008-12-15
Add comment about GNUWin32's cp not having the file system problem.
Bruce Momjian
2008-12-15
Add missing 'break' in Win32 switch statement, reported by Martin Zaun
Bruce Momjian
2008-07-08
Fix WAL file cutoff point calculation in pg_standby.
Heikki Linnakangas
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-09
Fix incorrect archive truncation point calculation in the %r recovery_command
Heikki Linnakangas
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-11-10
Move most /contrib README files into SGML. Some still need conversion
Bruce Momjian
2007-09-26
Minor improvements in backup and recovery:
Tom Lane
2007-07-16
Quote pathnames so pg_standby works with paths that have
Magnus Hagander
2007-07-15
Change a couple of exit(0) to return 0 to suppress complaints from
Tom Lane
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-05-31
Make some messages more consistent
Peter Eisentraut
2007-05-22
Remove unsupported -u option from pg_standby example usage.
Alvaro Herrera
2007-03-03
Add logging to /contrib/pg_standby if -k couldn't clean up the log file.
Bruce Momjian
2007-02-10
Fix pg_standby to build on msvc.
Magnus Hagander
2007-02-09
Add $PostgreSQL$ marker to contrib makefiles.
Peter Eisentraut
2007-02-08
Add /contrib/pg_standby:
Bruce Momjian