summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-4/+4
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-051-4/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-12/+23
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-5/+11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-061-3/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-47/+44
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-201-3/+24
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-071-9/+15
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-8/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-281-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-7/+10
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-131-7/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-4/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-28/+33
* Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane2001-07-131-15/+11
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-77/+154
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-2/+2
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-161-33/+49
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-40/+83
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-4/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-4/+5
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-28/+15
* heap' loggingVadim B. Mikheev2000-07-031-71/+32
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-12/+14
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-8/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-291-16/+29
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-3/+3
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Update tuple size check.Bruce Momjian1999-07-031-2/+5
* Fix for insertion of tuple too large.Bruce Momjian1999-07-031-2/+3
* pgindent run over code.Bruce Momjian1999-05-251-11/+12
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-071-8/+7