summaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
AgeCommit message (Expand)Author
13 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-05-21Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-21Show isCatalogRel in several rmgr descriptions.Masahiko Sawada
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-10-02Add rmgrdesc READMEHeikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Use nbtdesc "level" field name consistently.Peter Geoghegan
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-11Clarify nbtree posting list update desc issue.Peter Geoghegan
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-11-02Improve the description of XLOG_RUNNING_XACTS.Amit Kapila
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-16Fix assert in logicalmsg_descTomas Vondra
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-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Improve description of some WAL records with transaction commandsMichael Paquier