summaryrefslogtreecommitdiff
path: root/src/include/access/relscan.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-45/+47
* another pass through.Marc G. Fournier1996-11-041-4/+4
* More include file cleanupsMarc G. Fournier1996-11-031-3/+3
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-4/+2
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-8/+3
* Moved from backend/access to include/accessMarc G. Fournier1996-08-271-0/+87