Implementation of new operators inside the PostgreSQL

From: "rupesh bajaj" <rupesh(dot)bajaj(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Implementation of new operators inside the PostgreSQL
Date: 2007-07-07 19:18:35
Message-ID: c6bd6a440707071218p95eddcam641127a52107f949@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I am mailing on behalf of the Database Systems Lab, Indian Institute of
Science(IISc), Bangalore, India. We have implemented three new operators
internal to the PostgreSQL 8.1.2 engine in order to support queries on
multilingual data(english and hindi as of now). It can be extended to
support any other language. In the process, we have augmented the parser,
rewriter, planner and optimizer to support such queries. We want to make a
release of our version now.

Could you please let me know if there is any standard procedure to be
followed for release of PostgreSQL. Also please let me know if we can
release our version on the official PostgreSQL site - www.postgresql.org
Thank you.

Regards,
Rupesh & Sharat

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2007-07-07 19:31:57 Re: script binaries renaming
Previous Message Tom Lane 2007-07-07 19:07:36 Re: Planner buglet