tdbc::postgres

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 ancestors of 540371aa5e491cfe

2017-05-17
14:50
Adjust intptr_t macro usage. check-in: 540371aa5e user: stwo tags: tdbcpostgres-stwo
2017-05-04
19:11
TEA_INIT required bump to TEA 3.10 as well. check-in: 7cc749020d user: dgp tags: trunk
2017-04-18
16:56
Bump to 1.0.5 (TEA updates only). check-in: 78b9a8647a user: dgp tags: trunk
2016-02-18
20:34
configure.in -> configure.ac check-in: a1a013df6a user: dgp tags: trunk, tdbcpostgres-1-0-4, rc1
2016-01-28
19:28
Bump to 1.0.4 check-in: 1ef5ec4c20 user: dgp tags: trunk
2015-10-05
12:06
re-generate "configure" with latest TEA. configure win/*.vc files to crlf line-endings. check-in: 97ecc76cd9 user: jan.nijtmans tags: trunk
2015-06-26
13:48
TEA update. Make pqStubs a const table. Adapt postgres library name to real library name on Cygwin (cygpq-5.dll). check-in: 16ac5a167d user: jan.nijtmans tags: trunk
2015-05-08
14:20
TEA update check-in: fff3a98d84 user: dgp tags: trunk
2015-01-26
19:04
TEA/autconf update check-in: 193a370ed6 user: dgp tags: trunk, tdbcpostgres-1-0-3
2014-11-29
20:05
Fix a critical memory leak in resultset initialization. Change uses of ClientData for integers to the PTR2INT and INT2PTR macros, to avoid compiler warnings. Update configure.in to enable these macros, which require additional data types to be present. Advance patchlevel to 1.0.3 check-in: a6e4b1fd92 user: kennykb tags: trunk, tdbcpostgres-1-0-3
2014-10-23
20:09
TEA update; Bump to 1.0.2 check-in: a1a8c48060 user: dgp tags: trunk, tdbcpostgres-1-0-2
19:53
[8c2c2dcfce] Include docs in distribution check-in: 34eca8afe9 user: dgp tags: trunk
19:28
[TDBC Bug 00b792] OpenBSD friendly docs. check-in: 014895969e user: dgp tags: trunk
2014-08-14
17:59
bump to 1.0.1 check-in: cbaaf5d8fc user: dgp tags: trunk, tdbcpostgres-1-0-1
2014-06-02
19:03
update to latest TEA check-in: ded1249042 user: jan.nijtmans tags: trunk
2013-10-02
11:27
update to latest TEA check-in: daf7c2723c user: jan.nijtmans tags: trunk
11:24
Allow tdbc compiled against 8.6.x headers run in 8.6.y, even when y<x. check-in: 81548c6b7b user: jan.nijtmans tags: trunk
2013-07-03
13:32
update to latest TEA check-in: 05278935d7 user: jan.nijtmans tags: trunk
2012-12-10
15:08
Put win/* nmake support files into the distribution. check-in: 9653128e97 user: dgp tags: trunk, tdbcpostgres-1-0-0
2012-12-06
17:03
Attempt to add MSVC support via copy/paste/modify from other drivers. check-in: 6d35680f71 user: dgp tags: trunk
2012-12-03
19:47
When environment doesn't permit complete testing, drop out gently. check-in: 16d25624e1 user: dgp tags: trunk
2012-11-15
22:39
Changed the configurator so that `make test` will function correctly even when testing against an uninstalled TDBC. check-in: 4f2bd4c386 user: kennykb tags: trunk
2012-11-14
17:26
REFACTOR REPOSITORY : move tdbcpostgres/ to the main directory check-in: dd7e65bd1f user: 200002852 tags: trunk
17:20
REFACTOR REPOSITORY: remove local tclconfig in favour of nested checkout check-in: 74c6b9a6bf user: 200002852 tags: trunk
17:18
REFACTOR REPOSITORY : remove all but the tdbcpostgres module check-in: 0bdbe1135b user: 200002852 tags: trunk
2012-11-08
14:46
Bump all release-able packages to version 1.0.0 check-in: 47a3b5edba user: dgp tags: trunk
2012-09-24
15:05
copy DOTVERSION in tdbcsqlite3/win/makefile.vc from configure.in check-in: 7934bed4e7 user: oehhar tags: trunk
2012-09-18
20:05
Fix win/makefile.vc generation of pkgIndex.tcl check-in: dc470dee39 user: dgp tags: trunk, 1.0b17
19:58
Correct version number in win/makefile.vc check-in: 208e9f7ff1 user: dgp tags: trunk
2012-09-13
17:32
Typo in `make dist` check-in: ea0a013fc5 user: dgp tags: trunk
2012-09-11
12:30
Make sure the win/* files get placed in the distribution. check-in: 0d1f3d6895 user: dgp tags: trunk
2012-08-17
12:32
update to latest TEA (Fix [Bug 3555058], add "-DNDEBUG" to CFLAGS_DEFAULT) update to latest version of nmakehlp.c check-in: d12537ca8e user: jan.nijtmans tags: trunk
2012-08-07
07:48
fix TEA bug 3554282: Checkin [30736d63f0] broke CFLAGS fix [d528df190c]: Changes to build using makefile.vc check-in: 496cdccf63 user: jan.nijtmans tags: trunk
2012-07-26
14:11
update to latest TEA check-in: 8aab8e3e72 user: jan.nijtmans tags: trunk
14:00
Fix [14a8b7c3bd]: package tdbc::mysql fails to load under Fedora 17. Make some internal tables "const" check-in: 54983ff01c user: jan.nijtmans tags: trunk
2012-07-17
14:39
Changes to build using makefile.vc check-in: c82bdf7080 user: jan.nijtmans tags: trunk
14:03
[Bug 3544932]: Visual studio compiler check fails check-in: f909bb0342 user: jan.nijtmans tags: trunk
12:39
merge fixes to work with tcl/pkgs system check-in: 55a85ab4fd user: dgp tags: trunk
2012-07-13
02:22
Make tdbc::mysql functional tests refuse to run unless the user explicitly sets a TDBCMYSQL_TEST_DB environment variable designating a test database. check-in: 42e4a081dc user: kennykb tags: trunk
02:09
A user asserts that certain 'output' parameters to SQLGetData must be initialized. While I have never seen the failure he reports, initializing them appears to be Mostly Harmless, so do so. (Bug [0dda7dbb73]) check-in: b65e45ce10 user: kennykb tags: trunk
01:35
Correct a problem where SELECT operations returning bytearrays yield corrupted data from PostgreSQL servers at version 9.0 and beyond. check-in: 10d916626e user: kennykb tags: trunk
2012-07-12
04:05
Updated ChangeLogs from Nijtmans's last few changes. Restored Unix buildability of tdbc by giving Tdbc_Init a correct external declaration. Fixed two failing tests in tdbcpostgres (the tests, not the code, were bad). check-in: bdd8b42862 user: kennykb tags: trunk
2012-07-11
22:50
merge trunk Closed-Leaf check-in: 471e44bf6a user: jan.nijtmans tags: bundle-fix
22:49
fix [0a8fd3f25e]: Tdbc_Init() not exported check-in: 1d0dfd2e19 user: jan.nijtmans tags: trunk
19:08
Disable installation of files not yet created. check-in: 51cb87fc9f user: dgp tags: bundle-fix
18:54
Files left out of `make dist` check-in: 413a675807 user: dgp tags: bundle-fix
17:20
merge trunk check-in: 2fa4a132c6 user: dgp tags: bundle-fix
2012-07-10
20:19
Fix several issues with Tcl_GetIndexFromObjStruct using non-static data check-in: 72c46d63d0 user: kennykb tags: trunk
2012-06-10
20:13
FRQ-b4029dc351: make all TDBC API functions MODULE_SCOPE check-in: e76f0d40b5 user: jan.nijtmans tags: trunk
2012-06-08
04:41
update to latest TEA check-in: 411db8e785 user: jan.nijtmans tags: trunk
2012-05-07
01:45
Fix a crash in SQLInstallError reporting check-in: acb9645652 user: kennykb tags: trunk