Re: Call for 7.5 feature completion - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: Call for 7.5 feature completion
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD1EE@Herge.rcsinc.local
Whole thread Raw
In response to Call for 7.5 feature completion  (mike g <mike@thegodshalls.com>)
List pgsql-hackers
Alvaro wrote:
> Or, slightly different, what are people's most wanted features?

1. Proper row constructor, such that
select (1,2,1) > (2,1,1);
returns the right answer,
and
select * from t where (t1,t2,t3) > (c1, c2, c3) order by t1,t2,t3 limit
1
returns the right answer and uses a index on t1,t2,t3 if it exists.

this is on the TODO.

2. In the planner, a parameterized limit for prepared statements to
assume a small value (like 1).

3. Ability to create arrays of composite types (and nest them).
> Has PostgreSQL started slowing down in getting new features, and
> concentrating mostly on performance issues?

nope!

Merlin


pgsql-hackers by date:

Previous
From: Palle Girgensohn
Date:
Subject: no duration logging when using JDBC?
Next
From: Josh Berkus
Date:
Subject: Welcome Core Team member Dave Page