summaryrefslogtreecommitdiff
path: root/doc/src/sgml/storage.sgml
AgeCommit message (Expand)Author
2024-03-21docs: Make claims about the benefits of HOT updates more precise.Robert Haas
2024-03-05docs: Update HOT update docs for 19d8e2308bJeff Davis
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-05-10Doc: Fix link to fillfactor reloption.Peter Geoghegan
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-08-12doc: add section about heap-only tuples (HOT)Bruce Momjian
2022-03-09doc: Improve references to term "FSM" in pageinspect and pgfreespacemapMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-04-13docs: Update TOAST storage docs for configurable compression.Robert Haas
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-06-11doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian
2020-05-15docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian
2020-04-02doc: Update for Unix-domain sockets on WindowsPeter Eisentraut
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-20Doc: Improve wording of multiple places in documentationMichael Paquier
2019-05-26Fix typos.Amit Kapila
2019-05-13Doc: Refer to line pointers as item identifiers.Peter Geoghegan
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-04-05table: docs: fix typos and grammar.Andres Freund
2019-04-04tableam: basic documentation.Andres Freund
2019-03-28doc: Fix typoPeter Eisentraut
2019-03-27doc: Add some imagesPeter Eisentraut
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2018-11-26Revert "Fix typo in documentation of toast storage"Michael Paquier
2018-11-26Fix typo in documentation of toast storageMichael Paquier
2018-05-21Doc: fix bogus cross-reference link.Tom Lane
2018-03-28Add documentation for the JIT feature.Andres Freund
2017-11-27Additional docs for toast_tuple_target changesSimon Riggs
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-07-09Doc: fix backwards description of visibility map's all-frozen data.Tom Lane
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-02-13Replace references to "xlog" with "wal" in docs.Fujii Masao
2016-11-10Doc: improve link.Tom Lane
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-08-05docs: re-add spaces before units removedBruce Momjian
2016-07-30docs: properly capitalize and space kB, MB, GB, TBBruce Momjian
2016-05-08Docs: create some user-facing documentation about index-only scans.Tom Lane
2016-03-08Add pg_visibility contrib module.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2015-10-01Fix mention of htup.h in storage.sgmlFujii Masao
2015-09-11Correct description of PageHeaderData layout in documentationFujii Masao
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane