summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/sqldb/pgsql.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support sorting database search results by rank, and add a rank attribute to ...jsdelfino2013-08-261-12/+58
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-16/+16
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-031-28/+179
* Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino2012-12-111-41/+163
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-161-1/+12
* Database support optimizations. Use PgBouncer to pool connections. Track and ...jsdelfino2012-05-281-67/+36
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-201-1/+3
* Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino2011-11-211-14/+14
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+5
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-161-26/+53
* Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino2010-04-191-0/+4
* Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino2010-04-171-0/+4
* Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino2010-04-091-0/+11
* Simple SQL database component implementation, using PostgreSQL.jsdelfino2010-04-081-1/+183
* Create build structure for an SQL database component. Add dependencies to pos...jsdelfino2010-04-041-0/+34