summaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtscan.c
Commit message (Collapse)AuthorAgeFilesLines
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
| | | | | | | | | | | | | no longer returns buffer pointer, can be gotten from scan; descriptor; bootstrap can create multi-key indexes; pg_procname index now is multi-key index; oidint2, oidint4, oidname are gone (must be removed from regression tests); use System Cache rather than sequential scan in many places; heap_modifytuple no longer takes buffer parameter; remove unused buffer parameter in a few other functions; oid8 is not index-able; remove some use of single-character variable names; cleanup Buffer variables usage and scan descriptor looping; cleaned up allocation and freeing of tuples; 18k lines of diff;
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
|
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
|
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
|
* 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 ↵Bruce Momjian1997-09-081-50/+54
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-296/+330
|
* Initialize internal keys if rtree used in inner scan.Vadim B. Mikheev1997-05-201-1/+5
|
* Remove PERFECT_MEMBruce Momjian1996-11-151-1/+2
| | | | Unallocate opaque.
* One more to goMarc G. Fournier1996-11-051-14/+13
|
* More include file cleanupsMarc G. Fournier1996-11-031-37/+3
|
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-311-1/+13
|
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-2/+8
|
* More #include cleanupsMarc G. Fournier1996-10-201-10/+29
| | | | | Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct
* Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier1996-08-271-2/+1
| | | | postgres.h already pulled in (postgres.h includes c.h)
* Fixes;Marc G. Fournier1996-08-151-5/+4
| | | | | | | | | | | Postgres is not able to cluster a relation on which an rtree index is defined. Postmaster gives the following error message: Too Large Allocation Request("!(0 < (size) && (size) <= (0xfffffff)):size=0 [0x0]", File:"/export/home/postgres/src/backend/utils/mmgr/mcxt.c", Line: 220) !(0 <(size) && (size) <= (0xfffffff)) (0) [No such file or directory] Submitted by: Dirk Koeser <koeser@informatik.uni-rostock.de>
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+392