summaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
AgeCommit message (Expand)Author
2021-04-20Improve WAL record descriptions for SP-GiST records.Tom Lane
2021-04-11Remove COMMIT_TS_SETTS record.Fujii Masao
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-05Standardize one aspect of rmgr desc output.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
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-04-13Harmonize nbtree page split point code.Peter Geoghegan
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-03Add xl_btree_delete optimization.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-13Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-06-19Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-02-12Fix description of WAL record XLOG_PARAMETER_CHANGEMichael Paquier
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-11-20Make WAL description output more consistentPeter Eisentraut
2018-11-14Add flag values in WAL description to all heap recordsMichael Paquier
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-04-19Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev
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-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut