summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-12Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian
2011-09-27Update comments related to the crash-safety of the visibility map.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-21Make the visibility map crash-safe.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-06Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-07-13Clean up the use of some page-header-access macros: principally, useTom Lane
2008-06-08Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera
2008-05-12Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-02-05Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-06Convert Assert checking for empty page into a regular test and elog.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-20Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Fix relcache to account properly for subtransaction status of 'new'Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-21Error message editing in backend/access.Tom Lane
2003-02-13This trivial patch removes the usage of some old statistics code that noBruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-07-13Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane