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
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
/
src
/
bin
/
scripts
/
pg_isready.c
Age
Commit message (
Expand
)
Author
2021-02-05
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
Robert Haas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-27
Mark response messages for translation in pg_isready.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-21
Fix pg_isready to handle -d option properly.
Fujii Masao
2013-07-16
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-14
pg_isready: Message improvement
Peter Eisentraut
2013-07-07
pg_isready: Make --help output more consistent with other utilities
Peter Eisentraut
2013-06-10
Fix pg_isready to handle conninfo properly.
Fujii Masao
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-25
Make it easy to time out pg_isready, and make the default 3 seconds.
Robert Haas
2013-01-23
pg_isready
Robert Haas