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
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
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-19
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-26
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-05
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
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-09
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
2022-04-28
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-11
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-16
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
Fix pg_basebackup with in-place tablespaces.
Thomas Munro
2022-02-20
Fix uninitialized variable.
Heikki Linnakangas
2022-02-16
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
Run pgindent on xlog.c.
Heikki Linnakangas
[next]