1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fixing visibility for nssha1, nscache and nsopenssl More... over 10 years ago
- updated README file More... over 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... over 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... over 17 years ago
updated More... over 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... over 17 years ago
Correct backslashes with forward slashes. More... over 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... almost 18 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... almost 18 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... almost 18 years ago
added some NULLS to the ends of some Tcl_AppendResult()s (forgot :)
jwl
More... almost 18 years ago
factor code that provided the PQexec result status code for logging or printing
jwl
More... almost 18 years ago
Stop hacking on the error output of DbFail, and restore good looking output
jwl
More... almost 18 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... almost 18 years ago
remove newlines from tcl result message made in the DbFail() func to see what happens
jwl
More... almost 18 years ago
Changed many local NsPgConn* variables to nspgConn (make it readable)
jwl
More... almost 18 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... almost 18 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... almost 18 years ago
Add options for make invocations "POSTGRES=SEPARATELY PGLIB=... PGINC=..." and "POSTGRES=PG_CONFIG"
jwl
More... almost 18 years ago
*** empty log message *** More... over 20 years ago
postgres path location More... over 20 years ago
Makefile guesses aolserver installation path More... over 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... almost 21 years ago
Roll the 4.0 tag and tarball. More... about 21 years ago
Extra spaces after one of the lines in the check-env target were causing make to bail. More... over 21 years ago
Added conditional for compiling for AOLserver 4 for -lnsdb. More... over 21 years ago
added error propagation uo to aolserver More... over 21 years ago
Prepared for 4.0beta1 tag and release. More... almost 22 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... about 22 years ago
Tagged and released version 3.5 More... about 22 years ago