summaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc/xactdesc.c
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-04Fix incorrect format placeholdersPeter Eisentraut
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Improve description of some WAL records with transaction commandsMichael Paquier
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-13Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-17Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-02Fix some dubious WAL-parsing code.Tom Lane
2018-03-28Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-01Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian