summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/header.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09New templated query_columns architectureBoris Kolpackov1-13/+13
We also now use the correct separate "role"-base join approach instead of having a single merged join for each table.
2011-09-06View support customizations for PostgreSQLBoris Kolpackov1-2/+11
2011-08-31Cosmetic changes and cleanupsBoris Kolpackov1-1/+1
Rename some functions to have consistent names. Add object() predicate.
2011-08-22Add database::erase_query() functionBoris Kolpackov1-1/+2
New test: common/erase-query. Documentation is in Section 3.9, "Deleting Persistent Objects". The current implementation does not work well with the session (no removal of the erased objects from the cache).
2011-07-25Remove @@ notes that no longer applyBoris Kolpackov1-1/+1
2011-07-12Lengthen PostgreSQL BIT image buffer to allow for length specifierConstantin Michael1-1/+5
2011-07-05Only generate query statement names if queries are being generatedConstantin Michael1-6/+8
2011-07-05Generate PostgreSQL query statement nameConstantin Michael1-0/+5
2011-07-05Correct PostgreSQL container statement and types array generationConstantin Michael1-8/+8
2011-07-05Implement PostgreSQL container statement name and types array generationConstantin Michael1-18/+45
2011-07-05Implement PostgreSQL statement name and types array code generationConstantin Michael1-0/+29
2011-07-05Correct size type used in header generationConstantin Michael1-25/+4
2011-07-05Add PostgreSQL header generation implementationConstantin Michael1-0/+158