pg 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
data/ChangeLog CHANGED
@@ -1,477 +1,582 @@
1
- 158[tip] 872063e42b12 2010-02-19 08:02 -0800 ged
1
+ 193[github/master,master,tip] 899329ce1b4e 2010-11-11 21:09 -0600 ged
2
+ Added a spec for collapsed notifications.
3
+
4
+ 192 413f9e81e3ea 2010-11-01 09:01 -0700 ged
5
+ More work trying to get the Windows-native gem to compile. No luck, but it's closer.
6
+
7
+ 191:171 3402babf2cdf 2010-10-31 16:29 -0700 ged
8
+ Fixed issue with PGconn#wait_for_notify that caused it to miss notifications that happened after the LISTEN but before the wait_for_notify.
9
+
10
+ 190 193043bf2244 2010-10-08 09:40 -0700 ged
11
+ Added support for the payload of NOTIFY events (w/Mahlon E. Smith)
12
+
13
+ 189:169 ce9b893ff824 2010-10-08 07:25 -0700 ged
14
+ start new patch on default
15
+
16
+ 188:120 d5fa3e079a55 2009-12-31 09:58 -0800 ged
17
+ Closing branch
18
+
19
+ 187 4c2ea65f2eb9 2008-10-14 05:27 +0000 davis
20
+ Merged revisions 175 via svnmerge from
21
+
22
+ 186 7e7c22be0302 2008-10-05 19:43 +0000 davis
23
+ Merged revisions 169-173 via svnmerge from
24
+
25
+ 185 3e9dda291ef3 2008-08-17 20:42 +0000 davis
26
+ Merged revisions 166 via svnmerge from
27
+
28
+ 184 3686c9944fe1 2008-08-17 20:27 +0000 davis
29
+ Add ext_helper.rb
30
+
31
+ 183 ed3294b76bf7 2008-08-17 20:23 +0000 davis
32
+ Merged revisions 149-160 via svnmerge from
33
+
34
+ 182 ff6af5fc4dc3 2008-08-17 20:05 +0000 davis
35
+ Initialized merge tracking via "svnmerge" with revisions "1-146" from
36
+
37
+ 181 1a7b63bacfee 2008-08-17 19:55 +0000 davis
38
+ Initialized merge tracking via "svnmerge" with revisions "1-146" from
39
+
40
+ 180 f9cd915ea427 2008-03-18 02:32 +0000 davis
41
+ merged ruby-pg/trunk rev 123:146 with ruby-pg/branches/stable
42
+
43
+ 179 bae01401c92b 2008-03-17 21:29 +0000 davis
44
+ merged ruby-pg/trunk rev 123:125 with ruby-pg/branches/stable
45
+
46
+ 178 83e5013eccc8 2008-02-05 19:23 +0000 davis
47
+ merged ruby-pg/trunk rev 109:121 with ruby-pg/branches/stable
48
+
49
+ 177 abfe9a457946 2008-01-28 18:50 +0000 davis
50
+ merged ruby-pg/trunk rev 104 with ruby-pg/branches/stable
51
+
52
+ 176 c7ddb58579d3 2008-01-24 23:07 +0000 davis
53
+ moved a few minor changes over before release
54
+
55
+ 175 8df9da92380e 2008-01-24 18:45 +0000 davis
56
+ merged revision 77:HEAD of ruby-pg/trunk to ruby-pg/branches/stable
57
+
58
+ 174 8eb1346cb9aa 2008-01-09 02:08 +0000 davis
59
+ removed extra directory that was left in the merge
60
+
61
+ 173 d6d19e5371d4 2008-01-09 01:59 +0000 davis
62
+ merged ruby-pg/trunk rev 69 to ruby-pg/branches/stable
63
+
64
+ 172:-1 7716d24a143b 2008-01-07 22:16 +0000 davis
65
+ Split 'ruby-pg' module and 'postgres' module
66
+
67
+ 171 9d8f82721f69 2010-10-29 08:09 -0700 ged
68
+ Updated to RSpec 2.0
69
+
70
+ 170 b2df89600d95 2010-10-11 09:24 -0700 ged
71
+ Fixes for windows static build.
72
+
73
+ 169 49ff3442c2ee 2010-10-08 07:23 -0700 ged
74
+ Fixes to get the static windows build to work with PostgreSQL 9.0 and OpenSSL 1.0.0a
75
+
76
+ 168 1fa5cd6851e3 2010-09-28 09:10 -0700 ged
77
+ More work trying to get the native windows gem to compile under PostgreSQL 9.0
78
+
79
+ 167 c9fb855a7d50 2010-09-28 09:09 -0700 ged
80
+ Adding a sample of how to use COPY FROM
81
+
82
+ 166 d85ff87e5949 2010-09-24 10:34 -0700 ged
83
+ Fixes for Ruby 1.9.2.
84
+
85
+ 165 5dbc24f596c8 2010-09-24 10:18 -0700 ged
86
+ Version bump, updates for PostgreSQL 9.
87
+
88
+ 164 1f8dd92ca16c 2010-08-03 10:31 -0700 ged
89
+ Merged JRuby fix into the build system, pulled down other build-system updates. Thanks to timfel for the fix.
90
+
91
+ 163 4f705f605e51 2010-08-03 17:56 +0200 timfelgentreff
92
+ Fix to allow Rakefile to work on JRuby
93
+
94
+ 162 92cc211ef553 2010-08-02 09:28 -0700 ged
95
+ Honor Ruby's default_internal encoding when connecting via the synchronous interface; fixes #33
96
+
97
+ 161 a2237e39d399 2010-08-02 09:23 -0700 ged
98
+ Don't treat the installed pg_config not having archflags as an error; fixes #39
99
+
100
+ 160 14b882b7b88c 2010-08-02 09:21 -0700 ged
101
+ Install extension under arch-specific directory (RPS fix)
102
+
103
+ 159 b0a5ae858569 2010-07-26 19:46 -0700 ged
104
+ Adding rake tasklibs as a sub-repo
105
+
106
+ 158 37835e3b8701 2010-07-21 18:39 -0700 ged
107
+ Removed spec for issue #22, as the library is behaving the same as the underlying library; closes #22
108
+
109
+ 157:156,155 86f238c12fa3 2010-07-21 18:36 -0700 ged
110
+ Merged with 168:dfaa59767b2e
111
+
112
+ 156:150 dfaa59767b2e 2010-07-21 18:35 -0700 ged
113
+ Reworded an example's description and added a specific transaction-abort spec
114
+
115
+ 155:154,151 e756f8fb15d8 2010-06-22 16:23 -0700 ged
116
+ Merged with 170:5418a1d86d91
117
+
118
+ 154 8922f0a8ee44 2010-06-22 16:22 -0700 ged
119
+ Adding example of invalid binary data issue (refs #22), fixing EXT_SO path
120
+
121
+ 153 cb92aa4b6599 2010-02-25 10:39 -0800 ged
122
+ Adding a spec to test bug #12
123
+
124
+ 152:141 86026f5ecf70 2010-02-25 10:39 -0800 ged
125
+ Adding rake-compiler to the dev dependencies
126
+
127
+ 151 5418a1d86d91 2010-06-22 15:54 -0700 ged
128
+ Cross-compile tasks cleanup, extconf diagnostic improvement.
129
+
130
+ 150 07502a793f3a 2010-06-22 10:44 -0700 ged
131
+ Adding some more stuff to the ignorefile
132
+
133
+ 149 873867122e80 2010-06-22 10:43 -0700 ged
134
+ Modified the large-object sample script to reflect the pg library's API (refs #35)
135
+
136
+ 148 ea6eae59e917 2010-06-21 11:08 -0700 ged
137
+ Updating build system, adding .orig files to ignore list.
138
+
139
+ 147 bb8a3baad96e 2010-06-14 13:57 -0700 ged
140
+ Whitespace fix
141
+
142
+ 146 45e6518b780d 2010-05-26 09:33 -0700 ged
143
+ Actually, just use the cflags from pg_config, which should resolve both the -Wall and the -lsocket issue (refs #30)
144
+
145
+ 145 730fb885ce08 2010-05-26 09:27 -0700 ged
146
+ Fixing compilation for non-GCC platforms (fixes #30)
147
+
148
+ 144 a47ffe890970 2010-03-16 07:36 -0700 ged
149
+ Fixed typo in ext/extconf.rb -- thanks to Keith Cascio for spotting this. Closes #27.
150
+
151
+ 143 9a296096f7e9 2010-02-28 08:56 -0800 ged
152
+ Added tag 0.9.0 for changeset da726282493c
153
+
154
+ 142[0.9.0] da726282493c 2010-02-28 08:56 -0800 ged
155
+ Added signature for changeset 872063e42b12
156
+
157
+ 141 872063e42b12 2010-02-19 08:02 -0800 ged
2
158
  Adding "fat gem" compatible loader, set the default RUBY_CC_VERSION.
3
159
 
4
- 157 ab525ca90531 2010-02-19 06:27 -0800 ged
160
+ 140 ab525ca90531 2010-02-19 06:27 -0800 ged
5
161
  Updated the Rakefile so it includes itself in gems. (closes #15) Thanks to flameeyes@bitbucket for
6
162
 
7
- 156 9c65eb905416 2010-02-18 06:52 -0800 ged
163
+ 139 9c65eb905416 2010-02-18 06:52 -0800 ged
8
164
  Applied patch for PGconn#async_exec to make it have the same semantics as PGconn#exec (closes #19). Thanks again to Lars Kanis for the patch.
9
165
 
10
- 155 b0017ac0ecb5 2010-02-17 15:30 -0800 ged
166
+ 138 b0017ac0ecb5 2010-02-17 15:30 -0800 ged
11
167
  Updated the Rakefile to always default the package version even if a version can't be read from the VERSION_FILE.
12
168
 
13
- 154 c7d5458af696 2010-02-17 06:23 -0800 ged
169
+ 137 c7d5458af696 2010-02-17 06:23 -0800 ged
14
170
  Improving spec database setup function (closes #18). Thanks to Lars Kanis for another fine patch.
15
171
 
16
- 153 39b11474d035 2010-02-17 06:14 -0800 ged
172
+ 136 39b11474d035 2010-02-17 06:14 -0800 ged
17
173
  Ack! Removing typo
18
174
 
19
- 152 9d54bbc98488 2010-02-17 06:10 -0800 ged
175
+ 135 9d54bbc98488 2010-02-17 06:10 -0800 ged
20
176
  Adding a test to ensure the result encoding remains the same even when client_encoding in the connection changes.
21
177
 
22
- 151 31afece7c203 2010-01-18 09:15 -0800 ged
178
+ 134 31afece7c203 2010-01-18 09:15 -0800 ged
23
179
  Made the 'make_header' in the extconf more clear.
24
180
 
25
- 150:149,148 d9c920068712 2010-01-13 20:56 -0800 pgsql
181
+ 133:132,131 d9c920068712 2010-01-13 20:56 -0800 pgsql
26
182
  Merged
27
183
 
28
- 149:141 294eb6d5530b 2010-01-13 20:51 -0800 pgsql
184
+ 132:124 294eb6d5530b 2010-01-13 20:51 -0800 pgsql
29
185
  In rspec tests, replace the pattern:
30
186
 
31
- 148 74fab32c2687 2010-01-11 08:15 -0800 ged
187
+ 131 74fab32c2687 2010-01-11 08:15 -0800 ged
32
188
  A better fix for the PGconn#block weirdness on Win32 (closes #16).
33
189
 
34
- 147 f8dfc1b6c51c 2010-01-06 06:17 -0800 ged
190
+ 130 f8dfc1b6c51c 2010-01-06 06:17 -0800 ged
35
191
  Rearranged the sections of the README.
36
192
 
37
- 146 0df792de2a19 2010-01-05 08:48 -0800 ged
193
+ 129 0df792de2a19 2010-01-05 08:48 -0800 ged
38
194
  Updating MacOS X README.
39
195
 
40
- 145 2894973bc63f 2010-01-04 18:28 -0800 ged
196
+ 128 2894973bc63f 2010-01-04 18:28 -0800 ged
41
197
  Work around broken rb_thread_select() on win32; thanks to Lars Kanis for the patch!
42
198
 
43
- 144 88dacdb9c97d 2010-01-04 18:16 -0800 ged
199
+ 127 88dacdb9c97d 2010-01-04 18:16 -0800 ged
44
200
  Reverted removal of PGresult::InvalidOid, fixed broken spec.
45
201
 
46
- 143 739cec560448 2010-01-04 17:55 -0800 ged
202
+ 126 739cec560448 2010-01-04 17:55 -0800 ged
47
203
  Ignore some generated files, documentation work, removed type OID constants.
48
204
 
49
- 142 38a0d2a90664 2010-01-04 17:39 -0800 ged
205
+ 125 38a0d2a90664 2010-01-04 17:39 -0800 ged
50
206
  Applied patch for static cross-compilation of win32 gem from Lars Kanis with a few changes to
51
207
 
52
- 141 f31202539234 2010-01-03 11:40 -0800 ged
208
+ 124 f31202539234 2010-01-03 11:40 -0800 ged
53
209
  Updated build system
54
210
 
55
- 140:138 cc09390cb0a8 2010-01-02 09:22 -0800 ged
211
+ 123 cc09390cb0a8 2010-01-02 09:22 -0800 ged
56
212
  Added tag 0.8.0 for changeset 7fbe4187e9e5
57
213
 
58
- 139:136 d5fa3e079a55 2009-12-31 09:58 -0800 ged
59
- Closing branch
60
-
61
- 138 05834d47aac3 2009-12-31 09:57 -0800 ged
214
+ 122 05834d47aac3 2009-12-31 09:57 -0800 ged
62
215
  Bumped version to 0.9.0
63
216
 
64
- 137:126,136 0997a0aa7624 2009-12-31 09:22 -0800 ged
217
+ 121:110,120 0997a0aa7624 2009-12-31 09:22 -0800 ged
65
218
  Merged i17n-19-patches branch
66
219
 
67
- 136 f5af71167dea 2009-12-28 14:50 -0800 ged
220
+ 120 f5af71167dea 2009-12-28 14:50 -0800 ged
68
221
  Make PGconn.connect_start use PQconnectStart instead of PQconnectdb so asynchronous connection
69
222
 
70
- 135 42919e2a4ef8 2009-12-28 08:42 -0800 ged
223
+ 119 42919e2a4ef8 2009-12-28 08:42 -0800 ged
71
224
  Added column-selection methods to PGresult (#field_values and #column_values). Closes #12. Thanks to
72
225
 
73
- 134 39fdb2552163 2009-12-23 08:28 -0800 ged
226
+ 118 39fdb2552163 2009-12-23 08:28 -0800 ged
74
227
  Fixed #11: encrypt_arguments doesn't receive password, thanks to Yuki Miyauchi for the patch.
75
228
 
76
- 133 df770b6ad237 2009-12-23 07:49 -0800 ged
229
+ 117 df770b6ad237 2009-12-23 07:49 -0800 ged
77
230
  Fixed infinite loop in async_exec("COPY"), thanks to Mike Pomraning for the patch. Closes #9.
78
231
 
79
- 132 4cbcf197cb82 2009-12-16 09:03 -0800 ged
232
+ 116 4cbcf197cb82 2009-12-16 09:03 -0800 ged
80
233
  New build system, build with rake-compiler, added PGconn::VERSION.
81
234
 
82
- 131 6ba661bbdb28 2009-12-15 08:45 -0800 ged
235
+ 115 6ba661bbdb28 2009-12-15 08:45 -0800 ged
83
236
  Applied Rubyforge patch 26282; fixes #1. Thanks to Nikolai Lugovoi for the patch.
84
237
 
85
- 130 3e42badc15de 2009-12-11 17:28 -0800 ged
238
+ 114 3e42badc15de 2009-12-11 17:28 -0800 ged
86
239
  Notify spec fixes, cleanup, Rakefile clean task adjustments.
87
240
 
88
- 129 659d80221a45 2009-12-11 13:47 -0800 ged
241
+ 113 659d80221a45 2009-12-11 13:47 -0800 ged
89
242
  Simplified the spec for PGconn#notify, still segfaulting.
90
243
 
91
- 128:127,126 26b614a7ece8 2009-12-11 09:01 -0800 ged
244
+ 112:111,110 26b614a7ece8 2009-12-11 09:01 -0800 ged
92
245
  Merged Mahlon's examples-directory patch from default.
93
246
 
94
- 127:124,125 66234afab283 2009-12-11 09:01 -0800 ged
247
+ 111:108,109 66234afab283 2009-12-11 09:01 -0800 ged
95
248
  Merged Mahlon's notify patch from default.
96
249
 
97
- 126 1e6349a799c3 2009-12-10 10:30 -0800 mahlon
250
+ 110 1e6349a799c3 2009-12-10 10:30 -0800 mahlon
98
251
  Add a sample (usage example) for wait_for_notify().
99
252
 
100
- 125:114 a3434e641f6a 2009-12-10 10:22 -0800 mahlon
253
+ 109:98 a3434e641f6a 2009-12-10 10:22 -0800 mahlon
101
254
  * Small documentation fix for conn.notifies()
102
255
 
103
- 124 59549227d7c3 2009-10-29 06:10 -0700 ged
256
+ 108 59549227d7c3 2009-10-29 06:10 -0700 ged
104
257
  Remove old mkrf config file to avoid confusion
105
258
 
106
- 123 f30139fb0587 2009-10-28 18:14 -0700 ged
259
+ 107 f30139fb0587 2009-10-28 18:14 -0700 ged
107
260
  Write specs for and applied patch #26283; thanks to Nikolai Lugovoi.
108
261
 
109
- 122 a41d4291ffbb 2009-10-28 16:26 -0700 ged
262
+ 106 a41d4291ffbb 2009-10-28 16:26 -0700 ged
110
263
  Fixups after conversion to Mercurial, fixing tests broken by the changes in the previous commit.
111
264
 
112
- 121 91ee1ac36a54 2009-10-28 14:51 +0000 ged
265
+ 105 91ee1ac36a54 2009-10-28 14:51 +0000 ged
113
266
  * Made spec output elide output from the command line by default, and log everything for
114
267
 
115
- 120 0b28f9bd8935 2009-10-17 21:42 +0000 ged
268
+ 104 0b28f9bd8935 2009-10-17 21:42 +0000 ged
116
269
  Applied patch #26277; thanks to Nikolai Lugovoi.
117
270
 
118
- 119 cb5335861c5d 2009-10-16 20:50 +0000 ged
271
+ 103 cb5335861c5d 2009-10-16 20:50 +0000 ged
119
272
  Build and warnings cleanup.
120
273
 
121
- 118 1d001b550715 2009-08-28 10:50 +0000 ged
274
+ 102 1d001b550715 2009-08-28 10:50 +0000 ged
122
275
  Applied patch #26116; thanks to Nikolai Lugovoi.
123
276
 
124
- 117 d67c62945540 2009-08-28 06:22 +0000 ged
277
+ 101 d67c62945540 2009-08-28 06:22 +0000 ged
125
278
  * Use pg_ctl -w instead of sleep for specs
126
279
 
127
- 116 0524dd20fb0f 2009-08-25 00:35 +0000 ged
280
+ 100 0524dd20fb0f 2009-08-25 00:35 +0000 ged
128
281
  * Applied patch from (rubyforge:25931), fixes (rubyforge:22925).
129
282
 
130
- 115 d0267176eb61 2009-07-30 15:52 +0000 ged
283
+ 99 d0267176eb61 2009-07-30 15:52 +0000 ged
131
284
  Making a branch for merging the patches and new specs to test them.
132
285
 
133
- 114[0.8.0] 7fbe4187e9e5 2009-03-28 22:53 +0000 davis
286
+ 98[0.8.0] 7fbe4187e9e5 2009-03-28 22:53 +0000 davis
134
287
  Bump version to 0.8.0
135
288
 
136
- 113 39a19c65b0a0 2009-03-28 19:39 +0000 cfis
289
+ 97 39a19c65b0a0 2009-03-28 19:39 +0000 cfis
137
290
  Don't call file trace on windows.
138
291
 
139
- 112 c4598eee6d1b 2009-03-28 19:33 +0000 cfis
292
+ 96 c4598eee6d1b 2009-03-28 19:33 +0000 cfis
140
293
  Updated VC2008 project
141
294
 
142
- 111 c75883fb5979 2009-03-28 19:32 +0000 cfis
295
+ 95 c75883fb5979 2009-03-28 19:32 +0000 cfis
143
296
  Updated VC2008 project
144
297
 
145
- 110 4192e6d1ccc0 2009-03-28 16:49 +0000 davis
298
+ 94 4192e6d1ccc0 2009-03-28 16:49 +0000 davis
146
299
  Fix socket leak when connection error occurs.
147
300
 
148
- 109 03d6ef0de9ef 2009-03-28 15:42 +0000 davis
301
+ 93 03d6ef0de9ef 2009-03-28 15:42 +0000 davis
149
302
  PGconn#lo_close was calling lo_unlink.
150
303
 
151
- 108 b27b4b4a54eb 2009-03-28 15:37 +0000 davis
304
+ 92 b27b4b4a54eb 2009-03-28 15:37 +0000 davis
152
305
  Change header so it builds correctly on 1.8 and 1.9.
153
306
 
154
- 107 f7b97416c101 2009-03-14 09:22 +0000 cfis
307
+ 91 f7b97416c101 2009-03-14 09:22 +0000 cfis
155
308
  Oops - use ALLOC_N not ALLOC, fixes compile error with VC2008.
156
309
 
157
- 106 c0fd7531850f 2009-03-14 09:14 +0000 cfis
310
+ 90 c0fd7531850f 2009-03-14 09:14 +0000 cfis
158
311
  Ignore rdoc directory, pkg directory, nbproject directory.
159
312
 
160
- 105 c675c7534c4d 2009-03-14 09:13 +0000 cfis
313
+ 89 c675c7534c4d 2009-03-14 09:13 +0000 cfis
161
314
  This rakefile is just used for installing the windows gem.
162
315
 
163
- 104 c3329724ef5b 2009-03-14 09:13 +0000 cfis
316
+ 88 c3329724ef5b 2009-03-14 09:13 +0000 cfis
164
317
  Split out building on mingw to a separate rake file.
165
318
 
166
- 103 01e1dbb950c8 2009-03-14 09:12 +0000 cfis
319
+ 87 01e1dbb950c8 2009-03-14 09:12 +0000 cfis
167
320
  Updated VC2008 projects for Ruby 1.8 and Ruby 1.9 (1.9 not quite setup yet).
168
321
 
169
- 102 677d3eae5b16 2009-03-14 09:11 +0000 cfis
322
+ 86 677d3eae5b16 2009-03-14 09:11 +0000 cfis
170
323
  Added rdoc task so you can type rake rdoc. Makes it easier to debug rdoc documentation.
171
324
 
172
- 101 c33a73c14126 2009-03-14 08:54 +0000 cfis
325
+ 85 c33a73c14126 2009-03-14 08:54 +0000 cfis
173
326
  Windows compatibility - use tcp/ip sockets, use full path names, read files in binary mode.
174
327
 
175
- 100 241d3410b875 2009-03-14 08:48 +0000 cfis
328
+ 84 241d3410b875 2009-03-14 08:48 +0000 cfis
176
329
  Ripple port change through text. Always full path to open spec file.
177
330
 
178
- 99 1bf29d30c16c 2009-03-14 08:29 +0000 cfis
331
+ 83 1bf29d30c16c 2009-03-14 08:29 +0000 cfis
179
332
  First stab at getting test to work on Windows. Windows does not support unix-sockets, so have to use tcp/ip sockets. Also windows requires that command line parameters are quoted with " and not '.
180
333
 
181
- 98 4dae2cabb5ae 2009-03-14 07:47 +0000 cfis
334
+ 82 4dae2cabb5ae 2009-03-14 07:47 +0000 cfis
182
335
  Export Init_pg in windows shared library.
183
336
 
184
- 97 4e9b028c55cd 2009-03-14 07:46 +0000 cfis
337
+ 81 4e9b028c55cd 2009-03-14 07:46 +0000 cfis
185
338
  Fix up memory handling for Windows (match ALLOC with xfree).
186
339
 
187
- 96 4a9ffd0aa913 2009-03-06 18:18 +0000 davis
340
+ 80 4a9ffd0aa913 2009-03-06 18:18 +0000 davis
188
341
  1.9 compatibility fixes.
189
342
 
190
- 95:93 7178d13749b7 2008-12-03 06:52 +0000 davis
343
+ 79 7178d13749b7 2008-12-03 06:52 +0000 davis
191
344
  Add better support for windows build.
192
345
 
193
- 94:92 4c2ea65f2eb9 2008-10-14 05:27 +0000 davis
194
- Merged revisions 175 via svnmerge from
195
-
196
- 93:91 3bf9ef75bae5 2008-10-14 05:25 +0000 davis
346
+ 78 3bf9ef75bae5 2008-10-14 05:25 +0000 davis
197
347
  Revert r172.
198
348
 
199
- 92:86 7e7c22be0302 2008-10-05 19:43 +0000 davis
200
- Merged revisions 169-173 via svnmerge from
201
-
202
- 91 cdf306d84adf 2008-10-05 19:18 +0000 davis
349
+ 77 cdf306d84adf 2008-10-05 19:18 +0000 davis
203
350
  Update spec tests.
204
351
 
205
- 90 0386537bd139 2008-10-05 19:04 +0000 davis
352
+ 76 0386537bd139 2008-10-05 19:04 +0000 davis
206
353
  Include all libraries listed in "pg_config --libs" in the build.
207
354
 
208
- 89 68473ee45e28 2008-10-05 18:47 +0000 davis
355
+ 75 68473ee45e28 2008-10-05 18:47 +0000 davis
209
356
  Fix PGconn#async_exec and PGconn#get_last_result to properly clear all
210
357
 
211
- 88 622eec9c6b0b 2008-10-05 18:01 +0000 davis
358
+ 74 622eec9c6b0b 2008-10-05 18:01 +0000 davis
212
359
  Throw correct exception when result is NULL.
213
360
 
214
- 87:85 8e8045947a9c 2008-08-21 02:48 +0000 davis
361
+ 73 8e8045947a9c 2008-08-21 02:48 +0000 davis
215
362
  Fixed option connection argument in the case of using 7 arguments.
216
363
 
217
- 86:84 3e9dda291ef3 2008-08-17 20:42 +0000 davis
218
- Merged revisions 166 via svnmerge from
219
-
220
- 85:80 c5c44a6267f7 2008-08-17 20:35 +0000 davis
364
+ 72 c5c44a6267f7 2008-08-17 20:35 +0000 davis
221
365
  Typo fix.
222
366
 
223
- 84 3686c9944fe1 2008-08-17 20:27 +0000 davis
224
- Add ext_helper.rb
225
-
226
- 83 ed3294b76bf7 2008-08-17 20:23 +0000 davis
227
- Merged revisions 149-160 via svnmerge from
228
-
229
- 82 ff6af5fc4dc3 2008-08-17 20:05 +0000 davis
230
- Initialized merge tracking via "svnmerge" with revisions "1-146" from
231
-
232
- 81:68 1a7b63bacfee 2008-08-17 19:55 +0000 davis
233
- Initialized merge tracking via "svnmerge" with revisions "1-146" from
234
-
235
- 80 ed8927d7f45d 2008-08-17 19:26 +0000 davis
367
+ 71 ed8927d7f45d 2008-08-17 19:26 +0000 davis
236
368
  Properly protect variables from garbage collection, preventing possible memory
237
369
 
238
- 79 c7c5d25c851c 2008-08-17 18:19 +0000 davis
370
+ 70 c7c5d25c851c 2008-08-17 18:19 +0000 davis
239
371
  Applied build patch from Brett Neumeier. Thanks!
240
372
 
241
- 78 48d2bdfcc630 2008-07-24 05:46 +0000 davis
373
+ 69 48d2bdfcc630 2008-07-24 05:46 +0000 davis
242
374
  Fixed PGconn#setnonblocking
243
375
 
244
- 77 b2e1bc03aca5 2008-07-24 05:33 +0000 davis
376
+ 68 b2e1bc03aca5 2008-07-24 05:33 +0000 davis
245
377
  Changed all temporary allocations to use ALLOC_N (heap
246
378
 
247
- 76 c775c24a75f9 2008-07-08 06:21 +0000 davis
379
+ 67 c775c24a75f9 2008-07-08 06:21 +0000 davis
248
380
  Fix oversight in connect arguments for options and connect_timeout
249
381
 
250
- 75 b86f0f75181e 2008-04-21 17:41 +0000 davis
382
+ 66 b86f0f75181e 2008-04-21 17:41 +0000 davis
251
383
  * backtracked a small piece of the patch, to catch
252
384
 
253
- 74 b3a05d09fb27 2008-04-21 17:24 +0000 davis
385
+ 65 b3a05d09fb27 2008-04-21 17:24 +0000 davis
254
386
  * applied patch from Louis Lavena to improve
255
387
 
256
- 73 7579885aff18 2008-04-21 17:13 +0000 davis
388
+ 64 7579885aff18 2008-04-21 17:13 +0000 davis
257
389
  * added some tests for binary data
258
390
 
259
- 72 de58e242dd99 2008-03-20 19:16 +0000 davis
391
+ 63 de58e242dd99 2008-03-20 19:16 +0000 davis
260
392
  * added PGconn#cancel() -> String
261
393
 
262
- 71 778892302876 2008-03-20 18:20 +0000 davis
394
+ 62 778892302876 2008-03-20 18:20 +0000 davis
263
395
  * added PGconn.connect_start(...) -> PGconn
264
396
 
265
- 70 630cca5e74c1 2008-03-19 21:19 +0000 davis
397
+ 61 630cca5e74c1 2008-03-19 21:19 +0000 davis
266
398
  * forgot to add the expected output to the repository,
267
399
 
268
- 69:67 661ed2fea9e2 2008-03-19 21:17 +0000 davis
400
+ 60 661ed2fea9e2 2008-03-19 21:17 +0000 davis
269
401
  This commmit just cleans up indenting and coding
270
402
 
271
- 68:65 f9cd915ea427 2008-03-18 02:32 +0000 davis
272
- merged ruby-pg/trunk rev 123:146 with ruby-pg/branches/stable
273
-
274
- 67 d821d50b7d95 2008-03-17 21:34 +0000 davis
403
+ 59 d821d50b7d95 2008-03-17 21:34 +0000 davis
275
404
  re-adding mkrf_config.rb
276
405
 
277
- 66:64 a66f44648857 2008-03-17 21:33 +0000 davis
406
+ 58 a66f44648857 2008-03-17 21:33 +0000 davis
278
407
  temporarily removing mkrf_config.rb and will re-add it in the
279
408
 
280
- 65:43 bae01401c92b 2008-03-17 21:29 +0000 davis
281
- merged ruby-pg/trunk rev 123:125 with ruby-pg/branches/stable
282
-
283
- 64 c8752b1a33cd 2008-03-17 17:29 +0000 davis
409
+ 57 c8752b1a33cd 2008-03-17 17:29 +0000 davis
284
410
  * 7.3 compatibility fixes
285
411
 
286
- 63 4aa1190e1873 2008-03-17 16:19 +0000 davis
412
+ 56 4aa1190e1873 2008-03-17 16:19 +0000 davis
287
413
  * Added PGconn#reset_start
288
414
 
289
- 62 1224350cdcb6 2008-03-12 17:39 +0000 davis
415
+ 55 1224350cdcb6 2008-03-12 17:39 +0000 davis
290
416
  * added SQLSTATE test
291
417
 
292
- 61 639f8bf03621 2008-03-12 16:40 +0000 davis
418
+ 54 639f8bf03621 2008-03-12 16:40 +0000 davis
293
419
  * updated the README to reflect the fact that the pg
294
420
 
295
- 60 1fd6244025c5 2008-03-11 21:35 +0000 davis
421
+ 53 1fd6244025c5 2008-03-11 21:35 +0000 davis
296
422
  * tried to make it easier to find the license information
297
423
 
298
- 59 1c4f58ec2264 2008-03-10 23:55 +0000 davis
424
+ 52 1c4f58ec2264 2008-03-10 23:55 +0000 davis
299
425
  * add better checking to make sure that PGconn#trace is passed
300
426
 
301
- 58 e94ce7f92a06 2008-03-10 18:14 +0000 davis
427
+ 51 e94ce7f92a06 2008-03-10 18:14 +0000 davis
302
428
  * corrected handling of bytea when passed in binary format
303
429
 
304
- 57 221e68f16f2d 2008-03-10 17:54 +0000 davis
430
+ 50 221e68f16f2d 2008-03-10 17:54 +0000 davis
305
431
  * make PGconn#trace accept any object that provides
306
432
 
307
- 56 2e722b22b4bc 2008-03-10 17:34 +0000 davis
433
+ 49 2e722b22b4bc 2008-03-10 17:34 +0000 davis
308
434
  * Added PGconn#trace(filename)
309
435
 
310
- 55 9b1308e85390 2008-03-07 18:11 +0000 davis
436
+ 48 9b1308e85390 2008-03-07 18:11 +0000 davis
311
437
  * Added check to find pg_config. If not found, throw an error.
312
438
 
313
- 54 480eae4733ff 2008-02-22 01:26 +0000 davis
439
+ 47 480eae4733ff 2008-02-22 01:26 +0000 davis
314
440
  * fixed PGconn#trace
315
441
 
316
- 53 a6a1c8613b31 2008-02-21 01:05 +0000 davis
442
+ 46 a6a1c8613b31 2008-02-21 01:05 +0000 davis
317
443
  * added PGconn#set_notice_receiver{ |result| ... }
318
444
 
319
- 52 8a6e663a70f7 2008-02-19 19:25 +0000 davis
445
+ 45 8a6e663a70f7 2008-02-19 19:25 +0000 davis
320
446
  quick change
321
447
 
322
- 51 5fc41a8f71f0 2008-02-19 19:06 +0000 davis
448
+ 44 5fc41a8f71f0 2008-02-19 19:06 +0000 davis
323
449
  fix escaping of paths on windows (another try)
324
450
 
325
- 50 a465fe9f95a3 2008-02-18 19:32 +0000 davis
451
+ 43 a465fe9f95a3 2008-02-18 19:32 +0000 davis
326
452
  * attempted some compatibility fixes for windows
327
453
 
328
- 49 5a91f5660c17 2008-02-13 01:24 +0000 davis
454
+ 42 5a91f5660c17 2008-02-13 01:24 +0000 davis
329
455
  * better quoting and error handling when invoking other programs,
330
456
 
331
- 48 5289d5034472 2008-02-13 01:10 +0000 davis
457
+ 41 5289d5034472 2008-02-13 01:10 +0000 davis
332
458
  quote include and library paths
333
459
 
334
- 47 ed53517514b1 2008-02-13 00:22 +0000 davis
460
+ 40 ed53517514b1 2008-02-13 00:22 +0000 davis
335
461
  * created a mkrf_config.rb. I am attempting to transition away from
336
462
 
337
- 46 21bf96d0f702 2008-02-11 18:35 +0000 davis
463
+ 39 21bf96d0f702 2008-02-11 18:35 +0000 davis
338
464
  * windows fixes (thanks Daniel Berger!)
339
465
 
340
- 45 9d0a23cf2113 2008-02-11 17:43 +0000 davis
466
+ 38 9d0a23cf2113 2008-02-11 17:43 +0000 davis
341
467
  * fix temporary postgresql test installation in
342
468
 
343
- 44:42 7fcd53437c79 2008-02-08 18:27 +0000 davis
469
+ 37 7fcd53437c79 2008-02-08 18:27 +0000 davis
344
470
  * properly retrieve binary data from result sets
345
471
 
346
- 43:31 83e5013eccc8 2008-02-05 19:23 +0000 davis
347
- merged ruby-pg/trunk rev 109:121 with ruby-pg/branches/stable
348
-
349
- 42 295c477ed74f 2008-02-05 17:56 +0000 davis
472
+ 36 295c477ed74f 2008-02-05 17:56 +0000 davis
350
473
  fixed bug caused by a typo. HAVE_LOCREATE should have been HAVE_LO_CREATE
351
474
 
352
- 41 ef2214d7f448 2008-02-01 19:33 +0000 davis
475
+ 35 ef2214d7f448 2008-02-01 19:33 +0000 davis
353
476
  * made exec, exec_prepared, send_query, and send_prepared with parameters
354
477
 
355
- 40 7303b8165a37 2008-02-01 18:29 +0000 davis
478
+ 34 7303b8165a37 2008-02-01 18:29 +0000 davis
356
479
  * Corrected a comment.
357
480
 
358
- 39 b3ad2112a91e 2008-01-31 22:11 +0000 davis
481
+ 33 b3ad2112a91e 2008-01-31 22:11 +0000 davis
359
482
  * removed duplicate definition of PGconn.open
360
483
 
361
- 38 ce9c0e52eec6 2008-01-31 21:41 +0000 davis
484
+ 32 ce9c0e52eec6 2008-01-31 21:41 +0000 davis
362
485
  more test improvements
363
486
 
364
- 37 97cbdebaeb11 2008-01-31 21:19 +0000 davis
487
+ 31 97cbdebaeb11 2008-01-31 21:19 +0000 davis
365
488
  renamed pg_spec to pgconn_spec
366
489
 
367
- 36 1cb0537730bf 2008-01-31 21:00 +0000 davis
490
+ 30 1cb0537730bf 2008-01-31 21:00 +0000 davis
368
491
  * Added some tests
369
492
 
370
- 35 29b827c7dbd0 2008-01-30 18:27 +0000 davis
493
+ 29 29b827c7dbd0 2008-01-30 18:27 +0000 davis
371
494
  * added PGconn.conndefaults
372
495
 
373
- 34 c18f38225bc7 2008-01-29 19:44 +0000 davis
496
+ 28 c18f38225bc7 2008-01-29 19:44 +0000 davis
374
497
  corrected the tainting of some strings returned by the database
375
498
 
376
- 33 56cd8c6ee046 2008-01-29 17:50 +0000 davis
499
+ 27 56cd8c6ee046 2008-01-29 17:50 +0000 davis
377
500
  changed gem name from 'ruby-pg' to just 'pg'
378
501
 
379
- 32:30 a9097dead780 2008-01-28 21:19 +0000 davis
502
+ 26 a9097dead780 2008-01-28 21:19 +0000 davis
380
503
  made a pg.gemspec so that people can build 'pg' gem
381
504
 
382
- 31:26 abfe9a457946 2008-01-28 18:50 +0000 davis
383
- merged ruby-pg/trunk rev 104 with ruby-pg/branches/stable
384
-
385
- 30 cfdcfcd445ab 2008-01-26 00:20 +0000 davis
505
+ 25 cfdcfcd445ab 2008-01-26 00:20 +0000 davis
386
506
  changed exception type for empty data structures
387
507
 
388
- 29 81cd03f8a2c3 2008-01-25 23:42 +0000 davis
508
+ 24 81cd03f8a2c3 2008-01-25 23:42 +0000 davis
389
509
  * added PGconn#async_exec and alias PGconn#async_query
390
510
 
391
- 28 29d775393e88 2008-01-25 00:59 +0000 davis
511
+ 23 29d775393e88 2008-01-25 00:59 +0000 davis
392
512
  added PGresult#cmdtuples as alias for PGresult#cmd_tuples
393
513
 
394
- 27:25 eac7df0aa291 2008-01-25 00:46 +0000 davis
514
+ 22 eac7df0aa291 2008-01-25 00:46 +0000 davis
395
515
  Added:
396
516
 
397
- 26:24 c7ddb58579d3 2008-01-24 23:07 +0000 davis
398
- moved a few minor changes over before release
399
-
400
- 25:23 7908e778e7c3 2008-01-24 23:00 +0000 davis
517
+ 21 7908e778e7c3 2008-01-24 23:00 +0000 davis
401
518
  Added README.windows and README.OS_X
402
519
 
403
- 24:8 8df9da92380e 2008-01-24 18:45 +0000 davis
404
- merged revision 77:HEAD of ruby-pg/trunk to ruby-pg/branches/stable
405
-
406
- 23 7cc13a1f3010 2008-01-24 17:48 +0000 davis
520
+ 20 7cc13a1f3010 2008-01-24 17:48 +0000 davis
407
521
  Another change to improve windows compatibility.
408
522
 
409
- 22 ee0577472b67 2008-01-24 02:07 +0000 davis
523
+ 19 ee0577472b67 2008-01-24 02:07 +0000 davis
410
524
  fixed typo
411
525
 
412
- 21 eaf3b1825d56 2008-01-24 02:05 +0000 davis
526
+ 18 eaf3b1825d56 2008-01-24 02:05 +0000 davis
413
527
  My previous fix for OS X compatibility didn't work well enough.
414
528
 
415
- 20 12b2568a0ada 2008-01-23 23:18 +0000 davis
529
+ 17 12b2568a0ada 2008-01-23 23:18 +0000 davis
416
530
  * had to include that file conditionally
417
531
 
418
- 19 34dd04d21a78 2008-01-23 23:04 +0000 davis
532
+ 16 34dd04d21a78 2008-01-23 23:04 +0000 davis
419
533
  * included an additional file so that it works with
420
534
 
421
- 18 4cf66b7302bf 2008-01-23 21:42 +0000 davis
535
+ 15 4cf66b7302bf 2008-01-23 21:42 +0000 davis
422
536
  * added PGconn.quote_ident to quote identifiers
423
537
 
424
- 17 081e4d8ee394 2008-01-22 18:48 +0000 davis
538
+ 14 081e4d8ee394 2008-01-22 18:48 +0000 davis
425
539
  * made PGconn#query alias for PGconn#exec
426
540
 
427
- 16 4774578059e1 2008-01-22 17:52 +0000 davis
541
+ 13 4774578059e1 2008-01-22 17:52 +0000 davis
428
542
  * Detect if compiling on OS X, and if so set $ARCHFLAGS correctly.
429
543
 
430
- 15 204f4b591614 2008-01-21 18:53 +0000 davis
544
+ 12 204f4b591614 2008-01-21 18:53 +0000 davis
431
545
  made conn.block cleaner and it should be more portable.
432
546
 
433
- 14 449d54289f07 2008-01-18 18:10 +0000 davis
547
+ 11 449d54289f07 2008-01-18 18:10 +0000 davis
434
548
  Miscellaneous changes:
435
549
 
436
- 13 aadd4008d2e3 2008-01-17 23:18 +0000 davis
550
+ 10 aadd4008d2e3 2008-01-17 23:18 +0000 davis
437
551
  started creating a rspec test, more tests to come later
438
552
 
439
- 12 4f276bb9c4b1 2008-01-17 23:11 +0000 davis
553
+ 9 4f276bb9c4b1 2008-01-17 23:11 +0000 davis
440
554
  properly free memory in conn.get_copy_data
441
555
 
442
- 11 95d9ff13c269 2008-01-15 21:24 +0000 davis
556
+ 8 95d9ff13c269 2008-01-15 21:24 +0000 davis
443
557
  Added conn.block( [ timeout ] ) -> Boolean
444
558
 
445
- 10 4cefa3b1ecbb 2008-01-14 23:23 +0000 davis
559
+ 7 4cefa3b1ecbb 2008-01-14 23:23 +0000 davis
446
560
  Added conn.transaction{ |conn| ... }
447
561
 
448
- 9:6 ae8c3b66c48d 2008-01-14 19:22 +0000 davis
562
+ 6 ae8c3b66c48d 2008-01-14 19:22 +0000 davis
449
563
  Support for PostgreSQL 7.3.
450
564
 
451
- 8 8eb1346cb9aa 2008-01-09 02:08 +0000 davis
452
- removed extra directory that was left in the merge
453
-
454
- 7:0 d6d19e5371d4 2008-01-09 01:59 +0000 davis
455
- merged ruby-pg/trunk rev 69 to ruby-pg/branches/stable
456
-
457
- 6 1fd8b2aaac4c 2008-01-08 23:19 +0000 davis
565
+ 5 1fd8b2aaac4c 2008-01-08 23:19 +0000 davis
458
566
  Added:
459
567
 
460
- 5 5c0a63028583 2008-01-08 22:26 +0000 davis
568
+ 4 5c0a63028583 2008-01-08 22:26 +0000 davis
461
569
  Added:
462
570
 
463
- 4 40270de77f48 2008-01-07 23:30 +0000 davis
571
+ 3 40270de77f48 2008-01-07 23:30 +0000 davis
464
572
  fixed a few method defines for async query processing
465
573
 
466
- 3 d05d9f2042d7 2008-01-07 22:52 +0000 davis
574
+ 2 d05d9f2042d7 2008-01-07 22:52 +0000 davis
467
575
  Change conn.exec to use PQexec if no parameters are passed,
468
576
 
469
- 2 a531a7bc9241 2008-01-07 22:31 +0000 davis
577
+ 1 a531a7bc9241 2008-01-07 22:31 +0000 davis
470
578
  Cleanup after the repository reorganization.
471
579
 
472
- 1:-1 aafc8cf17567 2008-01-07 22:16 +0000 davis
473
- Split 'ruby-pg' module and 'postgres' module
474
-
475
- 0 7716d24a143b 2008-01-07 22:16 +0000 davis
580
+ 0 aafc8cf17567 2008-01-07 22:16 +0000 davis
476
581
  Split 'ruby-pg' module and 'postgres' module
477
582