aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian2011-10-12
* Update comments related to the crash-safety of the visibility map.Robert Haas2011-09-27
* Try again to make the visibility map crash safe.Robert Haas2011-06-27
* Make the visibility map crash-safe.Robert Haas2011-06-21
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-06
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29