aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/storage.sgml
Commit message (Expand)AuthorAge
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Minor editorialization on storage.sgml's documentation of free spaceTom Lane2009-05-16
* Mention that tables have a visibility map fork alongside the main forkHeikki Linnakangas2009-04-23
* Use fork names instead of numbers in the file names for additionalHeikki Linnakangas2008-10-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-05
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii2007-11-23
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-30
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-03
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-02
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Fix misspellings of GB.Peter Eisentraut2006-11-25
* Correct misspellings of kB.Peter Eisentraut2006-11-25
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Update storage.sgml to reflect current reality.Tom Lane2005-09-01
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Minor documentation tweak.Neil Conway2005-04-07
* Add some real documentation about TOAST (finally). Combine this withTom Lane2005-01-10
* Move disk usage section into its own section.Bruce Momjian2002-06-13
* Add id field to chapter and book tags to allow output file namesThomas G. Lockhart1998-07-29
* SGML source for new documentation.Thomas G. Lockhart1998-03-01