-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
261 lines (161 loc) · 5.94 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
Ruby extension library to access PostgreSQL.
===========================================
Tue Dec 14 2004
* set_notice_processor: add methods set_notice_processor.
Dennis Vshivkov <[email protected]>
Sat Nov 6 2004
* unescape_bytea: add methods unescape_bytea.
patch supplied by "Henry T. So Jr." <[email protected]>
Sat Oct 9 2004
* extconf.rb: VERSION -> RUBY_VERSION.
add header check.
patch supplied by MoonWolf <[email protected]>
Fri Jul 2 2004
* open: add methods open.
patch supplied by Leon Brooks <[email protected]>
Tue Feb 24 2004
* postgres.c: add comments.
patch supplied by Gavin Kistner <[email protected]>
Fri Nov 23 2003
* extconf.rb: add ssl support.
patch supplied by Martin Hedenfalk <[email protected]>
Sat Nov 1 2003
* oid: add methods oid.
patch supplied by Ceri Storey <[email protected]>
Mon Jan 6 2003 version 0.7.1
* async_exec: remove check of PQisBusy.
patch supplied by <[email protected]>
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" <[email protected]>
Sat Sep 28 2002
* PGconn: add methods escape, quote, escape_bytes.
patch supplied by MoonWolf <[email protected]>
Tue Aug 20 2002
* extconf.rb add dir_config('postgres')
patch supplied by Nate Haggard <[email protected]>
Mon Jun 3 2002 version 0.7.0-pre2
* not to use fe_getauthname().
patch supplied by Neil Conway <[email protected]>
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 <[email protected]>
* Fix to insert_table to protect characters that Postgres would
otherwise interpret specially.
patch supplied by Jeremy Henty <[email protected]>
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 <[email protected]>
Tue Mar 5 2002
* fix pglarge_write return.
patch supplied by Noboru Matui <[email protected]>
Mon Jan 7 2002
* refer to POSTGRES_INCLUDE and POSTGTRES_LIB
environmental variables.
patch supplied by Neil Conway <[email protected]>
Sun Dec 16 2001
* add methods "getisnull".
patch supplied by Jeremy Henty <[email protected]>
Tue Nov 27 2001
* convert NULL => nil .
patch supplied by "Shirai,Kaoru" <[email protected]>
Mon Nov 19 2001 version 0.6.5 released
* change my address.
Noboru Saitou <[email protected]>
Fri Nov 16 2001
* default encoding set.
Riley <[email protected]>
Fri Nov 16 2001
* add methods "cmdtuples"
Gabriel Emerson <[email protected]>
Thanks to [email protected]
Thu Jul 12 2001
* psql.rb $OPT_p => $OPT_p.to_i (bug fix).
Yuta TSUBOI <[email protected]>
Mon Apr 23 2001 version 0.6.4 released
* add include sys/types.h
patch supplied by "Akinori MUSHA" <[email protected]>.
Sun Apr 22 2001 version 0.6.3 released
* document updated.
Sun Mar 18 2001
* extern -> EXTERN changed.
shibata <[email protected]>
Sun Feb 11 2001
* add methods "async_exec" and "async_query.
patch supplied by Andy Yu <[email protected]>.
Tue Feb 6 2001 version 0.6.2 released
* extconf.rb have_func second argument omit.
(old ruby version support).
Mon Feb 5 2001
* RSTRING(*)->ptr -> STR2CSTR(*) changed.
Sun Feb 4 2001
* README and README.jp copying are unified to Ruby's.
Wed Jan 31 2001
* postgres.html bug fix and better.
patch supplied by Neil Conway <[email protected]>.
* README bug fix and better.
patch supplied by Neil Conway <[email protected]>.
Sat Jan 27 2001
* extconf.rb add error message for
Could not find PostgreSQL libraries.
patch supplied by Neil Conway <[email protected]>.
Tue Jan 23 2001
* add methods "initialize".
patch supplied by <[email protected]>.
Sun Dec 17 2000
* 8192 byte limit removed.
Tue Oct 11 2000
* methods name lo* -> lo_* changed.
* extconf.rb bug fix.
have_func("PQsetClientEncoding")
Thu Jun 30 2000 version 0.6.1 released
* change receive parameter with VALUE.
(exec, insert_table, putline)
* insert_table: remove debug print.
* insert_table bug fix.
patch supplied by "Okada Jun" <[email protected]>.
* extconf.rb ClientEncoding->SetClientEnocoding.
Sun May 21 2000 version 0.6.0 released
* change the maintainer with
Noboru Saitou <[email protected]>.
* add provided clientEnocoding and setClientEncoding.
* replace rb_str_new with rb_tainted_str_new.
ts <[email protected]>
* add provided Large Object support!
* error message changed PQerrorMessage() use.
Fri Feb 25 2000 version 0.5.4 released
* PGError should be subclass of StandardError.
Fri Aug 6 1999 version 0.5.3 released
* use PQsetdbLogin() instead of PQsetdb().
patch supplied by <[email protected]>.
Tue Jul 30 1999 version 0.5.2 released
* document updated.
* better Ruby 1.3 support.
Tue Jul 13 1999 version 0.5.1 released
* modified for Ruby 1.3.x or later.
Wed Jan 20 1999 version 0.4.1 released
* Makefile.rb, extconf.rb: trivial bug fix.
Thu Dec 12 1997 version 0.4 released
* PGresult: add new method -- each{}, [] --
* provided Makefile.rb for ruby-1.1b
Thu Sep 25 1997 version 0.3.1 released
* extconf.rb bug fix.
* documentation about 'How to install'
Mon Sep 4 1997 version 0.3 released
* remove restrictions about japanese EUC characters.
* parseArgs related bug fix.
Mon Sep 2 1997 version 0.2 released
* provided psql.rb. (an interactive interface for PostgreSQL)
* some bug fixes.
Mon Aug 22 1997 version 0.1 released
* first release.