Re: WIP: index support for regexp search
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-21T05:29:56Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix filling of postmaster.pid in bootstrap/standalone mode.
- c29947722955 9.3.0 cited
-
Add explicit casts in ilist.h's inline functions.
- e78d288c895b 9.3.0 cited
On Fri, Jan 20, 2012 at 12:54 AM, Alexander Korotkov <aekorotkov@gmail.com>wrote: > On Fri, Jan 20, 2012 at 12:30 AM, Heikki Linnakangas < > heikki.linnakangas@enterprisedb.com> wrote: > >> Apart from that, the multibyte issue seems like the big one. Any way >>> around that? >> >> Conversion of pg_wchar to multibyte character is the only way I found to > avoid serious hacking of existing regexp code. Do you think additional > function in pg_wchar_tbl which converts pg_wchar back to multibyte > character is possible solution? > Do you have any notes on it? I could make the patch which adds such function into core. ------ With best regards, Alexander Korotkov.