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_resetwal
/
pg_resetwal.c
Commit message (
Expand
)
Author
Age
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
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
*
pg_resetwal: Rename function to avoid potential conflict
Peter Eisentraut
2020-02-22
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
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
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
pg_resetwal: Allow users to change the WAL segment size
Peter Eisentraut
2018-03-25
*
pg_resetwal: Fix logical typo in code
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-24
*
pg_resetwal: Prevent division-by-zero errors
Peter Eisentraut
2018-03-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.
Tom Lane
2017-05-29
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09