summaryrefslogtreecommitdiff
path: root/src/backend/access/index
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-293-3/+3
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-092-481/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-9/+20
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-043-6/+6
* pgindent run.Bruce Momjian2003-08-041-25/+26
* Error message editing in backend/access.Tom Lane2003-07-213-23/+23
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-242-23/+56
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-231-3/+7
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-1/+33
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-082-10/+48
* pgindent run.Bruce Momjian2002-09-042-23/+25
* Update copyright to 2002.Bruce Momjian2002-06-203-6/+6
* 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-242-14/+74
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-202-233/+174
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+15
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-1/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-6/+31
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-192-171/+161
* 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-21/+19
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-2/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-22/+17
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-062-8/+51
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-144/+54
* 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-222-2/+18
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-091-39/+1
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-012-21/+41
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-4/+4
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-301-23/+12
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-16/+12
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-243-6/+6
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-29/+32
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-142-60/+10
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-4/+3
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+5
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-302-24/+38
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-282-17/+33
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-123-13/+16
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-142-5/+19
* Implement reindex commandHiroshi Inoue2000-02-181-6/+8
* Add:Bruce Momjian2000-01-263-6/+9
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-16/+22
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-5/+5