aboutsummaryrefslogtreecommitdiff
path: root/pgsql
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Remove NDEBUG macro from VC project; tests always need enabled assert()1.6.0.a2Boris Kolpackov2-4/+4
2011-08-24Make tests use unique table prefixesBoris Kolpackov4-10/+17
2011-08-04Style changesBoris Kolpackov1-2/+2
2011-07-28Add value_traits specializations for std::vector<char>Boris Kolpackov3-41/+4
2011-07-25Add type qualifier to large integer literalsBoris Kolpackov1-2/+2
2011-07-25Use initialization syntax instead of assignmentBoris Kolpackov1-1/+1
2011-07-24Remove all references to NUMERICConstantin Michael2-6/+1
2011-07-24Correct bug in calculation of varbit byte lengthConstantin Michael1-1/+1
2011-07-22Correct typo in file info headerConstantin Michael1-1/+1
2011-07-22Correct makefile ommissionsConstantin Michael1-1/+1
2011-07-19New design for NULL semanticsBoris Kolpackov1-20/+20
2011-07-14Aesthetic changes to PostgreSQL BIT testConstantin Michael1-3/+11
2011-07-14Test VARBIT bit length is handled correctlyConstantin Michael3-18/+78
2011-07-14Remove duplicated libodb-pgsql import stubsConstantin Michael2-14/+4
2011-07-12Add PostgreSQL types and truncation testsConstantin Michael10-1/+889
2011-07-06Implement pgsql native testConstantin Michael3-8/+72
2011-07-06Add test infrastructure for libodb-pgsqlConstantin Michael16-0/+971