1
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fixing visibility for nssha1, nscache and nsopenssl More... almost 10 years ago
- updated README file More... almost 13 years ago
- using SQL escape string syntax E'...' when needed (required in PostgreSql 9.1) - minor cleanup to get rid of compilation warnings - adding -lnsdb to the libraries in the Makefile More... almost 13 years ago
Added strong note in README to make sure people stop setting the var INST which used to be set to the prefix dir for installation; this var is now used for a different purpose and trying to set it on the command line will break the build.
jwl
More... almost 17 years ago
updated More... about 17 years ago
Updated Makefile to use AOLSERVER variable (NSHOME is deprecated at this point). Removed -lnsdb, as it builds against AOLserver 4.0.10 without it, for me at least. More... about 17 years ago
Correct backslashes with forward slashes. More... about 17 years ago
Alter message printed if makefile var POSTGRES is not set; make sure that message -does- get printed in that case.
jwl
More... over 17 years ago
Respond to aolserver database handle's verbose flag. If true, print some extra info and also show sql in appropriate places.
jwl
More... over 17 years ago
added Tcl_DString* parameter to new func and changed its name and docs accordingly; see ChangeLog for details. Done as per request from Dossy.
jwl
More... over 17 years ago
added some NULLS to the ends of some Tcl_AppendResult()s (forgot :)
jwl
More... over 17 years ago
factor code that provided the PQexec result status code for logging or printing
jwl
More... over 17 years ago
Stop hacking on the error output of DbFail, and restore good looking output
jwl
More... over 17 years ago
still trying to find why the PQexec status is not getting through... this time, moving the status indicator inside the quotes.
jwl
More... over 17 years ago
remove newlines from tcl result message made in the DbFail() func to see what happens
jwl
More... over 17 years ago
Changed many local NsPgConn* variables to nspgConn (make it readable)
jwl
More... over 17 years ago
add ability to specify location of pg_config executable, and so also specify which among many postgres installs is desired to use.
jwl
More... over 17 years ago
Avoid unconditional overwriting of the POSTGRES variable, which is used to specify from the command line either where or how to find a postgres installation location. Original overwriting code is safe only if POSTGRES never received a value, so that check is made, the result of which makes setting POSTGRES on the command line optional.
jwl
More... over 17 years ago
Add options for make invocations "POSTGRES=SEPARATELY PGLIB=... PGINC=..." and "POSTGRES=PG_CONFIG"
jwl
More... over 17 years ago
*** empty log message *** More... almost 20 years ago
postgres path location More... almost 20 years ago
Makefile guesses aolserver installation path More... almost 20 years ago
Makefile: -lnsdb wasn't on MODLIBS; fixed problem where PostgreSQL was compiled with OpenSSL but nspostgres couldn't resolve OpenSSL symbols. You now need to specify OPENSSL=/path/to/openssl at Make time. More... about 20 years ago
Roll the 4.0 tag and tarball. More... over 20 years ago
Extra spaces after one of the lines in the check-env target were causing make to bail. More... over 20 years ago
Added conditional for compiling for AOLserver 4 for -lnsdb. More... over 20 years ago
added error propagation uo to aolserver More... almost 21 years ago
Prepared for 4.0beta1 tag and release. More... over 21 years ago
Changed nspostgres.h to recognize AOLserver 4, which split nsdb.h back out of ns.h (AOLserver 3 had merged it in; AS 2.3.3 had it split). This driver now compiles with AOLserver 4. More... over 21 years ago
Tagged and released version 3.5 More... over 21 years ago