summaryrefslogtreecommitdiff
path: root/src/include/access/relscan.h
Commit message (Expand)AuthorAgeFilesLines
* Teach heapam code to know the difference between a real seqscan and theTom Lane2007-06-091-3/+4
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+5
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-1/+2
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-5/+1
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-201-4/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-2/+1
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* More include file adjustments.Bruce Momjian2006-07-131-1/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-071-15/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-1/+2
* Change seqscan logic so that we check visibility of all tuples on a pageTom Lane2005-11-261-1/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Remove an unused typedef.Alvaro Herrera2005-10-071-9/+1
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-271-7/+4
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-2/+8
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-1/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-081-1/+10
* pgindent run.Bruce Momjian2002-09-041-5/+5
* 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-1/+9
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-19/+31
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-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-5/+4
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-1/+5
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-091-23/+16
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-141-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-27/+27
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-25/+25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+3
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-24/+24