From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Teodor Sigaev <teodor(at)sigaev(dot)ru>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc:
Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>,
Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: WIP: SP-GiST, Space-Partitioned GiST
Date:
2011-12-14 16:36:35
Message-ID:
9550.1323880595@sss.pgh.pa.us (view raw or flat )
Thread:
2011-08-31 18:42:02 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-09-01 12:10:24 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-09-05 06:37:05 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-09-05 06:39:30 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-09-06 17:34:23 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-09-06 18:21:06 from Andreas Joseph Krogh <andreak(at)officenet(dot)no>
2011-09-06 18:33:04 from Alexander Korotkov <aekorotkov(at)gmail(dot)com>
2011-09-22 10:05:33 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2011-09-22 10:52:51 from Alexander Korotkov <aekorotkov(at)gmail(dot)com>
2011-09-24 21:29:09 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-10-02 23:21:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-10-06 08:58:59 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-12-05 13:49:45 from Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
2011-12-06 20:25:11 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-07 10:09:44 from Teodor Sigaev <teodor(at)sigaev(dot)ru>
2011-12-09 16:11:44 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-10 16:33:39 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-13 16:34:41 from Teodor Sigaev <teodor(at)sigaev(dot)ru>
2011-12-13 17:14:17 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-14 16:36:35 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-16 17:40:30 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-12-17 07:25:35 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-12-17 22:26:56 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-21 19:38:22 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Lists:
pgsql-hackers
I wrote:
> Right at the moment, my local copy has completely broken handling of
> WAL, because I've been focusing on the opclass interface and didn't
> worry about WAL while I was whacking the picksplit code around.
> I'll try to clean that up today and then post a new version of the
> patch.
I promised a patch, so here is what I've got now. At this point I've
been through most of the code at least once. I'm fairly happy with the
opclass interface details, and have brought the documentation for that
to what seems a committable state. I have a lot of other loose ends
still to look at, but I think the major commit blocker at this point is
the VACUUM code, which I don't like/trust at all. I'll comment on that
more in a separate message.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Robert HaasDate: 2011-12-14 17:03:06
Subject : Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Previous :From : David E. WheelerDate : 2011-12-14 16:36:21
Subject : Re: pg_dump --exclude-table-data