summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-011-3/+3
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-151-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-231-2/+2
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-131-8/+1
* pgindent run.Bruce Momjian2002-09-041-10/+10
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-3/+3
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-6/+13
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-6/+11
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-3/+6
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+4
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-69/+9
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+4