aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_standby
Commit message (Expand)AuthorAge
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* pg_standby: Remove code for .backup filesPeter Eisentraut2018-07-01
* Fix assorted infelicities in new SetWALSegSize() function.Tom Lane2017-09-24
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* 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
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* 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
* 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