aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_standby/pg_standby.c
Commit message (Expand)AuthorAge
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* pg_standby: Avoid writing one byte beyond the end of the buffer.Robert Haas2015-01-15
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-11-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane2013-03-17
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* pg_standby: Remove tabs from string literalsPeter Eisentraut2012-05-23
* Small cleanups of contrib --help outputPeter Eisentraut2012-05-20
* 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
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas2010-05-15
* pgindent run for 9.0Bruce Momjian2010-02-26
* Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas2009-11-04
* 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
* 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 /contrib/pg_standby:Bruce Momjian2007-02-08