tdbc::postgres

Tagged Check-ins
Login

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

Check-ins with non-propagating tags:

2024-02-23
16:00
Bump to 1.1.7 Leaf check-in: cb76a6641a user: dgp tags: trunk, rc1, main, tdbcpostgres-1-1-7
2023-12-21
22:43
update rules-ext.vc check-in: 7f5f625200 user: jan.nijtmans tags: trunk, main, rc4, tdbcpostgres-1-1-6
2023-12-18
11:25
Simplify: merge two !if statements check-in: 01ec39fafa user: jan.nijtmans tags: trunk, main, rc3
2023-12-11
12:52
Disable compilation warnings with Visual Studio check-in: cd99f3c5d0 user: jan.nijtmans tags: trunk, main, rc2
2023-05-16
16:23
More TCL_UNUSED(). Update nmakehlp.c check-in: c057f20a73 user: jan.nijtmans tags: trunk, main, tdbcpostgres-1-1-5
2021-11-05
08:41
Fix nmake build check-in: 2d8b61b14c user: jan.nijtmans tags: trunk, main, tdbcpostgres-1-1-3
2021-06-22
16:33
Syntax error in pkgIndex.tcl. Make testcases work in Tcl 9 check-in: 4473ef4d77 user: jan.nijtmans tags: trunk, rc1, main
2020-12-23
09:50
Update rules.vc to latest version check-in: 7f67612efd user: jan.nijtmans tags: trunk, main, tdbcpostgres-1-1-2
2019-11-20
16:36
TEA update check-in: f38530194f user: dgp tags: trunk, tdbc-postgres-1-1-1
2018-11-01
16:09
TEA update check-in: aa013c1409 user: dgp tags: trunk, tdbcpostgres-1-1-0
2017-12-21
06:38
Added targets.vc and rules-ext.vc to distribution check-in: 15b8b5db38 user: apnadkarni tags: trunk, tdbcpostgres-1-0-6
2017-06-05
19:10
Use tdbc_SRC_DIR from tdbcConfig.sh to locate genstubs tool, instead of hardcoded path. Make genstubs target like the other tdbcs'. check-in: 9e1ebeaf84 user: stu tags: trunk, tdbcpostgres-1-0-5
2016-02-18
20:34
configure.in -> configure.ac check-in: a1a013df6a user: dgp tags: trunk, tdbcpostgres-1-0-4, rc1
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
2014-08-14
17:59
bump to 1.0.1 check-in: cbaaf5d8fc user: dgp tags: trunk, tdbcpostgres-1-0-1
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-09-18
20:05
Fix win/makefile.vc generation of pkgIndex.tcl check-in: dc470dee39 user: dgp tags: trunk, 1.0b17
2010-09-13
19:05
Merge into the trunk with execute permission turned on in the configurators check-in: cdee385d7b user: kennykb tags: trunk, 1.0b16
2010-05-12
17:03
correct inadvertent fork check-in: f23b4dd7f5 user: kennykb tags: trunk, 1.0b15.1
2010-05-11
02:56
Changes to restore builability of all drivers under Visual C++ (plus cleanup identified in making those changes) <verbatim> tdbc: * aclocal.m4: Add a TEAX_PATH_LINE rule to simplify emitting the stub library paths in tdbcConfig.sh. * tools/genExtStubs.tcl (ParseImports, writeStubDeclarations): Add a new '* CONVENTION:' declaration to the stub declarations that specifies the linkage convention (e.g., __stdcall, WINAPI) that is used in an imported library. * configure.in: Add code to put the stub library path (build and (install) in the tdbcConfig.sh file so that extensions that import TDBC stubs can find it. * generic/tdbc.h: * README: Advance release to 1.0b15 * configure: autoconf-2.59 tdbcmysql: * aclocal.m4: Synchronize with tdbc. * configure.in: Advance TEA version to 3.7. Advance release to 1.0b15. Corrected the TDBC stub library specification so that it works under MSVC. * generic/mysqlStubDefs.txt: Split out the linkage convention so that genExtStubs.tcl can generate syntactically correct VC++ pointer-to-function declarations. * generic/mysqlStubInit.c: * generic/mysqlStubs.h: Regenerate * generic/tdbcmysql.c: Added code to silence VC++ warnings. * README: Advance release to 1.0b15 * tclconfig/: Advance to TEA 3.7 * configure: autoconf-2.59 tdbcodbc: * aclocal.m4: Synchronized with the 'tdbc' package. * configure.in: Advanced release to 1.0b15 and TEA version to 3.7. Added code to detect VC++ and include the stub library by path rather than with -L and -l. * generic/fakesql.h: Corrected syntax of INSTAPI specifiers. * generic/odbcStubDefs.txt: Added a CONVENTION: SQL_API line so that genExtStubs.tcl can get the syntax right on the pointer-to-function declarations. * generic/odbcStubInit.txt: Corrected syntax of INSTAPI specifiers. Regenerated. * generic/odbcStubs.h: Regenerated. * generic/tdbcodbc.c: Silenced several VC++ warnings. * README: Advanced release to 1.0b15. * tclconfig/: Advanced to TEA 3.7 * configure: autoconf-2.59 tdbcpostgres: * aclocal.m4: Synchronized with tdbc. * configure.in: Advanced version number to 1.0b15. Advanced TEA version to 3.7. Corrected the way that stub libraries are located on VC++. * generic/tdbcpostgres.c: Corrected a number of errors and warnings in the VC++ build. * README: Advanced to 1.0b15 * tclconfig/: Advanced to TEA 3.7 * configure: autoconf-2.59 tdbcsqlite3: * aclocal.m4: Synchronized with 'tdbc'. * configure.in: Advanced version to 1.0b15. Advanced TEA to 3.7. * library/tdbcsqlite3.tcl: Advanced version to 1.0b15. * README: Advanced version to 1.0b15. * tclconfig/: Advanced TEA to 3.7. * configure: autoconf-2.59 </verbatim> check-in: 6ca3665834 user: kennykb tags: trunk, 1.0b15
2010-04-26
22:59
<verbatim> * tools/genStubs.tcl: Revised 'genStubs' to write files in Unix format (-translation lf) so that 'make genstubs' generates the same output on Unix and Windows. * tdbcDecls.h: * tdbcStubInit.h: make genstubs * README: * configure.in: * generic/tdbc.h: Advance patchlevel to 1.0b14.1 * configure: autoconf-2.59 </verbatim> check-in: e2d1d7f671 user: kennykb tags: trunk, 1.0b14, 1.0b14.1
2010-04-25
23:24
-- 1.0b14 RELEASE -- check-in: f9bae25da3 user: kennykb tags: trunk, 1.0b14.0
2009-09-29
14:56
Updated recipe for release management and packager for Windows binaries to include Postgres check-in: e8ac920205 user: 200002852 tags: trunk, 1.0b13
2009-05-30
01:07
Update change log, prepare for 1.0b11 check-in: 26bb9fcd1e user: kennykb tags: trunk, 1.0b11
2009-04-21
02:24
Retagged 1.0b10 check-in: 44c5b4a87b user: kennykb tags: trunk, 1.0b10
2009-02-14
21:50
1.0b8 - commit missed change to 1 failing test, sign manifest check-in: 3fb3d3cb0e user: kennykb tags: trunk, 1.0b8
2009-02-01
22:28
Added tests/tdbc.test to "make dist" check-in: bb20ca1ef7 user: kennykb tags: trunk, 1.0b7
2009-01-06
04:49
Added makeWinBinaries.tcl, to make Windows binary distribution check-in: 4a926e130b user: kennykb tags: 1.0b6, trunk
2009-01-04
22:12
Fixed 'make dist' rules. Advanced release to 1.0b5 check-in: 46df70f083 user: kennykb tags: 1.0b5, trunk
2008-12-30
19:38
Added missing MakingReleases.txt file with notes on release building check-in: 86c5c9489a user: kennykb tags: 1.0b4, trunk
19:01
Many trivial changes to ease CVS merge conflicts. Advanced version to 1.0b3 check-in: 9d58e36f61 user: kennykb tags: 1.0b3, trunk
17:32
Advance version numbers to 1.0b2 check-in: 2862e8f512 user: kennykb tags: 1.0b2, trunk
2008-12-21
03:21
Removed debugging line check-in: 859ea811cc user: 200002852 tags: 1.0b1, trunk