summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAgeFilesLines
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-061-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-134/+2
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-031-4/+1
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-2/+2
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-081-1/+6
* Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane2008-01-141-1/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+11
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-3/+18
* Teach heapam code to know the difference between a real seqscan and theTom Lane2007-06-091-1/+3
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-9/+15
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-3/+3
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-081-1/+2
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-2/+3
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-4/+1
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-1/+6
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-091-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-3/+11
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-2/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-30/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+30
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-2/+8
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-1/+2
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-241-3/+3
* Add one more paren to macro.Bruce Momjian2006-04-241-2/+2
* Suprress compiler warning in gcc 4.2.Bruce Momjian2006-04-241-2/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+21
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-9/+13
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-2/+3
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-201-2/+3
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-3/+9
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+1
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-5/+1
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-4/+4
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-3/+18
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-141-7/+3
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-041-5/+10
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-211-1/+4
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-3/+4
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-111-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1