aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
Commit message (Expand)AuthorAge
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix assert in logicalmsg_descTomas Vondra2022-08-16
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix incorrect format placeholdersPeter Eisentraut2022-05-04
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve description of some WAL records with transaction commandsMichael Paquier2021-12-13
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Improve WAL record descriptions for SP-GiST records.Tom Lane2021-04-20
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Standardize one aspect of rmgr desc output.Peter Geoghegan2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-10
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan2019-12-19
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03