Implementation of three new operators inside the PostgreSQL

From: "rupesh bajaj" <rupesh(dot)bajaj(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org, haritsa(at)dsl(dot)serc(dot)iisc(dot)ernet(dot)in, k(dot)sharat(at)gmail(dot)com
Subject: Implementation of three new operators inside the PostgreSQL
Date: 2007-07-06 18:05:40
Message-ID: c6bd6a440707061105m5a918a5es6afaeb2215c7e361@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
Database System Lab,
Indian Institute of Science,
Bangalore, India
http://dsl.serc.iisc.ernet.in/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kynn Jones 2007-07-06 19:15:12 ISO TESTS for a Pg lexer+parser
Previous Message Rupesh Bajaj 2007-07-06 18:04:53 Implementation of three new operators inside the PostgreSQL