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
/
src
/
bin
/
pg_controldata
/
pg_controldata.c
Age
Commit message (
Expand
)
Author
6 days
Add warning to pg_controldata on PG_CONTROL_VERSION mismatch
Heikki Linnakangas
6 days
Add pg_resetwal and pg_controldata support for new control file field
Heikki Linnakangas
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-02-21
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-04
pg_controldata: Fix possible errors on corrupted pg_control
Alexander Korotkov
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-04-08
Improve frontend error logging style.
Tom Lane
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
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
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-04
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
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-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2018-05-18
Message wording and pluralization improvements
Peter Eisentraut
2018-03-25
Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.
Tom Lane
2018-03-25
Add long options to pg_resetwal and pg_controldata
Peter Eisentraut
2018-03-21
pg_controldata: Prevent division-by-zero errors
Peter Eisentraut
2017-11-07
Remove secondary checkpoint
Simon Riggs
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-02-12
Change delimiter used for display of NextXID
Joe Conway
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-09-24
Make pg_controldata report newest XID with valid commit timestamp
Fujii Masao
2015-09-16
Review program help output for wording and formatting
Peter Eisentraut
2015-08-26
Reestablish alignment of pg_controldata output.
Joe Conway
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-10-24
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
[next]