Re: [HACKERS] HISTORY for 7.2

2001-10-03 Thread Bruce Momjian
> Bruce, > > I notice HISTORY in CVS doesn't mentioned any development we did > with GiST. Should we write some info ? Major things we did: > > 1. Null-safe interface to GiST > 2. Support of multi-key GiST indices I had generic GIST improvements. Updated to: Allow GIST to handle NULLs and mul

[HACKERS] HISTORY for 7.2

2001-10-03 Thread Oleg Bartunov
Bruce, I notice HISTORY in CVS doesn't mentioned any development we did with GiST. Should we write some info ? Major things we did: 1. Null-safe interface to GiST 2. Support of multi-key GiST indices TODO Adding concurrency for GiST Regards, Oleg __