index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogreader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify some maths in xlogreader.c
Michael Paquier
2022-10-12
1
-4
/
+1
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-2
/
+2
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
1
-1
/
+1
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
1
-5
/
+5
*
Add more error context to RestoreBlockImage() and consume it
Michael Paquier
2022-09-09
1
-5
/
+17
*
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-08
1
-4
/
+19
*
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-03
1
-5
/
+19
*
Adjust assertion in XLogDecodeNextRecord.
Robert Haas
2022-08-18
1
-3
/
+4
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
1
-1
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-12
/
+13
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
1
-6
/
+18
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
1
-9
/
+0
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
1
-4
/
+23
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
1
-1
/
+1
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
1
-1
/
+1
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
1
-121
/
+524
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
1
-0
/
+20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
1
-1
/
+1
*
Fix typos in comments
Daniel Gustafsson
2021-10-27
1
-1
/
+1
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
1
-1
/
+39
*
Add forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-07-09
1
-4
/
+2
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
1
-12
/
+46
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
1
-1100
/
+445
*
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-04-24
1
-10
/
+5
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
1
-0
/
+13
*
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
1
-148
/
+596
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
1
-366
/
+565
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
1
-33
/
+25
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Report expected contrecord length on mismatch
Alvaro Herrera
2020-09-04
1
-1
/
+2
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
1
-2
/
+2
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
1
-0
/
+5
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
1
-1
/
+3
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-5
/
+5
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
1
-18
/
+17
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
1
-22
/
+29
*
Fix XLogReader FD leak that makes backends unusable after 2PC usage.
Andres Freund
2020-04-07
1
-0
/
+3
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
1
-3
/
+3
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
1
-29
/
+50
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
1
-6
/
+100
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
1
-1
/
+1
*
Fix comment in xlogreader.c
Michael Paquier
2019-09-26
1
-2
/
+1
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
1
-27
/
+46
*
Make XLogReaderInvalReadState static
Alvaro Herrera
2019-09-03
1
-6
/
+7
[next]