aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
Commit message (Expand)AuthorAge
* Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut2022-07-15
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier2022-03-12
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier2021-06-29
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan2019-12-19
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Bump WAL version.Fujii Masao2019-11-21
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix comment.Tatsuo Ishii2017-08-01
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20