OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.10 | Check-in [6010]: remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository By rse. (diff) | |
1.9 | Check-in [5676]: Adjust copyright messages for new year 2007. By rse. (diff) | |
1.8 | Check-in
[5670]:
Disable PostgreSQL "(CSTRING AS uuid)" and "(uuid AS CSTRING)"
CASTS as PostgreSQL 8.2 and higher explicitly disallow this.
Submitted by: David Wheeler <david@kineticode.com> By rse. (diff) | |
1.7 | Check-in [5669]: Fix PostgreSQL bindings by mapping the correct DSO symbol to the functions "uuid_send" and "uuid_recv". By rse. (diff) | |
1.6 | Check-in
[5668]:
Silence PostgreSQL processing messages
Submitted by: David Wheeler <david@kineticode.com> By rse. (diff) | |
1.5 | Check-in
[5614]:
Use "MODULE_PATHNAME" instead of "@MODULE_PATHNAME@" in
uuid.sql.in to be more aligned to the PostgreSQL styles.
Submitted by: Simon "janus" Dassow <janus@errornet.de> By rse. (diff) | |
1.4 | Check-in
[5399]:
- Add Hash indexing support UUID data type of PostgreSQL bindings.
- Add comparison operators and B-Tree indexing support UUID data
type of PostgreSQL bindings.
Submitted by: Roman Neuhauser <neuhauser@sigpipe.cz> By rse. (diff) | |
1.3 | Check-in [5356]: Adjust copyright messages for new year 2006. By rse. (diff) | |
1.2 | Check-in [5355]: more dropping of existing stuff and use a transaction By rse. (diff) | |
1.1 | Check-in [5351]: Added experimental PostgreSQL bindings. By rse. |