pg 0.13.1-x86-mingw32 → 0.13.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +87 -28
- data/History.rdoc +6 -0
- data/ext/extconf.rb +3 -1
- data/lib/1.8/pg_ext.so +0 -0
- data/lib/1.9/pg_ext.so +0 -0
- data/lib/pg.rb +1 -1
- metadata +19 -19
data/ChangeLog
CHANGED
@@ -1,8 +1,30 @@
|
|
1
|
+
2012-02-22 Michael Granger <ged@FaerieMUD.org>
|
2
|
+
|
3
|
+
* .hgtags:
|
4
|
+
Added tag v0.13.2 for changeset c79cd308363d
|
5
|
+
[d8e73919acb6] [tip]
|
6
|
+
|
7
|
+
* .hgsigs:
|
8
|
+
Added signature for changeset 41e071bdd6ed
|
9
|
+
[c79cd308363d] [v0.13.2]
|
10
|
+
|
11
|
+
* History.rdoc, lib/pg.rb:
|
12
|
+
Bumped patch version, updated history.
|
13
|
+
[41e071bdd6ed]
|
14
|
+
|
15
|
+
* ext/extconf.rb:
|
16
|
+
Abort early if libpq is too old.
|
17
|
+
[fa5f8e1d7c19]
|
18
|
+
|
19
|
+
* .rvmrc:
|
20
|
+
Updated rvmrc
|
21
|
+
[dbd04c449eea]
|
22
|
+
|
1
23
|
2012-02-12 Michael Granger <ged@FaerieMUD.org>
|
2
24
|
|
3
25
|
* .hgtags:
|
4
26
|
Added tag v0.13.1 for changeset 9e60b2c477cd
|
5
|
-
[f20d1b488312]
|
27
|
+
[f20d1b488312]
|
6
28
|
|
7
29
|
* .hgsigs:
|
8
30
|
Added signature for changeset 1ba641824000
|
@@ -85,6 +107,12 @@
|
|
85
107
|
Merged in larskanis/ruby-pg (pull request #5)
|
86
108
|
[ad3e4338ad35]
|
87
109
|
|
110
|
+
2012-01-26 Michael Granger <ged@FaerieMUD.org>
|
111
|
+
|
112
|
+
* .hgsigs:
|
113
|
+
Added signature for changeset b67309d3ccf2
|
114
|
+
[8f5629b33d76]
|
115
|
+
|
88
116
|
2012-01-27 Lars Kanis <kanis@comcard.de>
|
89
117
|
|
90
118
|
* Manifest.txt, POSTGRES, Rakefile, ext/extconf.rb, ext/pg.h,
|
@@ -95,10 +123,6 @@
|
|
95
123
|
|
96
124
|
2012-01-26 Michael Granger <ged@FaerieMUD.org>
|
97
125
|
|
98
|
-
* .hgsigs:
|
99
|
-
Added signature for changeset b67309d3ccf2
|
100
|
-
[8f5629b33d76]
|
101
|
-
|
102
126
|
* .rvmrc, ext/pg_connection.c, spec/pg/connection_spec.rb:
|
103
127
|
Fix for Ruby 1.8, removed accidentally-committed encoding-testing
|
104
128
|
method.
|
@@ -201,13 +225,6 @@
|
|
201
225
|
* Merged in larskanis/ruby-pg (pull request #4)
|
202
226
|
[8d88c47ccc9b]
|
203
227
|
|
204
|
-
2012-01-03 Lars Kanis <kanis@comcard.de>
|
205
|
-
|
206
|
-
* ext/extconf.rb, ext/pg.h:
|
207
|
-
Alternatively include 'st.h' instead of 'ruby/st.h'. This fixes
|
208
|
-
compilation on Ruby 1.8.
|
209
|
-
[0cf272cb383f]
|
210
|
-
|
211
228
|
2012-01-03 Michael Granger <ged@FaerieMUD.org>
|
212
229
|
|
213
230
|
* Merged with 6fc514ea2547
|
@@ -219,6 +236,13 @@
|
|
219
236
|
Updating history file with the st.h change
|
220
237
|
[935f29411410]
|
221
238
|
|
239
|
+
2012-01-03 Lars Kanis <kanis@comcard.de>
|
240
|
+
|
241
|
+
* ext/extconf.rb, ext/pg.h:
|
242
|
+
Alternatively include 'st.h' instead of 'ruby/st.h'. This fixes
|
243
|
+
compilation on Ruby 1.8.
|
244
|
+
[0cf272cb383f]
|
245
|
+
|
222
246
|
2012-01-02 Michael Granger <ged@FaerieMUD.org>
|
223
247
|
|
224
248
|
* .hgtags:
|
@@ -330,22 +354,6 @@
|
|
330
354
|
patch (fixes #88).
|
331
355
|
[31ff2758248a]
|
332
356
|
|
333
|
-
2011-11-02 Lars Kanis <kanis@comcard.de>
|
334
|
-
|
335
|
-
* Rakefile.cross, ext/extconf.rb:
|
336
|
-
Add support for OpenSSL-Engine CAPI (windows crypto API)
|
337
|
-
|
338
|
-
Newer mingw versions (>=4.6) contain header files for CAPI, so that
|
339
|
-
OpenSSL uses them and links against libcrypt32.
|
340
|
-
[978a0512f806]
|
341
|
-
|
342
|
-
2011-10-31 Lars Kanis <kanis@comcard.de>
|
343
|
-
|
344
|
-
* README.windows.rdoc, Rakefile, Rakefile.cross:
|
345
|
-
re-add mingw32 cross compilation tasks, updated to current
|
346
|
-
pg,openssl,ruby versions
|
347
|
-
[f0f572ef1b97]
|
348
|
-
|
349
357
|
2011-10-10 Michael Granger <ged@FaerieMUD.org>
|
350
358
|
|
351
359
|
* sample/cursor.rb:
|
@@ -964,6 +972,22 @@
|
|
964
972
|
when client_encoding in the connection changes.
|
965
973
|
[9d54bbc98488]
|
966
974
|
|
975
|
+
2010-01-27 COMCARD-NT\kanis <COMCARD-NT\kanis@c1170lx.comcard-nt.de>
|
976
|
+
|
977
|
+
* spec/lib/helpers.rb:
|
978
|
+
drop an recreate the test db for each test
|
979
|
+
[bbe869c00d46] <setting_up_test_database_patch>
|
980
|
+
|
981
|
+
2010-01-26 kueche <kueche@eee>
|
982
|
+
|
983
|
+
* ext/pg.c:
|
984
|
+
same behavior for async_exec like exec
|
985
|
+
[fdb088fca6e0] <async_exec_behavior_patch>
|
986
|
+
|
987
|
+
* spec/lib/helpers.rb:
|
988
|
+
improved test database setup
|
989
|
+
[825e424a4b08] <setting_up_test_database_patch>
|
990
|
+
|
967
991
|
2010-01-18 Michael Granger <ged@FaerieMUD.org>
|
968
992
|
|
969
993
|
* ext/extconf.rb:
|
@@ -993,12 +1017,31 @@
|
|
993
1017
|
Thanks to both Lars and Shun for all their help with this issue.
|
994
1018
|
[74fab32c2687]
|
995
1019
|
|
1020
|
+
2010-01-11 COMCARD-NT\kanis <COMCARD-NT\kanis@c1170lx.comcard-nt.de>
|
1021
|
+
|
1022
|
+
* ext/pg.c:
|
1023
|
+
remaped to async_exec
|
1024
|
+
[df509c9a45c0] <always_use_async_exec>
|
1025
|
+
|
1026
|
+
* merged from default
|
1027
|
+
[7f9623f8af4c] <workaround_broken_rb_thread_select>
|
1028
|
+
|
996
1029
|
2010-01-06 Michael Granger <ged@FaerieMUD.org>
|
997
1030
|
|
998
1031
|
* README:
|
999
1032
|
Rearranged the sections of the README.
|
1000
1033
|
[f8dfc1b6c51c]
|
1001
1034
|
|
1035
|
+
2010-01-08 COMCARD-NT\kanis <COMCARD-NT\kanis@c1170lx.comcard-nt.de>
|
1036
|
+
|
1037
|
+
* ext/pg.c, ext/pg.h, spec/pgconn_spec.rb:
|
1038
|
+
reworked patch that should not block a second thread
|
1039
|
+
[01ad62c60c74] <workaround_broken_rb_thread_select>
|
1040
|
+
|
1041
|
+
* ext/pg.c:
|
1042
|
+
merged with default
|
1043
|
+
[d8936a677dd0] <workaround_broken_rb_thread_select>
|
1044
|
+
|
1002
1045
|
2010-01-05 Michael Granger <ged@FaerieMUD.org>
|
1003
1046
|
|
1004
1047
|
* README.OS_X:
|
@@ -1037,6 +1080,16 @@
|
|
1037
1080
|
Closes #13. Thanks Lars!
|
1038
1081
|
[38a0d2a90664]
|
1039
1082
|
|
1083
|
+
2010-01-04 COMCARD-NT\kanis <COMCARD-NT\kanis@c1170lx.comcard-nt.de>
|
1084
|
+
|
1085
|
+
* README.windows, Rakefile.local, ext/extconf.rb:
|
1086
|
+
win32 cross-compilation patch applied
|
1087
|
+
[b55949db8e2e] <cross-compilation-with-rake-compiler>
|
1088
|
+
|
1089
|
+
* ext/pg.c:
|
1090
|
+
win32 workaround rb_thread_select() applied
|
1091
|
+
[78fbefffe863] <workaround_broken_rb_thread_select>
|
1092
|
+
|
1040
1093
|
2010-01-03 Michael Granger <ged@FaerieMUD.org>
|
1041
1094
|
|
1042
1095
|
* .irbrc, COPYING.txt, ChangeLog, MANIFEST, README, README.OS_X,
|
@@ -1079,6 +1132,12 @@
|
|
1079
1132
|
Merged i17n-19-patches branch
|
1080
1133
|
[0997a0aa7624]
|
1081
1134
|
|
1135
|
+
2009-12-30 COMCARD-NT\kanis <COMCARD-NT\kanis@c1170lx.comcard-nt.de>
|
1136
|
+
|
1137
|
+
* README.windows, Rakefile.local, ext/extconf.rb:
|
1138
|
+
static library building for cross compilation
|
1139
|
+
[065a842e7bf8] <i17n-19-patches>
|
1140
|
+
|
1082
1141
|
2009-12-28 Michael Granger <ged@FaerieMUD.org>
|
1083
1142
|
|
1084
1143
|
* .hgignore, ext/pg.c, spec/pgconn_spec.rb:
|
data/History.rdoc
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
== v0.13.2 [2012-02-22] Michael Granger <ged@FaerieMUD.org>
|
2
|
+
|
3
|
+
- Make builds against PostgreSQL earlier than 8.3 fail with a descriptive
|
4
|
+
message instead of a compile failure.
|
5
|
+
|
6
|
+
|
1
7
|
== v0.13.1 [2012-02-12] Michael Granger <ged@FaerieMUD.org>
|
2
8
|
|
3
9
|
- Made use of a finished PG::Connection raise a PG::Error instead of
|
data/ext/extconf.rb
CHANGED
@@ -47,7 +47,9 @@ abort "Can't find the PostgreSQL client library (libpq)" unless
|
|
47
47
|
have_library( 'ms/libpq', 'PQconnectdb', ['libpq-fe.h'] )
|
48
48
|
|
49
49
|
# optional headers/functions
|
50
|
-
have_func 'PQconnectionUsedPassword'
|
50
|
+
have_func 'PQconnectionUsedPassword' or
|
51
|
+
abort "Your PostgreSQL is too old. Either install an older version " +
|
52
|
+
"of this gem or upgrade your database."
|
51
53
|
have_func 'PQisthreadsafe'
|
52
54
|
have_func 'PQprepare'
|
53
55
|
have_func 'PQexecParams'
|
data/lib/1.8/pg_ext.so
CHANGED
Binary file
|
data/lib/1.9/pg_ext.so
CHANGED
Binary file
|
data/lib/pg.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 47
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 13
|
9
|
-
-
|
10
|
-
version: 0.13.
|
9
|
+
- 2
|
10
|
+
version: 0.13.2
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Michael Granger
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-02-
|
18
|
+
date: 2012-02-23 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: hoe-mercurial
|
@@ -64,33 +64,33 @@ dependencies:
|
|
64
64
|
type: :development
|
65
65
|
version_requirements: *id003
|
66
66
|
- !ruby/object:Gem::Dependency
|
67
|
-
name:
|
67
|
+
name: hoe
|
68
68
|
prerelease: false
|
69
69
|
requirement: &id004 !ruby/object:Gem::Requirement
|
70
70
|
none: false
|
71
71
|
requirements:
|
72
72
|
- - ~>
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
hash:
|
74
|
+
hash: 27
|
75
75
|
segments:
|
76
|
-
-
|
77
|
-
-
|
78
|
-
version: "
|
76
|
+
- 2
|
77
|
+
- 12
|
78
|
+
version: "2.12"
|
79
79
|
type: :development
|
80
80
|
version_requirements: *id004
|
81
81
|
- !ruby/object:Gem::Dependency
|
82
|
-
name:
|
82
|
+
name: rdoc
|
83
83
|
prerelease: false
|
84
84
|
requirement: &id005 !ruby/object:Gem::Requirement
|
85
85
|
none: false
|
86
86
|
requirements:
|
87
87
|
- - ~>
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
hash:
|
89
|
+
hash: 19
|
90
90
|
segments:
|
91
|
-
-
|
92
|
-
-
|
93
|
-
version: "
|
91
|
+
- 3
|
92
|
+
- 10
|
93
|
+
version: "3.10"
|
94
94
|
type: :development
|
95
95
|
version_requirements: *id005
|
96
96
|
description: |-
|
@@ -121,16 +121,16 @@ extensions: []
|
|
121
121
|
|
122
122
|
extra_rdoc_files:
|
123
123
|
- Manifest.txt
|
124
|
-
- History.rdoc
|
125
|
-
- README-OS_X.rdoc
|
126
124
|
- README.rdoc
|
127
|
-
- Contributors.rdoc
|
128
125
|
- README-Windows.rdoc
|
126
|
+
- Contributors.rdoc
|
127
|
+
- README-OS_X.rdoc
|
128
|
+
- History.rdoc
|
129
129
|
- README.ja.rdoc
|
130
130
|
- POSTGRES
|
131
131
|
- LICENSE
|
132
|
-
- ext/pg_connection.c
|
133
132
|
- ext/pg.c
|
133
|
+
- ext/pg_connection.c
|
134
134
|
- ext/pg_result.c
|
135
135
|
files:
|
136
136
|
- .gemtest
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
requirements: []
|
212
212
|
|
213
213
|
rubyforge_project: pg
|
214
|
-
rubygems_version: 1.8.
|
214
|
+
rubygems_version: 1.8.11
|
215
215
|
signing_key:
|
216
216
|
specification_version: 3
|
217
217
|
summary: Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]
|