pg 1.1.0.pre20180730144600 → 1.1.0.pre20180730171000
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.gems +6 -0
- data/.hgignore +21 -0
- data/.hgsigs +29 -0
- data/.hgtags +36 -0
- data/.hoerc +2 -0
- data/.irbrc +23 -0
- data/.pryrc +23 -0
- data/.tm_properties +21 -0
- data/.travis.yml +41 -0
- data/Gemfile +2 -0
- data/Manifest.txt +2 -65
- data/Rakefile +2 -1
- data/Rakefile.cross +3 -3
- data/appveyor.yml +50 -0
- data/certs/ged.pem +26 -0
- data/lib/pg.rb +1 -1
- data/lib/pg/binary_decoder.rb +22 -0
- data/lib/pg/tuple.rb +30 -0
- data/misc/openssl-pg-segfault.rb +31 -0
- data/misc/postgres/History.txt +9 -0
- data/misc/postgres/Manifest.txt +5 -0
- data/misc/postgres/README.txt +21 -0
- data/misc/postgres/Rakefile +21 -0
- data/misc/postgres/lib/postgres.rb +16 -0
- data/misc/ruby-pg/History.txt +9 -0
- data/misc/ruby-pg/Manifest.txt +5 -0
- data/misc/ruby-pg/README.txt +21 -0
- data/misc/ruby-pg/Rakefile +21 -0
- data/misc/ruby-pg/lib/ruby/pg.rb +16 -0
- data/pg.gemspec +61 -0
- data/sample/array_insert.rb +20 -0
- data/sample/async_api.rb +106 -0
- data/sample/async_copyto.rb +39 -0
- data/sample/async_mixed.rb +56 -0
- data/sample/check_conn.rb +21 -0
- data/sample/copydata.rb +71 -0
- data/sample/copyfrom.rb +81 -0
- data/sample/copyto.rb +19 -0
- data/sample/cursor.rb +21 -0
- data/sample/disk_usage_report.rb +177 -0
- data/sample/issue-119.rb +94 -0
- data/sample/losample.rb +69 -0
- data/sample/minimal-testcase.rb +17 -0
- data/sample/notify_wait.rb +72 -0
- data/sample/pg_statistics.rb +285 -0
- data/sample/replication_monitor.rb +222 -0
- data/sample/test_binary_values.rb +33 -0
- data/sample/wal_shipper.rb +434 -0
- data/sample/warehouse_partitions.rb +311 -0
- data/spec/pg/connection_sync_spec.rb +41 -0
- data/spec/pg/tuple_spec.rb +266 -0
- metadata +69 -25
- metadata.gz.sig +0 -0
- data/ChangeLog +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0.
|
4
|
+
version: 1.1.0.pre20180730171000
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Granger
|
@@ -11,24 +11,24 @@ bindir: bin
|
|
11
11
|
cert_chain:
|
12
12
|
- |
|
13
13
|
-----BEGIN CERTIFICATE-----
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
14
|
+
MIIDPDCCAiSgAwIBAgIBBDANBgkqhkiG9w0BAQsFADBEMQ0wCwYDVQQDDARsYXJz
|
15
|
+
MR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZImiZPyLGQB
|
16
|
+
GRYCZGUwHhcNMTgwNjAyMDkwNzQxWhcNMTkwNjAyMDkwNzQxWjBEMQ0wCwYDVQQD
|
17
|
+
DARsYXJzMR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZIm
|
18
|
+
iZPyLGQBGRYCZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZb4Uv
|
19
|
+
RFJfRu/VEWiy3psh2jinETjiuBrL0NeRFGf8H7iU9+gx/DI/FFhfHGLrDeIskrJx
|
20
|
+
YIWDMmEjVO10UUdj7wu4ZhmU++0Cd7Kq9/TyP/shIP3IjqHjVLCnJ3P6f1cl5rxZ
|
21
|
+
gqo+d3BAoDrmPk0rtaf6QopwUw9RBiF8V4HqvpiY+ruJotP5UQDP4/lVOKvA8PI9
|
22
|
+
P0GmVbFBrbc7Zt5h78N3UyOK0u+nvOC23BvyHXzCtcFsXCoEkt+Wwh0RFqVZdnjM
|
23
|
+
LMO2vULHKKHDdX54K/sbVCj9pN9h1aotNzrEyo55zxn0G9PHg/G3P8nMvAXPkUTe
|
24
|
+
brhXrfCwWRvOXA4TAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
|
25
|
+
A1UdDgQWBBRAHK81igrXodaDj8a8/BIKsaZrETANBgkqhkiG9w0BAQsFAAOCAQEA
|
26
|
+
0s99WtnVnaqOaSGxZyu8oamWfqmT5j6bjZoEMUEXmd6kiFY/MWvybIQon0PHFb5Y
|
27
|
+
uUd3Nl60VG5ZjdtC4BVWl6cmLSg1HwL2zb4WRKM+LHwRUXSsmYsdTTA4jG64O26V
|
28
|
+
eERRAKlcg6oNqcWjHH+CbeNWL2rIJlfqRykQ8o3S6PXQnDYcuTf/bBiU9bwEc2uu
|
29
|
+
UfE3teqcc04i4+zWgDBu45UpF79QXbFbInaZkd92ozdnNYbd4jOud1SWtR5I2OFv
|
30
|
+
cIEWu8F/maa7XqF9Sk/GEGriqlaobodHfoJxAb/u9IDz0ytY3p8mEyGwqNDoCjeL
|
31
|
+
7/9XxD10fBRrg2rR7rYqZg==
|
32
32
|
-----END CERTIFICATE-----
|
33
33
|
date: 2018-07-30 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
@@ -156,14 +156,14 @@ dependencies:
|
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: '3.
|
159
|
+
version: '3.17'
|
160
160
|
type: :development
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: '3.
|
166
|
+
version: '3.17'
|
167
167
|
description: |-
|
168
168
|
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/].
|
169
169
|
|
@@ -191,14 +191,12 @@ executables: []
|
|
191
191
|
extensions:
|
192
192
|
- ext/extconf.rb
|
193
193
|
extra_rdoc_files:
|
194
|
+
- README.rdoc
|
194
195
|
- Contributors.rdoc
|
195
196
|
- History.rdoc
|
196
|
-
- Manifest.txt
|
197
197
|
- README-OS_X.rdoc
|
198
198
|
- README-Windows.rdoc
|
199
199
|
- README.ja.rdoc
|
200
|
-
- README.rdoc
|
201
|
-
- ext/errorcodes.txt
|
202
200
|
- POSTGRES
|
203
201
|
- LICENSE
|
204
202
|
- ext/gvl_wrappers.c
|
@@ -222,10 +220,19 @@ extra_rdoc_files:
|
|
222
220
|
- ext/pg_type_map_in_ruby.c
|
223
221
|
- ext/util.c
|
224
222
|
files:
|
223
|
+
- ".gems"
|
225
224
|
- ".gemtest"
|
225
|
+
- ".hgignore"
|
226
|
+
- ".hgsigs"
|
227
|
+
- ".hgtags"
|
228
|
+
- ".hoerc"
|
229
|
+
- ".irbrc"
|
230
|
+
- ".pryrc"
|
231
|
+
- ".tm_properties"
|
232
|
+
- ".travis.yml"
|
226
233
|
- BSDL
|
227
|
-
- ChangeLog
|
228
234
|
- Contributors.rdoc
|
235
|
+
- Gemfile
|
229
236
|
- History.rdoc
|
230
237
|
- LICENSE
|
231
238
|
- Manifest.txt
|
@@ -236,6 +243,8 @@ files:
|
|
236
243
|
- README.rdoc
|
237
244
|
- Rakefile
|
238
245
|
- Rakefile.cross
|
246
|
+
- appveyor.yml
|
247
|
+
- certs/ged.pem
|
239
248
|
- ext/errorcodes.def
|
240
249
|
- ext/errorcodes.rb
|
241
250
|
- ext/errorcodes.txt
|
@@ -268,6 +277,7 @@ files:
|
|
268
277
|
- ext/vc/pg_19/pg_19.vcproj
|
269
278
|
- lib/pg.rb
|
270
279
|
- lib/pg/basic_type_mapping.rb
|
280
|
+
- lib/pg/binary_decoder.rb
|
271
281
|
- lib/pg/coder.rb
|
272
282
|
- lib/pg/connection.rb
|
273
283
|
- lib/pg/constants.rb
|
@@ -275,13 +285,47 @@ files:
|
|
275
285
|
- lib/pg/result.rb
|
276
286
|
- lib/pg/text_decoder.rb
|
277
287
|
- lib/pg/text_encoder.rb
|
288
|
+
- lib/pg/tuple.rb
|
278
289
|
- lib/pg/type_map_by_column.rb
|
290
|
+
- misc/openssl-pg-segfault.rb
|
291
|
+
- misc/postgres/History.txt
|
292
|
+
- misc/postgres/Manifest.txt
|
293
|
+
- misc/postgres/README.txt
|
294
|
+
- misc/postgres/Rakefile
|
295
|
+
- misc/postgres/lib/postgres.rb
|
296
|
+
- misc/ruby-pg/History.txt
|
297
|
+
- misc/ruby-pg/Manifest.txt
|
298
|
+
- misc/ruby-pg/README.txt
|
299
|
+
- misc/ruby-pg/Rakefile
|
300
|
+
- misc/ruby-pg/lib/ruby/pg.rb
|
301
|
+
- pg.gemspec
|
302
|
+
- sample/array_insert.rb
|
303
|
+
- sample/async_api.rb
|
304
|
+
- sample/async_copyto.rb
|
305
|
+
- sample/async_mixed.rb
|
306
|
+
- sample/check_conn.rb
|
307
|
+
- sample/copydata.rb
|
308
|
+
- sample/copyfrom.rb
|
309
|
+
- sample/copyto.rb
|
310
|
+
- sample/cursor.rb
|
311
|
+
- sample/disk_usage_report.rb
|
312
|
+
- sample/issue-119.rb
|
313
|
+
- sample/losample.rb
|
314
|
+
- sample/minimal-testcase.rb
|
315
|
+
- sample/notify_wait.rb
|
316
|
+
- sample/pg_statistics.rb
|
317
|
+
- sample/replication_monitor.rb
|
318
|
+
- sample/test_binary_values.rb
|
319
|
+
- sample/wal_shipper.rb
|
320
|
+
- sample/warehouse_partitions.rb
|
279
321
|
- spec/data/expected_trace.out
|
280
322
|
- spec/data/random_binary_data
|
281
323
|
- spec/helpers.rb
|
282
324
|
- spec/pg/basic_type_mapping_spec.rb
|
283
325
|
- spec/pg/connection_spec.rb
|
326
|
+
- spec/pg/connection_sync_spec.rb
|
284
327
|
- spec/pg/result_spec.rb
|
328
|
+
- spec/pg/tuple_spec.rb
|
285
329
|
- spec/pg/type_map_by_class_spec.rb
|
286
330
|
- spec/pg/type_map_by_column_spec.rb
|
287
331
|
- spec/pg/type_map_by_mri_type_spec.rb
|
metadata.gz.sig
CHANGED
Binary file
|
data/ChangeLog
DELETED
File without changes
|