index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
rmgrdesc
Age
Commit message (
Expand
)
Author
13 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-05-21
Fix incorrect WAL description for PREPARE TRANSACTION record.
Fujii Masao
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-21
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-02
Add rmgrdesc README
Heikki Linnakangas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Use nbtdesc "level" field name consistently.
Peter Geoghegan
2023-04-19
Fix wal_consistency_checking enhanced desc output.
Peter Geoghegan
2023-04-12
Fix incorrect format placeholders
Peter Eisentraut
2023-04-11
Refine the guidelines for rmgrdesc authors.
Peter Geoghegan
2023-04-11
Fix Heap rmgr's desc output for infobits arrays.
Peter Geoghegan
2023-04-11
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-11
Clarify nbtree posting list update desc issue.
Peter Geoghegan
2023-04-10
Fix nbtree posting list update desc output.
Peter Geoghegan
2023-04-07
Show more detail in nbtree rmgr descriptions.
Peter Geoghegan
2023-04-07
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-02
Improve the description of XLOG_RUNNING_XACTS.
Amit Kapila
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-16
Fix assert in logicalmsg_desc
Tomas Vondra
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-04
Fix incorrect format placeholders
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-13
Improve description of some WAL records with transaction commands
Michael Paquier
[next]