index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_controldata
/
pg_controldata.c
Commit message (
Expand
)
Author
Age
*
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-02-28
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-04
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.
Tom Lane
2018-03-25
*
Add long options to pg_resetwal and pg_controldata
Peter Eisentraut
2018-03-24
*
pg_controldata: Prevent division-by-zero errors
Peter Eisentraut
2018-03-21
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
*
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
*
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Make pg_controldata report newest XID with valid commit timestamp
Fujii Masao
2015-09-24
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
*
Reestablish alignment of pg_controldata output.
Joe Conway
2015-08-25
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Heikki Linnakangas
2014-10-24
*
Complain if too many options are passed to pg_controldata or pg_resetxlog.
Heikki Linnakangas
2014-10-24
*
Oops, the commit accept pg_controldata -D datadir missed code changes.
Heikki Linnakangas
2014-10-24
*
Add -D option to specify data directory to pg_controldata and pg_resetxlog.
Heikki Linnakangas
2014-09-25
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-21
*
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
2013-12-13
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
pg_controldata: Undo message spelling change
Peter Eisentraut
2013-03-16
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Make output identical to pg_resetxlog's
Alvaro Herrera
2013-01-24
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
*
Print the name of the WAL file containing latest REDO ptr in pg_controldata.
Heikki Linnakangas
2012-07-14
[next]