Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -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 Momjian | 1998-06-15 | 1 | -11/+1 |
| | |||||
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -4/+4 |
| | |||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -4/+4 |
| | |||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -4/+4 |
| | |||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -50/+54 |
| | | | | indenting. Also static variable indenting. | ||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -296/+330 |
| | |||||
* | Initialize internal keys if rtree used in inner scan. | Vadim B. Mikheev | 1997-05-20 | 1 | -1/+5 |
| | |||||
* | Remove PERFECT_MEM | Bruce Momjian | 1996-11-15 | 1 | -1/+2 |
| | | | | Unallocate opaque. | ||||
* | One more to go | Marc G. Fournier | 1996-11-05 | 1 | -14/+13 |
| | |||||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -37/+3 |
| | |||||
* | More of the same...clean Makefile, add include files | Marc G. Fournier | 1996-10-31 | 1 | -1/+13 |
| | |||||
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 1 | -2/+8 |
| | |||||
* | More #include cleanups | Marc G. Fournier | 1996-10-20 | 1 | -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 where | Marc G. Fournier | 1996-08-27 | 1 | -2/+1 |
| | | | | postgres.h already pulled in (postgres.h includes c.h) | ||||
* | Fixes; | Marc G. Fournier | 1996-08-15 | 1 | -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_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+392 |