summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind
AgeCommit message (Expand)Author
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-11-30Remove unused macroPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-09-05Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-07Translation updatesPeter Eisentraut
2023-07-30Fix pg_rewind with in-place tablespaces when source is remoteMichael Paquier
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix overridden callbacks in pg_rewind.Daniel Gustafsson
2023-05-02Fix typos in commentsMichael Paquier
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-23meson: 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-21meson: 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-05Remove 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-06Custom WAL Resource Managers.Jeff Davis
2022-04-06pgstat: remove stats_temp_directory.Andres Freund
2022-04-07Add 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