aboutsummaryrefslogtreecommitdiff
path: root/pgsql
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Add support for defining indexesBoris Kolpackov5-0/+173
2012-07-25Fix PostgreSQL test template to do the same as in other databasesBoris Kolpackov3-2/+39
2012-07-17Use __ifelse__ instead of m4_ifelse2.1.0.a1Boris Kolpackov4-8/+8
2012-07-11Fix array regex to match arrays without boundsBoris Kolpackov1-1/+1
2012-07-10Add support for custom database type mappingBoris Kolpackov7-0/+649
2012-07-10Remove unneeded third argument to create_database()Boris Kolpackov1-1/+1
2012-03-02C++11 support in automake and VC++ projects, portability fixesBoris Kolpackov3-2/+6
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov3-0/+15
2012-01-29Update copyright yearBoris Kolpackov16-16/+16
2012-01-29Remove author field from file headerBoris Kolpackov16-18/+0
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