summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind
AgeCommit message (Expand)Author
2023-04-14Add missing source files to nls.mkPeter Eisentraut
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-02-23pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-11Put new command-line options into alphabetical order in help outputPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06Add option --config-file to pg_rewindMichael Paquier
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-05Fix compilerwarning in logging size_tDaniel Gustafsson
2022-04-05pg_rewind: Fetch small files according to new size.Daniel Gustafsson
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-01Rework internal command generation of pg_rewindMichael Paquier
2022-02-23Use test functions in pg_rewind test moduleDaniel Gustafsson
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-13Silence minor compiler warnings.Tom Lane
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-15Fix incorrect format placeholdersPeter Eisentraut
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-06-21Translation updatesPeter Eisentraut