summaryrefslogtreecommitdiff
path: root/contrib/pg_standby
Commit message (Expand)AuthorAgeFilesLines
* Fix new warnings from GCC 7Peter Eisentraut2017-05-161-3/+3
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-021-17/+7
* pg_standby: Avoid writing one byte beyond the end of the buffer.Robert Haas2015-01-151-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+1
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-2/+15
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-1/+1
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-12/+1
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-11-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane2013-03-171-4/+4
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-121-1/+1
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-181-2/+2
* pg_standby: Remove tabs from string literalsPeter Eisentraut2012-05-231-2/+2
* Small cleanups of contrib --help outputPeter Eisentraut2012-05-201-3/+3
* Message style improvementsPeter Eisentraut2011-08-141-6/+7
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Remove literal tabs from message stringsPeter Eisentraut2011-05-281-9/+9
* Fix assorted typosAlvaro Herrera2011-05-121-2/+2
* Improve pg_archivecleanup and pg_standby --help outputPeter Eisentraut2011-05-051-5/+5
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-241-1/+1
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-202-2/+2
* Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas2010-05-151-5/+5
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+5
* Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas2009-11-041-3/+9
* pg_standby doesn't need to be linked with libpq. Fujii Masao.Heikki Linnakangas2009-07-161-4/+1
* Make prior patch pgindent-safe.Tom Lane2009-06-251-3/+5
* Disable pg_standby -l option because the backend doesn't expect the recoveredHeikki Linnakangas2009-06-251-3/+8
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-181-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-36/+36
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-141-68/+162
* Make pg_standby's maxretries option do what one would expect. Fujii MasaoTom Lane2009-03-261-2/+2
* Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows thatHeikki Linnakangas2009-03-181-2/+5
* Don't intercept SIGQUIT as a signal to trigger failover; that's whatHeikki Linnakangas2009-03-181-3/+25
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-271-38/+58
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-061-2/+2
* Improve comment about why sleep is used by pg_standby to handle 'copy'Bruce Momjian2008-12-151-7/+6
* Add comment about GNUWin32's cp not having the file system problem.Bruce Momjian2008-12-151-2/+3
* Add missing 'break' in Win32 switch statement, reported by Martin ZaunBruce Momjian2008-12-151-1/+2
* Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas2008-07-081-2/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-091-1/+14
* pgindent run for 8.3.Bruce Momjian2007-11-151-148/+148
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-3/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-206/+0
* Minor improvements in backup and recovery:Tom Lane2007-09-262-70/+160
* Quote pathnames so pg_standby works with paths that haveMagnus Hagander2007-07-161-1/+1