summaryrefslogtreecommitdiff
path: root/src/backend/access/index
AgeCommit message (Expand)Author
2005-05-27Arrange to cache fmgr lookup information for an index's access methodTom Lane
2005-05-15Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-27First steps towards index scans with heap access decoupled from indexTom Lane
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-09-30Adjust index locking rules as per my proposal of earlier today. YouTom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-21Error message editing in backend/access.Tom Lane
2003-03-24Modify keys_are_unique optimization to release buffer pins before itTom Lane
2003-03-23Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane
2003-02-22More infrastructure for btree compaction project. Tree-traversal codeTom Lane
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-03-29Mop-up some infelicities in new relation lookup handling.Tom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-09Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-05-30Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane