cipherstash-pg 1.0.0.beta.4-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +7 -0
  2. data/.appveyor.yml +42 -0
  3. data/.gems +6 -0
  4. data/.gemtest +0 -0
  5. data/.github/workflows/binary-gems.yml +117 -0
  6. data/.github/workflows/source-gem.yml +137 -0
  7. data/.gitignore +19 -0
  8. data/.hgsigs +34 -0
  9. data/.hgtags +41 -0
  10. data/.irbrc +23 -0
  11. data/.pryrc +23 -0
  12. data/.tm_properties +21 -0
  13. data/.travis.yml +49 -0
  14. data/BSDL +22 -0
  15. data/Contributors.rdoc +46 -0
  16. data/Gemfile +14 -0
  17. data/Gemfile.lock +45 -0
  18. data/History.md +804 -0
  19. data/LICENSE +56 -0
  20. data/Manifest.txt +72 -0
  21. data/POSTGRES +23 -0
  22. data/README-OS_X.rdoc +68 -0
  23. data/README-Windows.rdoc +56 -0
  24. data/README.ja.md +266 -0
  25. data/README.md +272 -0
  26. data/Rakefile +76 -0
  27. data/Rakefile.cross +298 -0
  28. data/certs/ged.pem +24 -0
  29. data/certs/larskanis-2022.pem +26 -0
  30. data/certs/larskanis-2023.pem +24 -0
  31. data/cipherstash-pg.gemspec +0 -0
  32. data/lib/2.7/pg_ext.bundle +0 -0
  33. data/lib/3.0/pg_ext.bundle +0 -0
  34. data/lib/3.1/pg_ext.bundle +0 -0
  35. data/lib/3.2/pg_ext.bundle +0 -0
  36. data/lib/cipherstash-pg/basic_type_map_based_on_result.rb +11 -0
  37. data/lib/cipherstash-pg/basic_type_map_for_queries.rb +113 -0
  38. data/lib/cipherstash-pg/basic_type_map_for_results.rb +30 -0
  39. data/lib/cipherstash-pg/basic_type_registry.rb +206 -0
  40. data/lib/cipherstash-pg/binary_decoder.rb +21 -0
  41. data/lib/cipherstash-pg/coder.rb +82 -0
  42. data/lib/cipherstash-pg/connection.rb +467 -0
  43. data/lib/cipherstash-pg/constants.rb +3 -0
  44. data/lib/cipherstash-pg/exceptions.rb +19 -0
  45. data/lib/cipherstash-pg/result.rb +22 -0
  46. data/lib/cipherstash-pg/text_decoder.rb +43 -0
  47. data/lib/cipherstash-pg/text_encoder.rb +67 -0
  48. data/lib/cipherstash-pg/tuple.rb +24 -0
  49. data/lib/cipherstash-pg/type_map_by_column.rb +11 -0
  50. data/lib/cipherstash-pg/version.rb +3 -0
  51. data/lib/cipherstash-pg.rb +60 -0
  52. data/lib/libpq.5.dylib +0 -0
  53. data/misc/openssl-pg-segfault.rb +21 -0
  54. data/misc/postgres/History.txt +9 -0
  55. data/misc/postgres/Manifest.txt +5 -0
  56. data/misc/postgres/README.txt +21 -0
  57. data/misc/postgres/Rakefile +14 -0
  58. data/misc/postgres/lib/postgres.rb +12 -0
  59. data/misc/ruby-pg/History.txt +9 -0
  60. data/misc/ruby-pg/Manifest.txt +5 -0
  61. data/misc/ruby-pg/README.txt +21 -0
  62. data/misc/ruby-pg/Rakefile +14 -0
  63. data/misc/ruby-pg/lib/ruby/pg.rb +12 -0
  64. data/rakelib/task_extension.rb +32 -0
  65. data/sample/array_insert.rb +7 -0
  66. data/sample/async_api.rb +60 -0
  67. data/sample/async_copyto.rb +24 -0
  68. data/sample/async_mixed.rb +28 -0
  69. data/sample/check_conn.rb +9 -0
  70. data/sample/copydata.rb +21 -0
  71. data/sample/copyfrom.rb +29 -0
  72. data/sample/copyto.rb +13 -0
  73. data/sample/cursor.rb +11 -0
  74. data/sample/disk_usage_report.rb +92 -0
  75. data/sample/issue-119.rb +46 -0
  76. data/sample/losample.rb +51 -0
  77. data/sample/minimal-testcase.rb +6 -0
  78. data/sample/notify_wait.rb +26 -0
  79. data/sample/pg_statistics.rb +104 -0
  80. data/sample/replication_monitor.rb +123 -0
  81. data/sample/test_binary_values.rb +17 -0
  82. data/sample/wal_shipper.rb +202 -0
  83. data/sample/warehouse_partitions.rb +161 -0
  84. data/translation/.po4a-version +7 -0
  85. data/translation/po/all.pot +875 -0
  86. data/translation/po/ja.po +868 -0
  87. data/translation/po4a.cfg +9 -0
  88. data/vendor/database-extensions/install.sql +317 -0
  89. data/vendor/database-extensions/uninstall.sql +20 -0
  90. metadata +140 -0
data/History.md ADDED
@@ -0,0 +1,804 @@
1
+ ## v1.4.6 [2023-02-26] Lars Kanis <lars@greiz-reinsdorf.de>
2
+
3
+ - Add japanese README file. [#502](https://github.com/ged/ruby-pg/pull/502)
4
+ - Improve `discard_results` to not block under memory pressure. [#500](https://github.com/ged/ruby-pg/pull/500)
5
+ - Use a dedicated error class `PG::LostCopyState` for errors due to another query within `copy_data` and mention that it's probably due to another query.
6
+ Previously the "no COPY in progress" `PG::Error` was less specific. [#499](https://github.com/ged/ruby-pg/pull/499)
7
+ - Make sure an error in `put_copy_end` of `copy_data` doesn't lose the original exception.
8
+ - Disable nonblocking mode while large object calls. [#498](https://github.com/ged/ruby-pg/pull/498)
9
+ Since pg-1.3.0 libpq's "lo_*" calls failed when a bigger amount of data was transferred.
10
+ This specifically forced the `active_storage-postgresql` gem to use pg-1.2.3.
11
+ - Add rdoc options to gemspec, so that "gem install" generates complete offline documentation.
12
+ - Add binary Windows gems for Ruby 3.2.
13
+ - Update Windows fat binary gem to PostgreSQL-15.2 and OpenSSL-3.0.8.
14
+
15
+
16
+ ## v1.4.5 [2022-11-17] Lars Kanis <lars@greiz-reinsdorf.de>
17
+
18
+ - Return the libpq default port when blank in conninfo. [#492](https://github.com/ged/ruby-pg/pull/492)
19
+ - Add PG::DEF_PGPORT constant and use it in specs. [#492](https://github.com/ged/ruby-pg/pull/492)
20
+ - Fix name resolution when empty or `nil` port is given.
21
+ - Update error codes to PostgreSQL-15.
22
+ - Update Windows fat binary gem to PostgreSQL-15.1 AND OpenSSL-1.1.1s.
23
+
24
+
25
+ ## v1.4.4 [2022-10-11] Lars Kanis <lars@greiz-reinsdorf.de>
26
+
27
+ - Revert to let libpq do the host iteration while connecting. [#485](https://github.com/ged/ruby-pg/pull/485)
28
+ Ensure that parameter `connect_timeout` is still respected.
29
+ - Handle multiple hosts in the connection string, where only one host has writable session. [#476](https://github.com/ged/ruby-pg/pull/476)
30
+ - Add some useful information to PG::Connection#inspect. [#487](https://github.com/ged/ruby-pg/pull/487)
31
+ - Support new pgresult_stream_any API in sequel_pg-1.17.0. [#481](https://github.com/ged/ruby-pg/pull/481)
32
+ - Update Windows fat binary gem to PostgreSQL-14.5.
33
+
34
+
35
+ ## v1.4.3 [2022-08-09] Lars Kanis <lars@greiz-reinsdorf.de>
36
+
37
+ - Avoid memory bloat possible in put_copy_data in pg-1.4.0 to 1.4.2. [#473](https://github.com/ged/ruby-pg/pull/473)
38
+ - Use Encoding::BINARY for JOHAB, removing some useless code. [#472](https://github.com/ged/ruby-pg/pull/472)
39
+
40
+
41
+ ## v1.4.2 [2022-07-27] Lars Kanis <lars@greiz-reinsdorf.de>
42
+
43
+ Bugfixes:
44
+
45
+ - Properly handle empty host parameter when connecting. [#471](https://github.com/ged/ruby-pg/pull/471)
46
+ - Update Windows fat binary gem to OpenSSL-1.1.1q.
47
+
48
+
49
+ ## v1.4.1 [2022-06-24] Lars Kanis <lars@greiz-reinsdorf.de>
50
+
51
+ Bugfixes:
52
+
53
+ - Fix another ruby-2.7 keyword warning. [#465](https://github.com/ged/ruby-pg/pull/465)
54
+ - Allow PG::Error to be created without arguments. [#466](https://github.com/ged/ruby-pg/pull/466)
55
+
56
+
57
+ ## v1.4.0 [2022-06-20] Lars Kanis <lars@greiz-reinsdorf.de>
58
+
59
+ Added:
60
+
61
+ - Add PG::Connection#hostaddr, present since PostgreSQL-12. [#453](https://github.com/ged/ruby-pg/pull/453)
62
+ - Add PG::Connection.conninfo_parse to wrap PQconninfoParse. [#453](https://github.com/ged/ruby-pg/pull/453)
63
+
64
+ Bugfixes:
65
+
66
+ - Try IPv6 and IPv4 addresses, if DNS resolves to both. [#452](https://github.com/ged/ruby-pg/pull/452)
67
+ - Re-add block-call semantics to PG::Connection.new accidently removed in pg-1.3.0. [#454](https://github.com/ged/ruby-pg/pull/454)
68
+ - Handle client error after all data consumed in #copy_data for output. [#455](https://github.com/ged/ruby-pg/pull/455)
69
+ - Avoid spurious keyword argument warning on Ruby 2.7. [#456](https://github.com/ged/ruby-pg/pull/456)
70
+ - Change connection setup to respect connect_timeout parameter. [#459](https://github.com/ged/ruby-pg/pull/459)
71
+ - Fix indefinite hang in case of connection error on Windows [#458](https://github.com/ged/ruby-pg/pull/458)
72
+ - Set connection attribute of PG::Error in various places where it was missing. [#461](https://github.com/ged/ruby-pg/pull/461)
73
+ - Fix transaction leak on early break/return. [#463](https://github.com/ged/ruby-pg/pull/463)
74
+ - Update Windows fat binary gem to OpenSSL-1.1.1o and PostgreSQL-14.4.
75
+
76
+ Enhancements:
77
+
78
+ - Don't flush at each put_copy_data call, but flush at get_result. [#462](https://github.com/ged/ruby-pg/pull/462)
79
+
80
+
81
+ ## v1.3.5 [2022-03-31] Lars Kanis <lars@greiz-reinsdorf.de>
82
+
83
+ Bugfixes:
84
+
85
+ - Handle PGRES_COMMAND_OK in pgresult_stream_any. [#447](https://github.com/ged/ruby-pg/pull/447)
86
+ Fixes usage when trying to stream the result of a procedure call that returns no results.
87
+
88
+ Enhancements:
89
+
90
+ - Rename BasicTypeRegistry#define_default_types to #register_default_types to use a more consistent terminology.
91
+ Keeping define_default_types for compatibility.
92
+ - BasicTypeRegistry: return self instead of objects by accident.
93
+ This allows call chaining.
94
+ - Add some April fun. [#449](https://github.com/ged/ruby-pg/pull/449)
95
+
96
+ Documentation:
97
+ - Refine documentation of conn.socket_io and conn.connect_poll
98
+
99
+
100
+ ## v1.3.4 [2022-03-10] Lars Kanis <lars@greiz-reinsdorf.de>
101
+
102
+ Bugfixes:
103
+
104
+ - Don't leak IO in case of connection errors. [#439](https://github.com/ged/ruby-pg/pull/439)
105
+ Previously it was kept open until the PG::Connection was garbage collected.
106
+ - Fix a performance regession in conn.get_result noticed in single row mode. [#442](https://github.com/ged/ruby-pg/pull/442)
107
+ - Fix occasional error Errno::EBADF (Bad file descriptor) while connecting. [#444](https://github.com/ged/ruby-pg/pull/444)
108
+ - Fix compatibility of res.stream_each* methods with Fiber.scheduler. [#446](https://github.com/ged/ruby-pg/pull/446)
109
+ - Remove FL_TEST and FL_SET, which are MRI-internal. [#437](https://github.com/ged/ruby-pg/pull/437)
110
+
111
+ Enhancements:
112
+
113
+ - Allow pgresult_stream_any to be used by sequel_pg. [#443](https://github.com/ged/ruby-pg/pull/443)
114
+
115
+
116
+ ## v1.3.3 [2022-02-22] Lars Kanis <lars@greiz-reinsdorf.de>
117
+
118
+ Bugfixes:
119
+
120
+ - Fix omission of the third digit of IPv4 addresses in connection URI. [#435](https://github.com/ged/ruby-pg/pull/435)
121
+ - Fix wrong permission of certs/larskanis-2022.pem in the pg-1.3.2.gem. [#432](https://github.com/ged/ruby-pg/pull/432)
122
+
123
+
124
+ ## v1.3.2 [2022-02-14] Lars Kanis <lars@greiz-reinsdorf.de>
125
+
126
+ Bugfixes:
127
+
128
+ - Cancel only active query after failing transaction. [#430](https://github.com/ged/ruby-pg/pull/430)
129
+ This avoids an incompatibility with pgbouncer since pg-1.3.0.
130
+ - Fix String objects with non-applied encoding when using COPY or record decoders. [#427](https://github.com/ged/ruby-pg/pull/427)
131
+ - Update Windows fat binary gem to PostgreSQL-14.2.
132
+
133
+ Enhancements:
134
+
135
+ - Improve extconf.rb checks to reduces the number of compiler calls.
136
+ - Add a check for PGRES_PIPELINE_SYNC, to make sure the library version and the header files are PostgreSQL-14+. [#429](https://github.com/ged/ruby-pg/pull/429)
137
+
138
+
139
+ ## v1.3.1 [2022-02-01] Michael Granger <ged@FaerieMUD.org>
140
+
141
+ Bugfixes:
142
+
143
+ - Fix wrong handling of socket writability on Windows introduced in [#417](https://github.com/ged/ruby-pg/pull/417).
144
+ This caused starvation in conn.put_copy_data.
145
+ - Fix error in PG.version_string(true). [#419](https://github.com/ged/ruby-pg/pull/419)
146
+ - Fix a regression in pg 1.3.0 where Ruby 2.x busy-looping any fractional seconds for every wait. [#420](https://github.com/ged/ruby-pg/pull/420)
147
+
148
+ Enhancements:
149
+
150
+ - Raise an error when conn.copy_data is used in nonblocking mode.
151
+
152
+
153
+ ## v1.3.0 [2022-01-20] Michael Granger <ged@FaerieMUD.org>
154
+
155
+ Install Enhancements:
156
+ - Print some install help if libpq wasn't found. [#396](https://github.com/ged/ruby-pg/pull/396)
157
+ This should help to pick the necessary package without googling.
158
+ - Update Windows fat binary gem to OpenSSL-1.1.1m and PostgreSQL-14.1.
159
+ - Add binary Windows gems for Ruby 3.0 and 3.1.
160
+ - Make the library path of libpq available in ruby as PG::POSTGRESQL_LIB_PATH and add it to the search paths on Windows similar to +rpath+ on Unix systems. [#373](https://github.com/ged/ruby-pg/pull/373)
161
+ - Fall back to pkg-config if pg_config is not found. [#380](https://github.com/ged/ruby-pg/pull/380)
162
+ - Add option to extconf.rb to disable nogvl-wrapping of libpq functions.
163
+ All methods (except PG::Connection.ping) are nonblocking now, so that GVL unlock is in theory no longer necessary.
164
+ However it can have some advantage in concurrency, so that GVL unlock is still enabled by default.
165
+ Use:
166
+ - gem inst pg -- --disable-gvl-unlock
167
+
168
+ API Enhancements:
169
+ - Add full compatibility to Fiber.scheduler introduced in Ruby-3.0. [#397](https://github.com/ged/ruby-pg/pull/397)
170
+ - Add async_connect and async_send methods and add specific specs for Fiber.scheduler [#342](https://github.com/ged/ruby-pg/pull/342)
171
+ - Add async_get_result and async_get_last_result
172
+ - Add async_get_copy_data
173
+ - Implement async_put_copy_data/async_put_copy_end
174
+ - Implement async_reset method using the nonblocking libpq API
175
+ - Add async_set_client_encoding which is compatible to scheduler
176
+ - Add async_cancel as a nonblocking version of conn#cancel
177
+ - Add async_encrypt_password
178
+ - Run Connection.ping in a second thread.
179
+ - Make discard_results scheduler friendly
180
+ - Do all socket waiting through the conn.socket_io object.
181
+ - Avoid PG.connect blocking while address resolution by automatically providing the +hostaddr+ parameter and resolving in Ruby instead of libpq.
182
+ - On Windows Fiber.scheduler support requires Ruby-3.1+.
183
+ It is also only partly usable since may ruby IO methods are not yet scheduler aware on Windows.
184
+ - Add support for pipeline mode of PostgreSQL-14. [#401](https://github.com/ged/ruby-pg/pull/401)
185
+ - Allow specification of multiple hosts in PostgreSQL URI. [#387](https://github.com/ged/ruby-pg/pull/387)
186
+ - Add new method conn.backend_key - used to implement our own cancel method.
187
+
188
+ Type cast enhancements:
189
+ - Add PG::BasicTypeMapForQueries::BinaryData for encoding of bytea columns. [#348](https://github.com/ged/ruby-pg/pull/348)
190
+ - Reduce time to build coder maps and permit to reuse them for several type maps per PG::BasicTypeRegistry::CoderMapsBundle.new(conn) . [#376](https://github.com/ged/ruby-pg/pull/376)
191
+ - Make BasicTypeRegistry a class and use a global default instance of it.
192
+ Now a local type registry can be instanciated and given to the type map, to avoid changing shared global states.
193
+ - Allow PG::BasicTypeMapForQueries to take a Proc as callback for undefined types.
194
+
195
+ Other Enhancements:
196
+ - Convert all PG classes implemented in C to TypedData objects. [#349](https://github.com/ged/ruby-pg/pull/349)
197
+ - Support ObjectSpace.memsize_of(obj) on all classes implemented in C. [#393](https://github.com/ged/ruby-pg/pull/393)
198
+ - Make all PG objects implemented in C memory moveable and therefore GC.compact friendly. [#349](https://github.com/ged/ruby-pg/pull/349)
199
+ - Update errorcodes and error classes to PostgreSQL-14.0.
200
+ - Add PG::CONNECTION_* constants for conn.status of newer PostgreSQL versions.
201
+ - Add better support for logical replication. [#339](https://github.com/ged/ruby-pg/pull/339)
202
+ - Change conn.socket_io to read+write mode and to a BasicSocket object instead of IO.
203
+ - Use rb_io_wait() and the conn.socket_io object if available for better compatibility to Fiber.scheduler .
204
+ Fall back to rb_wait_for_single_fd() on ruby < 3.0.
205
+ - On Windows use a specialized wait function as a workaround for very poor performance of rb_io_wait(). [#416](https://github.com/ged/ruby-pg/pull/416)
206
+
207
+ Bugfixes:
208
+ - Release GVL while calling PQping which is a blocking method, but it didn't release GVL so far.
209
+ - Fix Connection#transaction to no longer block on interrupts, for instance when pressing Ctrl-C and cancel a running query. [#390](https://github.com/ged/ruby-pg/pull/390)
210
+ - Avoid casting of OIDs to fix compat with Redshift database. [#369](https://github.com/ged/ruby-pg/pull/369)
211
+ - Call conn.block before each conn.get_result call to avoid possible blocking in case of a slow network and multiple query results.
212
+ - Sporadic Errno::ENOTSOCK when using conn.socket_io on Windows [#398](https://github.com/ged/ruby-pg/pull/398)
213
+
214
+ Deprecated:
215
+ - Add deprecation warning to PG::BasicTypeRegistry.register_type and siblings.
216
+
217
+ Removed:
218
+ - Remove support of ruby-2.2, 2.3 and 2.4. Minimum is ruby-2.5 now.
219
+ - Remove support for PostgreSQL-9.2. Minimum is PostgreSQL-9.3 now.
220
+ - Remove constant PG::REVISION, which was broken since pg-1.1.4.
221
+
222
+ Repository:
223
+ - Replace Hoe by Bundler for gem packaging
224
+ - Add Github Actions CI and testing of source and binary gems.
225
+
226
+
227
+ ## v1.2.3 [2020-03-18] Michael Granger <ged@FaerieMUD.org>
228
+
229
+ Bugfixes:
230
+
231
+ - Fix possible segfault at `PG::Coder#encode`, `decode` or their implicit calls through
232
+ a typemap after GC.compact. [#327](https://github.com/ged/ruby-pg/pull/327)
233
+ - Fix possible segfault in `PG::TypeMapByClass` after GC.compact. [#328](https://github.com/ged/ruby-pg/pull/328)
234
+
235
+
236
+ ## v1.2.2 [2020-01-06] Michael Granger <ged@FaerieMUD.org>
237
+
238
+ Enhancements:
239
+
240
+ - Add a binary gem for Ruby 2.7.
241
+
242
+
243
+ ## v1.2.1 [2020-01-02] Michael Granger <ged@FaerieMUD.org>
244
+
245
+ Enhancements:
246
+
247
+ - Added internal API for sequel_pg compatibility.
248
+
249
+
250
+ ## v1.2.0 [2019-12-20] Michael Granger <ged@FaerieMUD.org>
251
+
252
+ Repository:
253
+ - Our primary repository has been moved to Github https://github.com/ged/ruby-pg .
254
+ Most of the issues from https://bitbucket.org/ged/ruby-pg have been migrated. [#43](https://github.com/ged/ruby-pg/pull/43)
255
+
256
+ API enhancements:
257
+ - Add PG::Result#field_name_type= and siblings to allow symbols to be used as field names. [#306](https://github.com/ged/ruby-pg/pull/306)
258
+ - Add new methods for error reporting:
259
+ - PG::Connection#set_error_context_visibility
260
+ - PG::Result#verbose_error_message
261
+ - PG::Result#result_verbose_error_message (alias)
262
+ - Update errorcodes and error classes to PostgreSQL-12.0.
263
+ - New constants: PG_DIAG_SEVERITY_NONLOCALIZED, PQERRORS_SQLSTATE, PQSHOW_CONTEXT_NEVER, PQSHOW_CONTEXT_ERRORS, PQSHOW_CONTEXT_ALWAYS
264
+
265
+ Type cast enhancements:
266
+ - Add PG::TextEncoder::Record and PG::TextDecoder::Record for en/decoding of Composite Types. [#258](https://github.com/ged/ruby-pg/pull/258), [#36](https://github.com/ged/ruby-pg/pull/36)
267
+ - Add PG::BasicTypeRegistry.register_coder to register instances instead of classes.
268
+ This is useful to register parametrized en/decoders like PG::TextDecoder::Record .
269
+ - Add PG::BasicTypeMapForQueries#encode_array_as= to switch between various interpretations of ruby arrays.
270
+ - Add Time, Array<Time>, Array<BigDecimal> and Array<IPAddr> encoders to PG::BasicTypeMapForQueries
271
+ - Exchange sprintf based float encoder by very fast own implementation with more natural format. [#301](https://github.com/ged/ruby-pg/pull/301)
272
+ - Define encode and decode methods only in en/decoders that implement it, so that they can be queried by respond_to? .
273
+ - Improve PG::TypeMapByColumn#inspect
274
+ - Accept Integer and Float as input to TextEncoder::Numeric . [#310](https://github.com/ged/ruby-pg/pull/310)
275
+
276
+ Other enhancements:
277
+ - Allocate the data part and the ruby object of PG::Result in one step, so that we don't need to check for valid data.
278
+ This removes PG::Result.allocate and PG::Result.new, which were callable but without any practical use. [#42](https://github.com/ged/ruby-pg/pull/42)
279
+ - Make use of PQresultMemorySize() of PostgreSQL-12 and fall back to our internal estimator.
280
+ - Improve performance of PG::Result#stream_each_tuple .
281
+ - Store client encoding in data part of PG::Connection and PG::Result objects, so that we no longer use ruby's internal encoding bits. [#280](https://github.com/ged/ruby-pg/pull/280)
282
+ - Update Windows fat binary gem to OpenSSL-1.1.1d and PostgreSQL-12.1.
283
+ - Add support for TruffleRuby. It is regularly tested as part of our CI.
284
+ - Enable +frozen_string_literal+ in all pg's ruby files
285
+
286
+ Bugfixes:
287
+ - Update the license in gemspec to "BSD-2-Clause".
288
+ It was incorrectly labeled "BSD-3-Clause". [#40](https://github.com/ged/ruby-pg/pull/40)
289
+ - Respect PG::Coder#flags in PG::Coder#to_h.
290
+ - Fix PG::Result memsize reporting after #clear.
291
+ - Release field names to GC on PG::Result#clear.
292
+ - Fix double free in PG::Result#stream_each_tuple when an exception is raised in the block.
293
+ - Fix PG::Result#stream_each_tuple to deliver typemapped values.
294
+ - Fix encoding of Array<unknown> with PG::BasicTypeMapForQueries
295
+
296
+ Deprecated:
297
+ - Add a deprecation warning to PG::Connection#socket .
298
+
299
+ Removed:
300
+ - Remove PG::Connection#guess_result_memsize= which was temporary added in pg-1.1.
301
+ - Remove PG::Result.allocate and PG::Result.new (see enhancements).
302
+ - Remove support of tainted objects. [#307](https://github.com/ged/ruby-pg/pull/307)
303
+ - Remove support of ruby-2.0 and 2.1. Minimum is ruby-2.2 now.
304
+
305
+ Documentation:
306
+ - Update description of connection params. See PG::Connection.new
307
+ - Link many method descriptions to corresponding libpq's documentation.
308
+ - Update sync_* and async_* query method descriptions and document the aliases.
309
+ The primary documentation is now at the async_* methods which are the default since pg-1.1.
310
+ - Fix documentation of many constants
311
+
312
+
313
+ ## v1.1.4 [2019-01-08] Michael Granger <ged@FaerieMUD.org>
314
+
315
+ - Fix PG::BinaryDecoder::Timestamp on 32 bit systems. # 284
316
+ - Add new error-codes of PostgreSQL-11.
317
+ - Add ruby-2.6 support for Windows fat binary gems and remove ruby-2.0 and 2.1.
318
+
319
+
320
+ ## v1.1.3 [2018-09-06] Michael Granger <ged@FaerieMUD.org>
321
+
322
+ - Revert opimization that was sometimes causing EBADF in rb_wait_for_single_fd().
323
+
324
+
325
+ ## v1.1.2 [2018-08-28] Michael Granger <ged@FaerieMUD.org>
326
+
327
+ - Don't generate aliases for JOHAB encoding.
328
+ This avoids linking to deprecated/private function rb_enc(db)_alias().
329
+
330
+
331
+ ## v1.1.1 [2018-08-27] Michael Granger <ged@FaerieMUD.org>
332
+
333
+ - Reduce deprecation warnings to only one message per deprecation.
334
+
335
+
336
+ ## v1.1.0 [2018-08-24] Michael Granger <ged@FaerieMUD.org>
337
+
338
+ Deprecated (disable warnings per PG_SKIP_DEPRECATION_WARNING=1):
339
+ - Forwarding conn.exec to conn.exec_params is deprecated.
340
+ - Forwarding conn.exec_params to conn.exec is deprecated.
341
+ - Forwarding conn.async_exec to conn.async_exec_params.
342
+ - Forwarding conn.send_query to conn.send_query_params is deprecated.
343
+ - Forwarding conn.async_exec_params to conn.async_exec is deprecated.
344
+
345
+ PG::Connection enhancements:
346
+ - Provide PG::Connection#sync_* and PG::Connection#async_* query methods for explicit calling synchronous or asynchronous libpq API.
347
+ - Make PG::Connection#exec and siblings switchable between sync and async API per PG::Connection.async_api= and change the default to async flavors.
348
+ - Add async flavors of exec_params, prepare, exec_prepared, describe_prepared and describe_portal.
349
+ They are identical to their synchronous counterpart, but make use of PostgreSQL's async API.
350
+ - Replace `rb_thread_fd_select()` by faster `rb_wait_for_single_fd()` in `conn.block` and `conn.async_exec` .
351
+ - Add PG::Connection#discard_results .
352
+ - Raise an ArgumentError for strings containing zero bytes by #escape, #escape_literal, #escape_identifier, #quote_ident and PG::TextEncoder::Identifier. These methods previously truncated strings.
353
+
354
+ Result retrieval enhancements:
355
+ - Add PG::Result#tuple_values to retrieve all field values of a row as array.
356
+ - Add PG::Tuple, PG::Result#tuple and PG::Result#stream_each_tuple .
357
+ PG::Tuple offers a way to lazy cast result values.
358
+ - Estimate PG::Result size allocated by libpq and notify the garbage collector about it when running on Ruby-2.4 or newer.
359
+ - Make the estimated PG::Result size available to ObjectSpace.memsize_of(result) .
360
+
361
+ Type cast enhancements:
362
+ - Replace Ruby code by a faster C implementation of the SimpleDecoder's timestamp decode functions. github [#20](https://github.com/ged/ruby-pg/pull/20)
363
+ - Interpret years with up to 7 digists and BC dates by timestamp decoder.
364
+ - Add text timestamp decoders for UTC vs. local timezone variations.
365
+ - Add text timestamp encoders for UTC timezone.
366
+ - Add decoders for binary timestamps: PG::BinaryDecoder::Timestamp and variations.
367
+ - Add PG::Coder#flags accessor to allow modifications of de- respectively encoder behaviour.
368
+ - Add a flag to raise TypeError for invalid input values to PG::TextDecoder::Array .
369
+ - Add a text decoder for inet/cidr written in C.
370
+ - Add a numeric decoder written in C.
371
+ - Ensure input text is zero terminated for text format in PG::Coder#decode .
372
+
373
+ Source code enhancements:
374
+ - Fix headers and permission bits of various repository files.
375
+
376
+ Bugfixes:
377
+ - Properly decode array with prepended dimensions. [#272](https://github.com/ged/ruby-pg/pull/272)
378
+ For now dimension decorations are ignored, but a correct Array is returned.
379
+ - Array-Decoder: Avoid leaking memory when an Exception is raised while parsing. Fixes [#279](https://github.com/ged/ruby-pg/pull/279)
380
+
381
+
382
+ ## v1.0.0 [2018-01-10] Michael Granger <ged@FaerieMUD.org>
383
+
384
+ Deprecated:
385
+ - Deprecate Ruby older than 2.2.
386
+ - Deprecate Connection#socket in favor of #socket_io.
387
+
388
+ Removed:
389
+ - Remove compatibility code for Ruby < 2.0 and PostgreSQL < 9.2.
390
+ - Remove partial compatibility with Rubinius.
391
+ - Remove top-level constants PGconn, PGresult, and PGError.
392
+
393
+ Enhancements:
394
+ - Update error codes to PostgreSQL-10
395
+ - Update Windows binary gems to Ruby-2.5, PostgreSQL 10.1 and
396
+ OpenSSL 1.1.0g.
397
+
398
+ Bugfixes:
399
+ - Fix URI detection for connection strings. [#265](https://github.com/ged/ruby-pg/pull/265) (thanks to jjoos)
400
+ - MINGW: Workaround segfault due to GCC linker error in conjunction with MSVC.
401
+ This happens when linking to PostgreSQL-10.0-x64 from EnterpriseDB.
402
+
403
+ Documentation fixes:
404
+ - Add PostgreSQL version since when the given function is supported. [#263](https://github.com/ged/ruby-pg/pull/263)
405
+ - Better documentation to `encoder` and `decoder` arguments of COPY related methods.
406
+
407
+
408
+ ## v0.21.0 [2017-06-12] Michael Granger <ged@FaerieMUD.org>
409
+
410
+ Enhancements:
411
+ - Move add_dll_directory to the Runtime namespace for newest versions
412
+ of RubyInstaller.
413
+ - Deprecate PGconn, PGresult, and PGError top-level constants; a warning
414
+ will be output the first time one of them is used. They will be
415
+ removed in the upcoming 1.0 release.
416
+
417
+ Documentation fixes:
418
+ - Update the docs for PG::Result#cmd_tuples
419
+
420
+ New Samples:
421
+ - Add an example of the nicer #copy_data way of doing `COPY`.
422
+
423
+
424
+ ## v0.20.0 [2017-03-10] Michael Granger <ged@FaerieMUD.org>
425
+
426
+ Enhancements:
427
+ - Update error codes to PostgreSQL-9.6
428
+ - Update Windows binary gems to Ruby-2.4, PostgreSQL 9.6.1 and
429
+ OpenSSL 1.0.2j.
430
+ - Add support for RubyInstaller2 to Windows binary gems.
431
+
432
+ Bugfixes:
433
+ - Use secure JSON methods for JSON (de)serialisation. [#248](https://github.com/ged/ruby-pg/pull/248)
434
+ - Fix Result#inspect on a cleared result.
435
+ - Fix test case that failed on Ruby-2.4. [#255](https://github.com/ged/ruby-pg/pull/255)
436
+
437
+ Documentation fixes:
438
+ - Talk about Integer instead of Fixnum.
439
+ - Fix method signature of Coder#encode.
440
+
441
+
442
+ ## v0.19.0 [2016-09-21] Michael Granger <ged@FaerieMUD.org>
443
+
444
+ - Deprecate Ruby 1.9
445
+
446
+ Enhancements:
447
+ - Respect and convert character encoding of all strings sent
448
+ to the server. [#231](https://github.com/ged/ruby-pg/pull/231)
449
+ - Add PostgreSQL-9.5 functions PQsslInUse(), PQsslAttribute()
450
+ and PQsslAttributeNames().
451
+ - Various documentation fixes and improvements.
452
+ - Add mechanism to build without pg_config:
453
+ gem install pg -- --with-pg-config=ignore
454
+ - Update Windows binary gems to Ruby-2.3, PostgreSQL 9.5.4 and
455
+ OpenSSL 1.0.2f.
456
+ - Add JSON coders and add them to BasicTypeMapForResults and
457
+ BasicTypeMapBasedOnResult
458
+ - Allow build from git per bundler.
459
+
460
+ Bugfixes:
461
+ - Release GVL while calling PQsetClientEncoding(). [#245](https://github.com/ged/ruby-pg/pull/245)
462
+ - Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x. [#236](https://github.com/ged/ruby-pg/pull/236)
463
+ - Fix wrong exception when running SQL while in Connection#copy_data
464
+ block for output
465
+
466
+
467
+ ## v0.18.4 [2015-11-13] Michael Granger <ged@FaerieMUD.org>
468
+
469
+ Enhancements:
470
+ - Fixing compilation problems with Microsoft Visual Studio 2008. GH [#10](https://github.com/ged/ruby-pg/pull/10)
471
+ - Avoid name clash with xcode and jemalloc. PR[#22](https://github.com/ged/ruby-pg/pull/22), PR[#23](https://github.com/ged/ruby-pg/pull/23)
472
+
473
+ Bugfixes:
474
+ - Avoid segfault, when quote_ident or TextEncoder::Identifier
475
+ is called with Array containing non-strings. [#226](https://github.com/ged/ruby-pg/pull/226)
476
+
477
+
478
+ ## v0.18.3 [2015-09-03] Michael Granger <ged@FaerieMUD.org>
479
+
480
+ Enhancements:
481
+ - Use rake-compiler-dock to build windows gems easily.
482
+ - Add CI-tests on appveyor and fix test cases accordingly.
483
+
484
+ Bugfixes:
485
+ - Fix data type resulting in wrong base64 encoding.
486
+ - Change instance_of checks to kind_of for subclassing. [#220](https://github.com/ged/ruby-pg/pull/220)
487
+ - TextDecoder::Date returns an actual Ruby Date instead of a Time
488
+ (thanks to Thomas Ramfjord)
489
+
490
+
491
+ ## v0.18.2 [2015-05-14] Michael Granger <ged@FaerieMUD.org>
492
+
493
+ Enhancements:
494
+
495
+ - Allow URI connection string (thanks to Chris Bandy)
496
+ - Allow Array type parameter to conn.quote_ident
497
+
498
+ Bugfixes:
499
+
500
+ - Speedups and fixes for PG::TextDecoder::Identifier and quoting behavior
501
+ - Revert addition of PG::Connection#hostaddr [[#202](https://github.com/ged/ruby-pg/pull/202)].
502
+ - Fix decoding of fractional timezones and timestamps [[#203](https://github.com/ged/ruby-pg/pull/203)]
503
+ - Fixes for non-C99 compilers
504
+ - Avoid possible symbol name clash when linking against static libpq.
505
+
506
+
507
+ ## v0.18.1 [2015-01-05] Michael Granger <ged@FaerieMUD.org>
508
+
509
+ Correct the minimum compatible Ruby version to 1.9.3. [#199](https://github.com/ged/ruby-pg/pull/199)
510
+
511
+
512
+ ## v0.18.0 [2015-01-01] Michael Granger <ged@FaerieMUD.org>
513
+
514
+ Bugfixes:
515
+ - Fix OID to Integer mapping (it is unsigned now). [#187](https://github.com/ged/ruby-pg/pull/187)
516
+ - Fix possible segfault in conjunction with notice receiver. [#185](https://github.com/ged/ruby-pg/pull/185)
517
+
518
+ Enhancements:
519
+
520
+ - Add an extensible type cast system.
521
+ - A lot of performance improvements.
522
+ - Return frozen String objects for result field names.
523
+ - Add PG::Result#stream_each and #stream_each_row as fast helpers for
524
+ the single row mode.
525
+ - Add Enumerator variant to PG::Result#each and #each_row.
526
+ - Add PG::Connection#conninfo and #hostaddr.
527
+ - Add PG.init_openssl and PG.init_ssl methods.
528
+ - Add PG::Result.inspect
529
+ - Force zero termination for all text strings that are given to libpq.
530
+ It raises an ArgumentError if the string contains a null byte.
531
+ - Update Windows cross build to PostgreSQL 9.3.
532
+
533
+
534
+
535
+ ## v0.17.1 [2013-12-18] Michael Granger <ged@FaerieMUD.org>
536
+
537
+ Bugfixes:
538
+
539
+ - Fix compatibility with signal handlers defined in Ruby. This reverts
540
+ cancellation of queries running on top of the blocking libpq API (like
541
+ Connection#exec) in case of signals. As an alternative the #async_exec
542
+ can be used, which is reverted to use the non-blocking API, again.
543
+ - Wrap PQcancel to be called without GVL. It internally waits for
544
+ the canceling connection.
545
+
546
+ Documentation fixes:
547
+
548
+ - Fix documentation for PG::Connection::conndefaults.
549
+
550
+
551
+ ## v0.17.0 [2013-09-15] Michael Granger <ged@FaerieMUD.org>
552
+
553
+ Bugfixes:
554
+
555
+ - Fix crash by calling PQsend* and PQisBusy without GVL ([#171](https://github.com/ged/ruby-pg/pull/171)).
556
+
557
+ Enhancements:
558
+
559
+ - Add method PG::Connection#copy_data.
560
+ - Add a Gemfile to allow installation of dependencies with bundler.
561
+ - Add compatibility with rake-compiler-dev-box.
562
+ - Return self from PG::Result#check instead of nil. This allows
563
+ to stack method calls.
564
+
565
+
566
+ ## v0.16.0 [2013-07-22] Michael Granger <ged@FaerieMUD.org>
567
+
568
+ Bugfixes:
569
+
570
+ - Avoid warnings about uninitialized instance variables.
571
+ - Use a more standard method of adding library and include directories.
572
+ This fixes build on AIX (Github [#7](https://github.com/ged/ruby-pg/pull/7)) and Solaris ([#164](https://github.com/ged/ruby-pg/pull/164)).
573
+ - Cancel the running query, if a thread is about to be killed (e.g. by CTRL-C).
574
+ - Fix GVL issue with wait_for_notify/notifies and notice callbacks.
575
+ - Set proper encoding on the string returned by quote_ident, escape_literal
576
+ and escape_identifier ([#163](https://github.com/ged/ruby-pg/pull/163)).
577
+ - Use nil as PG::Error#result in case of a NULL-result from libpq ([#166](https://github.com/ged/ruby-pg/pull/166)).
578
+ - Recalculate the timeout of conn#wait_for_notify and conn#block in case
579
+ of socket events that require re-runs of select().
580
+
581
+ Documentation fixes:
582
+
583
+ - Fix non working example for PGresult#error_field.
584
+
585
+ Enhancements:
586
+
587
+ - Add unique exception classes for each PostgreSQL error type ([#5](https://github.com/ged/ruby-pg/pull/5)).
588
+ - Return result of the block in conn#transaction instead of nil ([#158](https://github.com/ged/ruby-pg/pull/158)).
589
+ - Allow 'rake compile' and 'rake gem' on non mercurial repos.
590
+ - Add support for PG_DIAG_*_NAME error fields of PostgreSQL-9.3 ([#161](https://github.com/ged/ruby-pg/pull/161)).
591
+
592
+
593
+ ## v0.15.1 [2013-04-08] Michael Granger <ged@FaerieMUD.org>
594
+
595
+ Bugfixes:
596
+
597
+ - Shorten application_name to avoid warnings about truncated identifier.
598
+
599
+
600
+ ## v0.15.0 [2013-03-03] Michael Granger <ged@FaerieMUD.org>
601
+
602
+ Bugfixes:
603
+
604
+ - Fix segfault in PG::Result#field_values when called with non String value.
605
+ - Fix encoding of messages delivered by notice callbacks.
606
+ - Fix text encoding for Connection#wait_for_notify and Connection#notifies.
607
+ - Fix 'Bad file descriptor' problems under Windows: wrong behaviour of
608
+ #wait_for_notify() and timeout handling of #block on Ruby 1.9.
609
+
610
+ Documentation fixes:
611
+
612
+ - conn#socket() can not be used with IO.for_fd() on Windows.
613
+
614
+ Enhancements:
615
+
616
+ - Tested under Ruby 2.0.0p0.
617
+ - Add single row mode of PostgreSQL 9.2.
618
+ - Set fallback_application_name to program name $0. Thanks to Will Leinweber
619
+ for the patch.
620
+ - Release Ruby's GVL while calls to blocking libpq functions to allow better
621
+ concurrency in threaded applications.
622
+ - Refactor different variants of waiting for the connection socket.
623
+ - Make use of rb_thread_fd_select() on Ruby 1.9 and avoid deprecated
624
+ rb_thread_select().
625
+ - Add an example of how to insert array data using a prepared statement ([#145](https://github.com/ged/ruby-pg/pull/145)).
626
+ - Add continuous integration tests on travis-ci.org.
627
+ - Add PG::Result#each_row for iterative over result sets by row. Thanks to
628
+ Aaron Patterson for the patch.
629
+ - Add a PG::Connection#socket_io method for fetching a (non-autoclosing) IO
630
+ object for the connection's socket.
631
+
632
+ Specs:
633
+
634
+ - Fix various specs to run on older PostgreSQL and Ruby versions.
635
+ - Avoid fork() in specs to allow usage on Windows and JRuby.
636
+
637
+
638
+ ## v0.14.1 [2012-09-02] Michael Granger <ged@FaerieMUD.org>
639
+
640
+ Important bugfix:
641
+
642
+ - Fix stack overflow bug in PG::Result#values and #column_values ([#135](https://github.com/ged/ruby-pg/pull/135)). Thanks
643
+ to everyone who reported the bug, and Lars Kanis especially for figuring out
644
+ the problem.
645
+
646
+ PostgreSQL 9.2 beta fixes:
647
+
648
+ - Recognize PGRES_SINGLE_TUPLE as OK when checking PGresult (Jeremy Evans)
649
+
650
+ Documentation fixes:
651
+
652
+ - Add note about the usage scope of the result object received by the
653
+ #set_notice_receiver block. (Lars Kanis)
654
+ - Add PGRES_COPY_BOTH to documentation of PG::Result#result_status. (Lars Kanis)
655
+ - Add some documentation to PG::Result#fnumber (fix for [#139](https://github.com/ged/ruby-pg/pull/139))
656
+
657
+
658
+ ## v0.14.0 [2012-06-17] Michael Granger <ged@FaerieMUD.org>
659
+
660
+ Bugfixes:
661
+ [#47](https://github.com/ged/ruby-pg/pull/47), [#104](https://github.com/ged/ruby-pg/pull/104)
662
+
663
+
664
+ New Methods for PostgreSQL 9 and async API support:
665
+ PG
666
+ - ::library_version
667
+
668
+ PG::Connection
669
+ - ::ping
670
+ - #escape_literal
671
+ - #escape_identifier
672
+ - #set_default_encoding
673
+
674
+ PG::Result
675
+ - #check
676
+
677
+
678
+ New Samples:
679
+
680
+ This release also comes with a collection of contributed sample scripts for
681
+ doing resource-utilization reports, graphing database statistics,
682
+ monitoring for replication lag, shipping WAL files for replication,
683
+ automated tablespace partitioning, etc. See the samples/ directory.
684
+
685
+
686
+ ## v0.13.2 [2012-02-22] Michael Granger <ged@FaerieMUD.org>
687
+
688
+ - Make builds against PostgreSQL earlier than 8.3 fail with a descriptive
689
+ message instead of a compile failure.
690
+
691
+
692
+ ## v0.13.1 [2012-02-12] Michael Granger <ged@FaerieMUD.org>
693
+
694
+ - Made use of a finished PG::Connection raise a PG::Error instead of
695
+ a fatal error ([#110](https://github.com/ged/ruby-pg/pull/110)).
696
+ - Added missing BSDL license file ([#108](https://github.com/ged/ruby-pg/pull/108))
697
+
698
+
699
+ ## v0.13.0 [2012-02-09] Michael Granger <ged@FaerieMUD.org>
700
+
701
+ Reorganization of modules/classes to be better Ruby citizens (with backward-compatible aliases):
702
+ - Created toplevel namespace 'PG' to correspond with the gem name.
703
+ - Renamed PGconn to PG::Connection (with ::PGconn alias)
704
+ - Renamed PGresult to PG::Result (with ::PGresult alias)
705
+ - Renamed PGError to PG::Error (with ::PGError alias)
706
+ - Declare all constants inside PG::Constants, then include them in
707
+ PG::Connection and PG::Result for backward-compatibility, and
708
+ in PG for convenience.
709
+ - Split the extension source up by class/module.
710
+ - Removed old compatibility code for PostgreSQL versions < 8.3
711
+
712
+ Documentation:
713
+ - Clarified licensing, updated to Ruby 1.9's license.
714
+ - Merged authors list, added some missing people to the Contributor's
715
+ list.
716
+ - Cleaned up the sample/ directory
717
+ - Making contact info a bit clearer, link to the Google+ page and
718
+ the mailing list
719
+
720
+ Enhancements:
721
+ - Added a convenience method: PG.connect -> PG::Connection.new
722
+
723
+ Bugfixes:
724
+ - Fixed LATIN5-LATIN10 Postgres<->Ruby encoding conversions
725
+
726
+
727
+
728
+ ## v0.12.2 [2012-01-03] Michael Granger <ged@FaerieMUD.org>
729
+
730
+ - Fix for the 1.8.7 breakage introduced by the st.h fix for alternative Ruby
731
+ implementations ([#97](https://github.com/ged/ruby-pg/pull/97) and [#98](https://github.com/ged/ruby-pg/pull/98)). Thanks to Lars Kanis for the patch.
732
+ - Encode error messages with the connection's encoding under 1.9 ([#96](https://github.com/ged/ruby-pg/pull/96))
733
+
734
+
735
+ ## v0.12.1 [2011-12-14] Michael Granger <ged@FaerieMUD.org>
736
+
737
+ - Made rake-compiler a dev dependency, as Rubygems doesn't use the Rakefile
738
+ for compiling the extension. Thanks to eolamey@bitbucket and Jeremy Evans
739
+ for pointing this out.
740
+ - Added an explicit include for ruby/st.h for implementations that need it
741
+ (fixes [#95](https://github.com/ged/ruby-pg/pull/95)).
742
+
743
+
744
+ ## v0.12.0 [2011-12-07] Michael Granger <ged@FaerieMUD.org>
745
+
746
+ - PGconn#wait_for_notify
747
+ * send nil as the payload argument if the NOTIFY didn't have one.
748
+ * accept a nil argument for no timeout (Sequel support)
749
+ * Fixed API docs
750
+ * Taint and encode event name and payload
751
+ - Handle errors while rb_thread_select()ing in PGconn#block.
752
+ (Brian Weaver).
753
+ - Fixes for Win32 async queries (Rafał Bigaj)
754
+ - Memory leak fixed: Closing opened WSA event. (rafal)
755
+ - Fixes for [#66](https://github.com/ged/ruby-pg/pull/66) Win32 asynchronous queries hang on connection
756
+ error. (rafal)
757
+ - Fixed a typo in PGconn#error_message's documentation
758
+ - fixing unused variable warnings for ruby 1.9.3 (Aaron Patterson)
759
+ - Build system bugfixes
760
+ - Converted to Hoe
761
+ - Updates for the Win32 binary gem builds (Lars Kanis)
762
+
763
+
764
+ ## v0.11.0 [2011-02-09] Michael Granger <ged@FaerieMUD.org>
765
+
766
+ Enhancements:
767
+
768
+ * Added a PGresult#values method to fetch all result rows as an Array of
769
+ Arrays. Thanks to Jason Yanowitz (JYanowitz at enovafinancial dot com) for
770
+ the patch.
771
+
772
+
773
+ ## v0.10.1 [2011-01-19] Michael Granger <ged@FaerieMUD.org>
774
+
775
+ Bugfixes:
776
+
777
+ * Add an include guard for pg.h
778
+ * Simplify the common case require of the ext
779
+ * Include the extconf header
780
+ * Fix compatibility with versions of PostgreSQL without PQgetCancel. (fixes [#36](https://github.com/ged/ruby-pg/pull/36))
781
+ * Fix require for natively-compiled extension under Windows. (fixes [#55](https://github.com/ged/ruby-pg/pull/55))
782
+ * Change rb_yield_splat() to rb_yield_values() for compatibility with Rubinius. (fixes [#54](https://github.com/ged/ruby-pg/pull/54))
783
+
784
+
785
+ ## v0.10.0 [2010-12-01] Michael Granger <ged@FaerieMUD.org>
786
+
787
+ Enhancements:
788
+
789
+ * Added support for the payload of NOTIFY events (w/Mahlon E. Smith)
790
+ * Updated the build system with Rubygems suggestions from RubyConf 2010
791
+
792
+ Bugfixes:
793
+
794
+ * Fixed issue with PGconn#wait_for_notify that caused it to miss notifications that happened after
795
+ the LISTEN but before the wait_for_notify.
796
+
797
+ ## v0.9.0 [2010-02-28] Michael Granger <ged@FaerieMUD.org>
798
+
799
+ Bugfixes.
800
+
801
+ ## v0.8.0 [2009-03-28] Jeff Davis <davis.jeffrey@gmail.com>
802
+
803
+ Bugfixes, better Windows support.
804
+