aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xloginsert.c
Commit message (Expand)AuthorAge
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* Correct assertion and comments about XLogRecordMaxSize.Noah Misch2023-10-01
* Fix off-by-one in XLogRecordMaxSize check.Noah Misch2023-08-12
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix incorrect format placeholdersPeter Eisentraut2023-04-12
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera2022-10-19
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Fix header inclusion order in xloginsert.c with lz4.hMichael Paquier2022-03-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.Fujii Masao2021-07-21
* Fix compilation warning in xloginsert.cMichael Paquier2021-06-29
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* In log_newpage_range(), heed forkNum and page_std arguments.Noah Misch2020-03-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Silence assorted "variable may be used uninitialized" warnings.Tom Lane2018-02-14
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08