summaryrefslogtreecommitdiff
path: root/src/backend/access/index/indexam.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-18/+19
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-241-1/+5
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-13/+68
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-48/+126
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+15
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-6/+31
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-21/+19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+8
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-2/+48
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-27/+33
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-1/+14
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-15/+13
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-4/+4
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-16/+12
* 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-54/+1
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-4/+3
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-9/+26
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-16/+31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+6
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-141-4/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-16/+22
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-1/+4
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+43
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-3/+3
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-3/+5
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-5/+3
* Fix for indexing problems.Bruce Momjian1998-09-021-18/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-5/+3
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-15/+25
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-261-7/+1
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-8/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-16/+16
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-234/+240
* Inlined heap_getattr().Bruce Momjian1997-08-261-2/+2