summaryrefslogtreecommitdiff
path: root/src/backend/access/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-302-35/+44
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-182-15/+53
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-163-6/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-152-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-10/+3
* 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 form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-8/+8
* pgindent run over code.Bruce Momjian1999-05-252-9/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-133-10/+10
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-3/+3
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-5/+3
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-3/+5
* Allow 8-key indexes.Bruce Momjian1998-09-231-2/+2
* 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-012-21/+16
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-013-12/+12
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-193-47/+72
* fix typo.Bruce Momjian1998-08-111-2/+2
* Strategy cleanups.Bruce Momjian1998-08-111-8/+4
* index strategy cleanupBruce Momjian1998-08-111-9/+2
* Update flowchart.Bruce Momjian1998-08-101-15/+9
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-5/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-152-24/+2
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-15/+25
* This patch...Bruce Momjian1998-04-271-18/+17
* ASSERT fixes.Bruce Momjian1998-04-061-3/+3