summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind
Commit message (Expand)AuthorAgeFilesLines
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-0/+1
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-4/+0
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-5/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-065-24/+24
* Translation updatesPeter Eisentraut2022-05-1610-1663/+2977
* Pre-beta mechanical code beautification.Tom Lane2022-05-124-11/+16
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-112-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-111-1/+2
* Put new command-line options into alphabetical order in help outputPeter Eisentraut2022-04-111-2/+2
* Improve frontend error logging style.Tom Lane2022-04-085-42/+28
* Custom WAL Resource Managers.Jeff Davis2022-04-061-4/+7
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-3/+2
* Add option --config-file to pg_rewindMichael Paquier2022-04-072-4/+32
* Remove exclusive backup modeStephen Frost2022-04-061-3/+3
* Fix compilerwarning in logging size_tDaniel Gustafsson2022-04-051-2/+2
* pg_rewind: Fetch small files according to new size.Daniel Gustafsson2022-04-055-14/+188
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-1/+8
* Remove more unused module imports from TAP testsDaniel Gustafsson2022-03-271-1/+0
* pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera2022-03-231-1/+3
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-181-1/+1
* Rework internal command generation of pg_rewindMichael Paquier2022-03-011-10/+33
* Use test functions in pg_rewind test moduleDaniel Gustafsson2022-02-231-15/+4
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-201-1/+0
* Silence minor compiler warnings.Tom Lane2022-02-131-1/+1
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-118-14/+19
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-191-1/+1
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-162-9/+5
* Update copyright for 2022Bruce Momjian2022-01-0723-23/+23
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-221-3/+3
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-249-27/+27
* Fix incorrect format placeholdersPeter Eisentraut2021-09-151-7/+2
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-293-7/+7
* Translation updatesPeter Eisentraut2021-06-213-493/+592
* Translation updatesPeter Eisentraut2021-05-173-497/+571
* Message style improvementsPeter Eisentraut2021-05-141-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-124-27/+34
* Translation updatesPeter Eisentraut2021-05-109-1282/+2811
* Revert recovery prefetching feature.Thomas Munro2021-05-101-58/+51
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-079-0/+27
* Use correct format placeholder for timeline IDsPeter Eisentraut2021-04-211-1/+1
* Don't use INT64_FORMAT inside message stringsPeter Eisentraut2021-04-211-4/+4
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Fix files references in nls.mkPeter Eisentraut2021-04-121-1/+1
* Add circular WAL decoding buffer.Thomas Munro2021-04-081-1/+1
* Remove read_page callback from XLogReader.Thomas Munro2021-04-081-50/+57
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1