| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
particular get rid of single quotes around language names and old WITH ()
construct.
 | 
 | 
have a separate set of CIDR code here, either.
 | 
 | 
calculations for interval and time/timetz to behave sanely for both
integer and float timestamps; up to now I think it's been doing
something pretty strange...
 | 
 | 
 | 
 | 
- Add aligment for interval data types
- Avoid floating point overflow in penalty functions
Janko Richter <jankorichter@yahoo.de> and teodor
 | 
 | 
with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST
 | 
 | 
boxes. Change interface to user-defined GiST support methods union and
picksplit. Now instead of bytea struct it used special GistEntryVector
structure.
 | 
 | 
only remnant of this failed experiment is that the server will take
SET AUTOCOMMIT TO ON.  Still TODO: provide some client-side autocommit
logic in libpq.
 | 
 | 
btree_gist now supports int2 !
Thanks Janko Richter for contribution.
 | 
 | 
(7.3 and current CVS) with support of int8, float4, float8
in addition to int4. Thanks Janko Richter for contribution.
Oleg Bartunov
 | 
 | 
Create objects in public schema.
Make spacing/capitalization consistent.
Remove transaction block use for object creation.
Remove unneeded function GRANTs.
 | 
 | 
with OPAQUE, as per recent pghackers discussion.  I still want to do some
more work on the 'cstring' pseudo-type, but I'm going to commit the bulk
of the changes now before the tree starts shifting under me ...
 | 
 | 
OPERATOR CLASS commands.  Further tweaking of documentation for same.
 | 
 | 
an 'opclass owner' column in pg_opclass.  Nothing is done with it at
present, but since there are plans to invent a CREATE OPERATOR CLASS
command soon, we'll probably want DROP OPERATOR CLASS too, which
suggests that a notion of ownership would be a good idea.
 | 
 | 
From Oleg Bartunov and Teodor Sigaev.
 |