aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index
Commit message (Expand)AuthorAge
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-07
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Concurrency for GiSTTeodor Sigaev2005-06-27
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane2005-05-15
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-24
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-08
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-24
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25