summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress compiler warning.Tom Lane2001-09-171-2/+2
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-081-1/+2
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-1/+7
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-2/+2
* 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
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-1/+4
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-44/+26
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-301-11/+4
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+6