- 15 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 17 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 16 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Jul, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Dec, 1998 1 commit
-
-
Vadim B. Mikheev authored
New code for locking buffer' context.
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 19 Aug, 1998 1 commit
-
-
Bruce Momjian authored
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;
-
- 15 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 07 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 05 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 08 Sep, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 22 May, 1997 1 commit
-
-
Vadim B. Mikheev authored
2. Re-initialize keys in gistrescan (if gist used in inner scan).
-
- 15 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 10 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 05 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
Makefile fixed for fmgr.h
-
- 03 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 31 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 21 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 20 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
-
- 19 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
files
-
- 27 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
postgres.h already pulled in (postgres.h includes c.h)
-
- 26 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
the commit :( Here's the rest of the GiST code thta was missing...
-
- 15 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
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>
-
- 09 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-