index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
rmgrdesc
Commit message (
Expand
)
Author
Age
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Fix assert in logicalmsg_desc
Tomas Vondra
2022-08-16
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix incorrect format placeholders
Peter Eisentraut
2022-05-04
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve description of some WAL records with transaction commands
Michael Paquier
2021-12-13
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Improve WAL record descriptions for SP-GiST records.
Tom Lane
2021-04-20
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Fix description of WAL record XLOG_BTREE_META_CLEANUP
Michael Paquier
2019-06-19
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
[next]