index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
rmgrdesc
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-10-13
Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III
Melanie Plageman
2025-10-09
Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
Melanie Plageman
2025-10-08
Improve description of some WAL records for GIN
Michael Paquier
2025-10-06
Remove block information from description of some WAL records for GIN
Michael Paquier
2025-09-12
Add more information for WAL records of hash index AMs
Michael Paquier
2025-07-07
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-03
Update copyright for 2024
Bruce Momjian
2023-12-21
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-11-29
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-10
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-21
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
[next]