index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
Age
Commit message (
Expand
)
Author
13 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
2025-12-09
Clean up int64-related format strings
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-11-18
Log a note at program start when running in dry-run mode
Álvaro Herrera
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-10-25
pg_rewind: Skip copy of WAL segments generated before point of divergence
Michael Paquier
2025-10-23
pg_rewind: Extend code detecting relation files to work with WAL files
Michael Paquier
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-29
Run pgperltidy
Joe Conway
2025-05-05
Translation updates
Peter Eisentraut
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-25
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-02
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-21
Fix newly introduced 010_keep_recycled_wals.pl
Álvaro Herrera
2024-11-15
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-27
Message style improvements
Peter Eisentraut
2024-08-10
Fix inappropriate uses of atol()
Peter Eisentraut
2024-08-08
Fix pg_rewind debug output to print the source timeline history
Heikki Linnakangas
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-01
Run pgperltidy
Michael Paquier
2024-06-24
Translation updates
Peter Eisentraut
2024-06-13
Skip some permissions checks on Cygwin
Andrew Dunstan
2024-06-13
Add missing source files to nls.mk
Peter Eisentraut
2024-05-20
Translation updates
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-06
Translation updates
Peter Eisentraut
2024-04-06
Convert uses of hash_string_pointer to fasthash equivalent
John Naylor
2024-03-21
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-03-19
Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...
Peter Eisentraut
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-09
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-02-01
Avoid package qualification of $windows_os
Andrew Dunstan
2024-01-30
Fix 003_extrafiles.pl test for the Windows
Andrew Dunstan
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
[next]