index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix pg_basebackup with in-place tablespaces some more.
Robert Haas
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-02
Don't leak descriptors into subprograms.
Thomas Munro
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-19
Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.
Tom Lane
2023-01-16
Refactor code in charge of running shell-based recovery commands
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-11-08
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-24
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-19
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
Remove pg_backup_start_callback and reuse similar code
Alvaro Herrera
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
Fix some comments of do_pg_backup_start() and do_pg_backup_stop()
Michael Paquier
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-22
Clear ps display of startup process at the end of recovery
Michael Paquier
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-17
Use SetInstallXLogFileSegmentActive() in more places in xlog.c
Michael Paquier
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-07-22
Remove unnecessary Windows-specific basebackup code.
Thomas Munro
2022-07-22
Remove O_FSYNC and associated macros.
Thomas Munro
2022-07-20
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-07
Add checkpoint and REDO LSN to log_checkpoints message.
Fujii Masao
2022-07-05
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-08
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
[next]