summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-211-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-9/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-2/+4
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-241-2/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-121-2/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-061-2/+11
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-081-1/+3
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-2/+3
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+13
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-2/+2
* 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