summaryrefslogtreecommitdiff
path: root/contrib/pg_standby
Commit message (Expand)AuthorAgeFilesLines
* pg_standby: Don't use HAVE_WORKING_LINKPeter Eisentraut2020-03-031-2/+0
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+1
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-281-1/+1
* Remove useless "return;" linesAlvaro Herrera2019-11-281-1/+0
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+0
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-2/+2
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-251-1/+1
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-011-7/+3
* pg_standby: Remove code for .backup filesPeter Eisentraut2018-07-011-9/+2
* Fix assorted infelicities in new SetWALSegSize() function.Tom Lane2017-09-241-6/+14
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-14/+101
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+5
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-3/+3
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-301-1/+1
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-151-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