aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_standby
Commit message (Expand)AuthorAge
* pg_standby: Remove tabs from string literalsPeter Eisentraut2012-05-23
* Message style improvementsPeter Eisentraut2011-08-14
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Remove literal tabs from message stringsPeter Eisentraut2011-05-28
* Fix assorted typosAlvaro Herrera2011-05-12
* Improve pg_archivecleanup and pg_standby --help outputPeter Eisentraut2011-05-05
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-24
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas2010-05-15
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas2009-11-04
* pg_standby doesn't need to be linked with libpq. Fujii Masao.Heikki Linnakangas2009-07-16
* Make prior patch pgindent-safe.Tom Lane2009-06-25
* Disable pg_standby -l option because the backend doesn't expect the recoveredHeikki Linnakangas2009-06-25
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-14
* Make pg_standby's maxretries option do what one would expect. Fujii MasaoTom Lane2009-03-26
* Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows thatHeikki Linnakangas2009-03-18
* Don't intercept SIGQUIT as a signal to trigger failover; that's whatHeikki Linnakangas2009-03-18
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-27
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-06
* Improve comment about why sleep is used by pg_standby to handle 'copy'Bruce Momjian2008-12-15
* Add comment about GNUWin32's cp not having the file system problem.Bruce Momjian2008-12-15
* Add missing 'break' in Win32 switch statement, reported by Martin ZaunBruce Momjian2008-12-15
* Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas2008-07-08
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-09
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Quote pathnames so pg_standby works with paths that haveMagnus Hagander2007-07-16
* Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane2007-07-15
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Make some messages more consistentPeter Eisentraut2007-05-31
* Remove unsupported -u option from pg_standby example usage.Alvaro Herrera2007-05-22
* Add logging to /contrib/pg_standby if -k couldn't clean up the log file.Bruce Momjian2007-03-03
* Fix pg_standby to build on msvc.Magnus Hagander2007-02-10
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-09
* Add /contrib/pg_standby:Bruce Momjian2007-02-08