index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_standby
Age
Commit message (
Expand
)
Author
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-01-15
pg_standby: Avoid writing one byte beyond the end of the buffer.
Robert Haas
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2013-11-07
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-17
Use pqsignal() in contrib programs rather than calling signal(2) directly.
Tom Lane
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-06-17
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-05-23
pg_standby: Remove tabs from string literals
Peter Eisentraut
2012-05-19
Small cleanups of contrib --help output
Peter Eisentraut
2011-08-14
Message style improvements
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-27
Remove literal tabs from message strings
Peter Eisentraut
2011-05-12
Fix assorted typos
Alvaro Herrera
2011-05-05
Improve pg_archivecleanup and pg_standby --help output
Peter Eisentraut
2011-01-25
Use consistent spacing for PGAPPICON Makefile option.
Bruce Momjian
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-05-15
Fix typos in comments, spotted by Josh Kupershmidt.
Heikki Linnakangas
2010-05-12
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-02-26
pgindent run for 9.0
Bruce Momjian
2009-11-04
Disable triggering failover with a signal in pg_standby on Windows, because
Heikki Linnakangas
2009-07-16
pg_standby doesn't need to be linked with libpq. Fujii Masao.
Heikki Linnakangas
2009-06-25
Make prior patch pgindent-safe.
Tom Lane
2009-06-25
Disable pg_standby -l option because the backend doesn't expect the recovered
Heikki Linnakangas
2009-06-18
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
Heikki Linnakangas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-14
Add recovery_end_command option to recovery.conf. recovery_end_command
Heikki Linnakangas
2009-03-26
Make pg_standby's maxretries option do what one would expect. Fujii Masao
Tom Lane
2009-03-18
Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
Heikki Linnakangas
2009-03-18
Don't intercept SIGQUIT as a signal to trigger failover; that's what
Heikki Linnakangas
2009-02-27
Equip the programs installed by contrib with proper --help and --version
Peter Eisentraut
2009-01-06
Remove references to pgsql-ports and pgsql-patches mailing lists from
Tom Lane
2008-12-15
Improve comment about why sleep is used by pg_standby to handle 'copy'
Bruce Momjian
2008-12-15
Add comment about GNUWin32's cp not having the file system problem.
Bruce Momjian
2008-12-15
Add missing 'break' in Win32 switch statement, reported by Martin Zaun
Bruce Momjian
2008-07-08
Fix WAL file cutoff point calculation in pg_standby.
Heikki Linnakangas
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-09
Fix incorrect archive truncation point calculation in the %r recovery_command
Heikki Linnakangas
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-11-10
Move most /contrib README files into SGML. Some still need conversion
Bruce Momjian
2007-09-26
Minor improvements in backup and recovery:
Tom Lane
[next]