index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xloginsert.c
Commit message (
Expand
)
Author
Age
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
*
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-10-01
*
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-08-12
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Avoid trying to write an empty WAL record in log_newpage_range().
Tom Lane
2023-04-17
*
Fix incorrect format placeholders
Peter Eisentraut
2023-04-12
*
Add more protections in WAL record APIs against overflows
Michael Paquier
2023-04-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Add overflow protection for block-related data in WAL records
Michael Paquier
2022-07-27
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
*
Fix header inclusion order in xloginsert.c with lz4.h
Michael Paquier
2022-03-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-02
*
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
*
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-21
*
Fix compilation warning in xloginsert.c
Michael Paquier
2021-06-29
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
In log_newpage_range(), heed forkNum and page_std arguments.
Noah Misch
2020-03-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Cleanup comments in xlog compression
Stephen Frost
2018-12-06
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
[next]