summaryrefslogtreecommitdiff
path: root/doc/src/sgml/storage.sgml
AgeCommit message (Expand)Author
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
2015-02-19Update assorted TOAST-related documentation.Tom Lane
2015-02-16Correct the path of pg_lzcompress.c in doc.Fujii Masao
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-08-11Fix documentation oversights about pageinspect and initialization fork.Fujii Masao
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-06-04Add description of pg_stat directory into doc.Fujii Masao
2014-02-24docs: remove unnecessary references to old PG versionsBruce Momjian
2014-02-19Document pg_replslot in storage.sgml.Robert Haas
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-11-19docs: update page format to specify page checksum fieldBruce Momjian
2013-10-14Fix details missed by dynamic shared memory patch.Robert Haas
2012-08-16Document that PGDATA has to point to the configuration files, ratherBruce Momjian
2012-03-21Doc updates for index-only scans.Robert Haas
2012-03-11Fix documented type of t_infomask2.Tom Lane
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-06-18Capitalization fixesPeter Eisentraut
2011-02-08Fix copy-pasto in description of pg_serial, and silence compiler warningHeikki Linnakangas
2011-02-07Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.Heikki Linnakangas
2011-01-26Update contrib documention mentions to point to actual documentationBruce Momjian
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-27Update SGML docs describing the contents of the postmaster.pid file,Bruce Momjian
2010-10-20Update storage.sgml to describe the 9.0 tablespace directory layout.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2009-07-22Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane
2009-06-17Proofreading for Bruce's recent round of documentation proofreading.Tom Lane
2009-05-16Minor editorialization on storage.sgml's documentation of free spaceTom Lane
2009-04-23Mention that tables have a visibility map fork alongside the main forkHeikki Linnakangas
2008-10-06Use fork names instead of numbers in the file names for additionalHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-08-05Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane
2007-11-23Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane