aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_resetwal/pg_resetwal.c
Commit message (Expand)AuthorAge
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* pg_resetwal: Rename function to avoid potential conflictPeter Eisentraut2020-02-22
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut2018-03-25
* pg_resetwal: Fix logical typo in codePeter Eisentraut2018-03-25
* Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.Tom Lane2018-03-25
* Add long options to pg_resetwal and pg_controldataPeter Eisentraut2018-03-24
* pg_resetwal: Prevent division-by-zero errorsPeter Eisentraut2018-03-23
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove secondary checkpointSimon Riggs2017-11-07
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane2017-05-29
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09