summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Remove @@ notes that no longer applyBoris Kolpackov1-1/+1
2011-07-24Never generate zero length oid arrays for PostgreSQLConstantin Michael1-0/+8
2011-07-22Add pragma for setting type's or member's default valueBoris Kolpackov1-0/+37
2011-07-22Cosmetic changeBoris Kolpackov1-1/+1
2011-07-21Correct container statement name generation for PostgreSQLConstantin Michael1-2/+2
2011-07-19New design for NULL semanticsBoris Kolpackov3-16/+5
2011-07-19Cosmetic changeBoris Kolpackov1-1/+1
2011-07-14Map unsigned short and int C++ types to SMALLINT and INTEGER PostgreSQL typesConstantin Michael1-2/+2
2011-07-13Aesthetic changesConstantin Michael1-3/+3
2011-07-13Add support for DATE, TIME and TIMESTAMP PostgreSQL typesConstantin Michael2-20/+31
2011-07-12Lengthen PostgreSQL BIT image buffer to allow for length specifierConstantin Michael1-1/+5
2011-07-12Correct bugs in PostgreSQL sql type parserConstantin Michael1-2/+10
2011-07-12Correct PostgreSQL varbit member image type to ubufferConstantin Michael1-1/+1
2011-07-08Add foreign keys to PostgreSQL schema generationConstantin Michael1-0/+129
2011-07-08Add CASCADE to PostgreSQL DROP TABLE statementsConstantin Michael1-0/+26
2011-07-08Fix inverse case of container select_all statement parameter type generationConstantin Michael1-4/+2
2011-07-05Update source generation to use PostgreSQL specific query implementationConstantin Michael1-1/+0
2011-07-05Correct container statement name logic to avoid inherited name conflictsConstantin Michael1-1/+5
2011-07-05Only generate query statement names if queries are being generatedConstantin Michael2-14/+21
2011-07-05Add enum support to PostgreSQLConstantin Michael2-4/+25
2011-07-05Implement PostgreSQL query_statement_ctor and post_query_ hooksConstantin Michael1-0/+23
2011-07-05Generate PostgreSQL query statement nameConstantin Michael2-0/+13
2011-07-05Correct PostgreSQL container statement and types array generationConstantin Michael2-120/+62
2011-07-05Implement PostgreSQL container statement name and types array generationConstantin Michael2-71/+289
2011-07-05Add support for auto ID aware PostgreSQL query parameter generationConstantin Michael1-5/+18
2011-07-05Implement PostgreSQL statement name and types array code generationConstantin Michael2-7/+151
2011-07-05Correct typosConstantin Michael1-2/+2
2011-07-05Add PostgreSQL source generation implementationConstantin Michael1-0/+801
2011-07-05Correct PostgreSQL schema generation implementationConstantin Michael1-9/+10
2011-07-05Correct size type used in header generationConstantin Michael1-25/+4
2011-07-05Add PostgreSQL header generation implementationConstantin Michael1-0/+158
2011-07-05Add PostgreSQL schema generation implementationConstantin Michael1-0/+55
2011-07-05Add PostgreSQL common implementationConstantin Michael2-0/+592
2011-07-05Implement remainder of PostgreSQL contextConstantin Michael2-261/+177
2011-07-05Add PostgreSQL FLOAT and timezone suffix parsingConstantin Michael2-6/+58
2011-07-05Correct db_id_type for PostgreSQL TEXT typeConstantin Michael1-1/+1
2011-07-05Remove support for timezone types TIMETZ and TIMESTAMPTZConstantin Michael2-4/+10
2011-07-05Add pgsql sql_type and sql type parsing implementationConstantin Michael2-0/+747