index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
Age
Commit message (
Expand
)
Author
6 days
Standardize LSN formatting by zero padding
Álvaro Herrera
14 days
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-01
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-06-30
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-04
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
2023-12-10
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-11-30
Remove unused macro
Peter Eisentraut
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
[next]