Age | Commit message (Expand) | Author |
2016-08-05 | docs: re-add spaces before units removed | Bruce Momjian |
2016-07-30 | docs: properly capitalize and space kB, MB, GB, TB | Bruce Momjian |
2016-05-08 | Docs: create some user-facing documentation about index-only scans. | Tom Lane |
2016-03-08 | Add pg_visibility contrib module. | Robert Haas |
2016-03-02 | Change the format of the VM fork to add a second bit per page. | Robert Haas |
2015-10-01 | Fix mention of htup.h in storage.sgml | Fujii Masao |
2015-09-11 | Correct description of PageHeaderData layout in documentation | Fujii Masao |
2015-05-14 | Support "expanded" objects, particularly arrays, for better performance. | Tom Lane |
2015-02-19 | Update assorted TOAST-related documentation. | Tom Lane |
2015-02-16 | Correct the path of pg_lzcompress.c in doc. | Fujii Masao |
2014-12-03 | Keep track of transaction commit timestamps | Alvaro Herrera |
2014-08-11 | Fix documentation oversights about pageinspect and initialization fork. | Fujii Masao |
2014-07-02 | Rename logical decoding's pg_llog directory to pg_logical. | Andres Freund |
2014-06-04 | Add description of pg_stat directory into doc. | Fujii Masao |
2014-02-24 | docs: remove unnecessary references to old PG versions | Bruce Momjian |
2014-02-19 | Document pg_replslot in storage.sgml. | Robert Haas |
2013-12-18 | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii |
2013-11-19 | docs: update page format to specify page checksum field | Bruce Momjian |
2013-10-14 | Fix details missed by dynamic shared memory patch. | Robert Haas |
2012-08-16 | Document that PGDATA has to point to the configuration files, rather | Bruce Momjian |
2012-03-21 | Doc updates for index-only scans. | Robert Haas |
2012-03-11 | Fix documented type of t_infomask2. | Tom Lane |
2011-10-22 | Support synchronization of snapshots through an export/import procedure. | Tom Lane |
2011-06-18 | Capitalization fixes | Peter Eisentraut |
2011-02-08 | Fix copy-pasto in description of pg_serial, and silence compiler warning | Heikki Linnakangas |
2011-02-07 | Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch. | Heikki Linnakangas |
2011-01-26 | Update contrib documention mentions to point to actual documentation | Bruce Momjian |
2011-01-14 | Code review for postmaster.pid contents changes. | Tom Lane |
2010-12-31 | Include the first valid listen address in pg_ctl to improve server start | Bruce Momjian |
2010-12-29 | Support unlogged tables. | Robert Haas |
2010-12-27 | Update SGML docs describing the contents of the postmaster.pid file, | Bruce Momjian |
2010-10-20 | Update storage.sgml to describe the 9.0 tablespace directory layout. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-17 | Spell and markup checking | Peter Eisentraut |
2010-08-13 | Include the backend ID in the relpath of temporary relations. | Robert Haas |
2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane |
2010-02-07 | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane |
2009-07-22 | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane |
2009-06-17 | Proofreading for Bruce's recent round of documentation proofreading. | Tom Lane |
2009-05-16 | Minor editorialization on storage.sgml's documentation of free space | Tom Lane |
2009-04-23 | Mention that tables have a visibility map fork alongside the main fork | Heikki Linnakangas |
2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
2008-05-02 | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane |
2008-03-10 | Provide a build-time option to store large relations as single files, rather | Tom Lane |
2007-11-23 | Fix "Overall Page Layout" table. The second row should be ItemIdData, not | Tatsuo Ishii |
2007-09-30 | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane |
2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |