summaryrefslogtreecommitdiff
path: root/src/include/access/genam.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-6/+5
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-11/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+11
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-1/+10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-20/+28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+2
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-3/+1
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-1/+3
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-2/+1
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-271-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-1/+7
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-1/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* elog mop-up.Tom Lane2003-07-271-2/+2
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-241-2/+3
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-3/+21
* pgindent run.Bruce Momjian2002-09-041-10/+10
* 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-2/+3
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-19/+21
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-2/+4
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-5/+32
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-2/+2
* 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-8/+7
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-1/+3
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-3/+18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-5/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-1/+2
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-1/+2
* More cleanupBruce Momjian1999-07-161-3/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+1