|
|
|
@1501
|
[1501]
|
01/03/09 03:32:37 |
jtv |
Support querying of thread-safety information. |
|
|
|
@1498
|
[1498]
|
01/03/09 01:12:40 |
jtv |
Made internal smart-pointer APIs conform to shared_ptr more, further hid … |
|
|
|
@1493
|
[1493]
|
01/02/09 14:07:49 |
jtv |
Added some includes that might be missing, some more documentation. |
|
|
|
@1488
|
[1488]
|
01/01/09 12:34:55 |
jtv |
Include strconv in a few places where it's needed for older libpq … |
|
|
|
@1487
|
[1487]
|
12/31/08 06:01:39 |
jtv |
Put string conversion in a module of its own. |
|
|
|
@1486
|
[1486]
|
12/31/08 05:19:59 |
jtv |
Documentation updates. |
|
|
|
@1484
|
[1484]
|
12/27/08 09:27:38 |
jtv |
Use read-write transaction if backend is too old for read-only … |
|
|
|
@1482
|
[1482]
|
12/27/08 08:43:55 |
jtv |
Fixes to workaround for missing PQfreemem(). |
|
|
|
@1481
|
[1481]
|
12/27/08 08:35:31 |
jtv |
Bunch of fixes to workaround for old libpq w PQunescapeBytea() missing. |
|
|
|
@1480
|
[1480]
|
12/27/08 08:13:59 |
jtv |
Another update to workaround code for missing PQunescape(). |
|
|
|
@1478
|
[1478]
|
12/27/08 08:03:36 |
jtv |
Workaround for old libpq without PQunescape() still used m_str. |
|
|
|
@1477
|
[1477]
|
12/26/08 07:30:37 |
jtv |
Removed caching of binarystring::str(); class is immutable now. |
|
|
|
@1476
|
[1476]
|
12/26/08 06:50:10 |
jtv |
Nano-optimization. |
|
|
|
@1475
|
[1475]
|
12/26/08 06:47:48 |
jtv |
Disallow direct pointer-to-smart-pointer assignment. |
|
|
|
@1474
|
[1474]
|
12/20/08 10:42:33 |
jtv |
Use shared_ptr if available. |
|
|
|
@1464
|
[1464]
|
12/13/08 16:34:32 |
jtv |
Added support for read-only transactions. |
|
|
|
@1431
|
[1431]
|
10/30/08 23:56:01 |
jtv |
Try to avoid extra string copy in write_raw_line() |
|
|
|
@1430
|
[1430]
|
10/30/08 23:42:32 |
jtv |
Exposed tablewriter.get_raw_line(); now supports direct … |
|
|
|
@1414
|
[1414]
|
10/12/08 04:53:54 |
jtv |
Two more digits of precision in floats, thanks Kirit Saelensminde |
|
|
|
@1402
|
[1402]
|
10/09/08 02:42:16 |
jtv |
pipeline now has a cancel_query() funtion. |
|
|
|
@1401
|
[1401]
|
10/02/08 00:43:59 |
jtv |
Fixed gcc 4.3 warnings, thanks Eugene V. Lyubimkin. |
|
|
|
@1393
|
[1393]
|
09/09/08 04:26:14 |
jtv |
Fixed compile warning, thanks Eugene V. Lyubimkin. |
|
|
|
@1392
|
[1392]
|
09/08/08 05:49:32 |
jtv |
Suppressed stupid Visual C++ warnings, thanks Kirit Saelensminde |
|
|
|
@1389
|
[1389]
|
09/07/08 05:41:26 |
jtv |
#160: PL/pgSQL exception classes |
|
|
|
@1388
|
[1388]
|
08/28/08 07:21:35 |
jtv |
Ensure transaction is open before executing prepared statement, thanks … |
|
|
|
@1369
|
[1369]
|
08/10/08 00:44:17 |
jtv |
Doc/comment update. |
|
|
|
@1366
|
[1366]
|
08/09/08 00:10:45 |
jtv |
Fixed memory leak when connection fails. Thanks Matthew Fanto. |
|
|
|
@1356
|
[1356]
|
07/24/08 17:12:37 |
jtv |
Tweaked last-ditch escaping function a bit. |
|
|
|
@1353
|
[1353]
|
07/23/08 10:45:29 |
jtv |
Retired old, unsafe string escaping functions. |
|
|
|
@1351
|
[1351]
|
07/20/08 07:18:25 |
jtv |
Updated sample headers; added PQXX_AUTOLINK for Visual C++. Thanks Kirit … |
|
|
|
@1349
|
[1349]
|
07/17/08 10:57:42 |
jtv |
Added quoting functions. |
|
|
|
@1348
|
[1348]
|
07/17/08 08:19:50 |
jtv |
New exception type for conversion errors; some extensions to string … |
|
|
|
@1347
|
[1347]
|
06/27/08 14:37:48 |
jtv |
All exceptions except bad_alloc have pqxx mixins, thanks yrs90. |
|
|
|
@1344
|
[1344]
|
06/21/08 13:52:14 |
jtv |
More robust workaround for missing std::distance(), doesn't conflict if … |
|
|
|
@1341
|
[1341]
|
06/15/08 06:41:46 |
jtv |
Detach pipeline after flush() or complete(). Fixes #50. |
|
|
|
@1338
|
[1338]
|
06/08/08 00:25:12 |
jtv |
Cleanups by Daniel Frey. |
|
|
|
@1334
|
[1334]
|
06/05/08 15:55:46 |
jtv |
Workaround for missing 2-arg distance() in Sun compiler. |
|
|
|
@1333
|
[1333]
|
06/05/08 03:06:04 |
jtv |
Proper traits-based string conversions, thanks Daniel Frey. |
|
|
|
@1332
|
[1332]
|
05/29/08 11:34:42 |
jtv |
Fixes for Sun Studio, thanks jgilje. Should fix #128. |
|
|
|
@1328
|
[1328]
|
05/26/08 15:21:13 |
jtv |
Support floating-point infinities. Fixes #54. |
|
|
|
@1327
|
[1327]
|
05/26/08 13:35:01 |
jtv |
Moved builtin to_string/from_string specializations into traits class. … |
|
|
|
@1325
|
[1325]
|
05/26/08 01:52:34 |
jtv |
Use numeric_limits for infinity, thanks Andrew. |
|
|
|
@1322
|
[1322]
|
05/13/08 01:43:37 |
jtv |
Fixes #140 and long network timeouts. Thanks anonymous tipster! |
|
|
|
@1320
|
[1320]
|
05/10/08 02:43:57 |
jtv |
Visual C++ 8 found some warnigs. Thanks Kirit Saelensminde. |
|
|
|
@1318
|
[1318]
|
04/27/08 12:52:16 |
jtv |
g++ 4.3 fixes |
|
|
|
@1315
|
[1315]
|
04/16/08 01:43:16 |
jtv |
SQL typo fixed for older backends |
|
|
|
@1314
|
[1314]
|
04/16/08 00:58:17 |
jtv |
Compile fix |
|
|
|
@1313
|
[1313]
|
04/16/08 00:40:50 |
jtv |
Log failures while creating transaction log table |
|
|
|
@1307
|
[1307]
|
04/15/08 14:24:28 |
jtv |
Removed problematic fetch_current_row() |
|
|
|
@1306
|
[1306]
|
04/15/08 13:57:28 |
jtv |
init_empty_result() from backend 8.0 onwards |
|
|
|
@1305
|
[1305]
|
04/15/08 13:19:22 |
jtv |
Don't try to init_empty_result() for backends older than 7.4 |
|
|
|
@1299
|
[1299]
|
04/14/08 09:21:39 |
jtv |
More cleanup: old 1.x-style *.h headers, cachedresult, old cursor … |
|
|
|
@1291
|
[1291]
|
04/14/08 05:30:45 |
jtv |
At last: new cursor API! |
|
|
|
@1286
|
[1286]
|
11/12/07 18:48:39 |
jtv |
More detailed hierarchy for constraint errors, thanks Peter Geoghegan |
|
|
|
@1285
|
[1285]
|
09/11/07 07:28:42 |
jtv |
Added missing <cstring> include, thanks Roger Leigh |
|
|
|
@1284
|
[1284]
|
09/11/07 07:27:23 |
jtv |
Added missing <cstring>/<cstdlib> includes, thanks Roger Leigh |
|
|
|
@1283
|
[1283]
|
09/10/07 11:05:45 |
jtv |
Added missing <cstring> include |
|
|
|
@1276
|
[1276]
|
08/13/07 05:05:56 |
jtv |
Use convenience function. |
|
|
|
@1275
|
[1275]
|
08/12/07 03:56:52 |
jtv |
Don't use numeric_limits if we don't have it, thanks Denis Dzyubenko |
|
|
|
@1273
|
[1273]
|
08/10/07 10:50:27 |
jtv |
Use full precision in floating-point types, thanks Denis Dzyubenko |
|
|
|
@1268
|
[1268]
|
07/14/07 02:30:34 |
jtv |
Cursor uses signed difference_type instead of unsigned size_type for … |
|
|
|
@1267
|
[1267]
|
07/13/07 08:17:00 |
jtv |
Double-escape binary data in COPY, thanks Peter Schuller |
|
|
|
@1265
|
[1265]
|
07/12/07 10:01:04 |
jtv |
Fixed escaping of non-text characters in TableWriter?, thanks Peter … |
|
|
|
@1258
|
[1258]
|
05/20/07 06:49:30 |
jtv |
Renamed trigger to notify_listener; going for 3.0.0 |
|
|
|
@1255
|
[1255]
|
05/11/07 10:38:10 |
jtv |
More helpful error messages on failed connections, thanks JuJu? |
|
|
|
@1254
|
[1254]
|
05/10/07 14:03:04 |
jtv |
Removed unnecessary line of code, thanks JuJu? |
|
|
|
@1251
|
[1251]
|
05/03/07 03:38:55 |
jtv |
Fixed #108: db constraint name clash between users's robusttransactions |
|
|
|
@1248
|
[1248]
|
04/02/07 09:50:29 |
jtv |
Missing include, thanks Martin Michlmayr |
|
|
|
@1246
|
[1246]
|
02/12/07 13:33:00 |
jtv |
Build fix for old libpq without PQserverVersion() |
|
|
|
@1244
|
[1244]
|
02/09/07 00:59:05 |
jtv |
Oops: strlcpy() should return a value |
|
|
|
@1243
|
[1243]
|
02/08/07 06:56:19 |
jtv |
Keep track of applicable encodings in connections and results |
|
|
|
@1241
|
[1241]
|
02/08/07 06:51:07 |
jtv |
Updated copyright notices |
|
|
|
@1240
|
[1240]
|
02/07/07 02:52:05 |
jtv |
Use strlcpy() where available, instead of strncpy() |
|
|
|
@1234
|
[1234]
|
02/03/07 06:46:03 |
jtv |
Fixes #100: disable_noticer is no longer in pqxx::internal. Thanks Trigve … |
|
|
|
@1231
|
[1231]
|
01/29/07 14:14:11 |
jtv |
Fulfills #98: Mixin base class for libpqxx exceptions. |
|
|
|
@1216
|
[1216]
|
01/05/07 01:12:39 |
jtv |
Hopefully silence some Doxygen warnings |
|
|
|
@1208
|
[1208]
|
01/04/07 03:42:03 |
jtv |
Simulate connection failures, test in-doubt. Thanks Joshua Moore-Oliva. |
|
|
|
@1207
|
[1207]
|
01/03/07 10:20:57 |
jtv |
Guess server version if libpq can't say; keep it in connection object |
|
|
|
@1206
|
[1206]
|
01/03/07 08:36:12 |
jtv |
Prepared statements didn't work when using new libpq with old backend |
|
|
|
@1205
|
[1205]
|
01/03/07 08:29:05 |
jtv |
Copyright update |
|
|
|
@1204
|
[1204]
|
01/03/07 07:11:08 |
jtv |
Use check_result(), not direct call to result::CheckStatus?() |
|
|
|
@1202
|
[1202]
|
01/03/07 06:12:15 |
jtv |
Some errors went unnoticed with some older libpq versions (7.4) |
|
|
|
@1201
|
[1201]
|
01/03/07 06:11:58 |
jtv |
Don't cache protocol version across connection resets; no unneeded … |
|
|
|
@1200
|
[1200]
|
12/29/06 04:53:23 |
jtv |
Fixed mistakes in previous checkin |
|
|
|
@1198
|
[1198]
|
12/29/06 04:37:07 |
jtv |
Hopefully fixes mysterious bug with old libpq on exec(string,string) |
|
|
|
@1194
|
[1194]
|
12/20/06 00:27:10 |
jtv |
Support password encryption, thanks tometzky |
|
|
|
@1191
|
[1191]
|
12/16/06 08:28:06 |
jtv |
More fixes for older libpq/backend |
|
|
|
@1188
|
[1188]
|
12/16/06 05:41:16 |
jtv |
Fixed unused-variable warning with older libpq versions |
|
|
|
@1187
|
[1187]
|
12/16/06 05:33:36 |
jtv |
Deal better with older backends |
|
|
|
@1186
|
[1186]
|
12/14/06 22:07:58 |
jtv |
New exception classes: undefined_column and undefined_function |
|
|
|
@1185
|
[1185]
|
12/14/06 02:04:13 |
jtv |
Keep query text in result (resolves #94); some bugs fixed. Thanks Daniel … |
|
|
|
@1178
|
[1178]
|
10/31/06 08:13:09 |
jtv |
Still add trigger even in connection is null, thanks Markus Schmidleitner |
|
|
|
@1177
|
[1177]
|
10/23/06 11:11:07 |
jtv |
Fixes based on full version-matrix test suite |
|
|
|
@1174
|
[1174]
|
10/23/06 11:01:59 |
jtv |
Oops, escape_string still needed even if PQescapeWithConn() is available |
|
|
|
@1172
|
[1172]
|
10/23/06 10:50:48 |
jtv |
Really no need to over-allocate! |
|
|
|
@1167
|
[1167]
|
10/08/06 13:49:28 |
jtv |
Fixed another typo |
|
|
|
@1166
|
[1166]
|
10/08/06 13:45:20 |
jtv |
Deal with lacking nested-transactions support; fixed typo in connection … |
|
|
|
@1164
|
[1164]
|
10/08/06 13:24:19 |
jtv |
Removed now-unnecessary variable |
|
|
|
@1163
|
[1163]
|
10/08/06 13:21:25 |
jtv |
Fixed constness error in esc_raw() for very old libpq versions |
|
|
|
@1162
|
[1162]
|
10/08/06 13:18:13 |
jtv |
Fixed typo. How did this ever come through the regression test? |