root/release/4/postgresql/trunk/postgresql.scm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @17477 [17477] 3 weeks sjamaan Implement new COPY API
(edit) @17469 [17469] 3 weeks sjamaan Implement initial version of "highlevel" COPY out API
(edit) @17467 [17467] 3 weeks sjamaan Make result argument for high-level copy procedures optional
(edit) @17466 [17466] 3 weeks sjamaan Make result optional
(edit) @17464 [17464] 3 weeks sjamaan Shorten the code a bit
(edit) @17462 [17462] 3 weeks sjamaan Add error recovery to highlevel interface
(edit) @17460 [17460] 3 weeks sjamaan Implement initial high-level interface for copy read support. Write …
(edit) @17459 [17459] 3 weeks sjamaan Add low-level COPY support Get rid of multi-query as that complicates …
(edit) @16895 [16895] 3 months sjamaan Also add raw to the example
(edit) @16894 [16894] 3 months sjamaan Add raw option to row-alist
(edit) @15533 [15533] 7 months sjamaan Fix connection mistake: poll for input when POLLING_READING, output when …
(edit) @15517 [15517] 7 months sjamaan Implement transaction support (including nested transactions)
(edit) @14796 [14796] 10 months sjamaan Make row/column-fold-right tail recursive; use this improved fold-right in …
(edit) @14792 [14792] 10 months sjamaan Make the interface more awesome by making row/column numbers optional
(edit) @14769 [14769] 10 months sjamaan Fix column-map* too (maybe I should write tests for these, too....)
(edit) @14768 [14768] 10 months sjamaan Fix really bad bug; used pointer instead of c-pointer as argument type …
(edit) @14767 [14767] 10 months sjamaan Add highlevel alternatives to fold/loop/map through columns instead of …
(edit) @14766 [14766] 10 months sjamaan Change interface so it's more sql-de-lite-like, because it's more flexible …
(edit) @14765 [14765] 10 months sjamaan Rename to remove obnoxious result- prefix from procedures that happened to …
(edit) @14764 [14764] 10 months sjamaan Fix small mistake in query-map*
(edit) @14763 [14763] 10 months sjamaan Get rid of time parsing procedures -- at least for now. The problem with …
(edit) @14762 [14762] 10 months sjamaan Fix off-by-one error in result-row-alist
(edit) @14761 [14761] 10 months sjamaan Fix the comment about simplified alist version
(edit) @14760 [14760] 10 months sjamaan Rename result-values to result-row, and add result-column to the API Make …
(edit) @14759 [14759] 10 months sjamaan Add query-map and query-fold-right to the high-level procedures
(edit) @14758 [14758] 10 months sjamaan Get rid of value/oid pair option. It complicates the code too much and …
(edit) @14755 [14755] 10 months sjamaan Columns are symbols
(edit) @14754 [14754] 10 months sjamaan Add a few more tests, tweak layout of code a bit
(edit) @14753 [14753] 10 months sjamaan Add high-level interface and type parsing/unparsing, completing most of …
(edit) @14749 [14749] 10 months sjamaan Remove some bangs on location names in error calls
(edit) @14726 [14726] 10 months sjamaan Implement separate parameter passing and the option to explicitly request …
(edit) @14725 [14725] 10 months sjamaan Improve binary mode result fetching by sticking it into a blob. The user …
(edit) @14724 [14724] 10 months sjamaan Add escaping/unescaping and tests for that
(edit) @14723 [14723] 10 months sjamaan Add final result info procedures; inserted OID and affected rows
(edit) @14721 [14721] 10 months sjamaan Implement more result stuff, up until value retrieval
(edit) @14678 [14678] 10 months sjamaan Start building low-level query and result set operations, corresponding to …
(edit) @14669 [14669] 10 months sjamaan Bring back to life the connect/disconnect/reset-connection procedures, and …
(edit) @14635 [14635] 10 months sjamaan Fix two more small bugs. Time to get some sleep :/
(edit) @14632 [14632] 10 months sjamaan Simplify, simplify, simplify
(edit) @14631 [14631] 10 months sjamaan Prepare for testing Fix a few small mistakes/bugs Get rid of non-connected …
(copy) @14620 [14620] 10 months sjamaan Start work on porting and revitalizing the postgresql egg. This is a WORK …
copied from release/3/postgresql/trunk/postgresql.scm:
(edit) @10459 [10459] 2 years sjamaan Add pgescapeconn test and do REAL escaping when connection object is …
Note: See TracRevisionLog for help on using the revision log.