2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2005-01-31 06:00:13 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Correct HOMEPAGE.
|
2004-11-27 16:47:02 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Migrate ruby-postgresql to use new framework for Ruby packages.
|
2004-07-27 21:46:54 by Marc Recht | Files touched by this commit (1) |
Log message:
Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build.
|
2004-04-27 07:44:23 by Soren Jacobsen | Files touched by this commit (46) |
Log message:
Convert to buildlink3.
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|
2004-03-16 03:01:12 by Takahiro Kambe | Files touched by this commit (38) |
Log message:
Add ruby to CATEGORIES.
|
2003-11-02 18:42:26 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Proper use buildlink2 frame work, with applying patch from PR/23338 by
Ron Roskens.
|
2003-09-11 16:59:19 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Forgot to remove one obsolete line in pre-install.
|
2003-09-11 16:55:50 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-postgres package to 0.7.1.
Convert to use buildlink2.mk for postgress dependency.
===========================================
Mon Jan 6 2003 version 0.7.1
* async_exec: remove check of PQisBusy.
patch supplied byd <m_seki@mva.biglobe.ne.jp>
Wed Oct 16 2002 version 0.7.0
* rename README.jp -> README.ja.
Thu Oct 10 2002
* get_notify: bug fix Deletes of unnecessary "free(notify);"
debian bug report.
Wed Oct 9 2002
* query: add pgresult_clear.
patch supplied by "Shirai,Kaoru" <shirai@p1jp.com>
Sat Sep 28 2002
* PGconn: add methods escape, quote, escape_bytes.
patch supplied by MoonWolf <moonwolf@moonwolf.com>
Tue Aug 20 2002
* extconf.rb add dir_config('postgres')
patch supplied by Nate Haggard <nate@wordplace.com>
Mon Jun 3 2002 version 0.7.0-pre2
* not to use fe_getauthname().
patch supplied by Neil Conway <nconway@klamath.dyndns.org>
Thu May 30 2002 version 0.7.0-pre1
* Fix to insert_table so that nil values in Ruby are inserted
back into the database as nulls.
patch supplied by Jeremy Henty <jeremy@chaos.org.uk>
* Fix to insert_table to protect characters that Postgres would
otherwise interpret specially.
patch supplied by Jeremy Henty <jeremy@chaos.org.uk>
Wed Apr 24 2002
* Removed unused variables.
* Improve notification code.
* Add a missing "return Qnil" statement in a function
declared to return VALUE.
* Fix an minor error in pgconn_loopen().
patch supplied by Neil Conway <nconway@klamath.dyndns.org>
Tue Mar 5 2002
* fix pglarge_write return.
patch supplied by Noboru Matui <silicon@mx1.freemail.ne.jp>
Mon Jan 7 2002
* refer to POSTGRES_INCLUDE and POSTGTRES_LIB
environmental variables.
patch supplied by Neil Conway <nconway@klamath.dyndns.org>
Sun Dec 16 2001
* add methods "getisnull".
patch supplied by Jeremy Henty <jeremy@chaos.org.uk>
Tue Nov 27 2001
* convert NULL => nil .
patch supplied by "Shirai,Kaoru" <shirai@p1jp.com>
|