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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @19104 [19104] 4 weeks sjamaan Apply patch to support Postgres 8.2 again, by Alaric Snell-Pym and Florian …
(edit) @17908 [17908] 4 months sjamaan Add small note about in-list procedure
(edit) @17904 [17904] 4 months sjamaan Export make-composite-parser, too
(edit) @17902 [17902] 4 months sjamaan Update copyright year
(edit) @17901 [17901] 4 months sjamaan Get rid of the current-type-unparsers parameter, pass the connection to …
(edit) @17783 [17783] 5 months sjamaan Do not try to be too "smart" about vector values. The Scheme values don't …
(edit) @17742 [17742] 5 months sjamaan Add "parser" for anonymous composite types
(edit) @17741 [17741] 5 months sjamaan Handle domain types
(edit) @17740 [17740] 5 months sjamaan Clean up the queries a little
(edit) @17739 [17739] 5 months sjamaan Disregard comment about enums, we don't have special support for those
(edit) @17738 [17738] 5 months sjamaan Fix comment
(edit) @17737 [17737] 5 months sjamaan Fix the same meta-character fuckup in composite parsers
(edit) @17736 [17736] 5 months sjamaan Fix meta-character fuckup
(edit) @17734 [17734] 5 months sjamaan Add preliminary support for composite types
(edit) @17726 [17726] 5 months sjamaan Export type parsers and type unparsers getter procedures Instead of …
(edit) @17674 [17674] 5 months sjamaan Make array parsing more robust by skipping over bounds prefixes, if …
(edit) @17670 [17670] 5 months sjamaan Add initial support for array types. TODOs: * Figure out if this is the …
(edit) @17477 [17477] 6 months sjamaan Implement new COPY API
(edit) @17469 [17469] 6 months sjamaan Implement initial version of "highlevel" COPY out API
(edit) @17467 [17467] 6 months sjamaan Make result argument for high-level copy procedures optional
(edit) @17466 [17466] 6 months sjamaan Make result optional
(edit) @17464 [17464] 6 months sjamaan Shorten the code a bit
(edit) @17462 [17462] 6 months sjamaan Add error recovery to highlevel interface
(edit) @17460 [17460] 6 months sjamaan Implement initial high-level interface for copy read support. Write …
(edit) @17459 [17459] 6 months sjamaan Add low-level COPY support Get rid of multi-query as that complicates …
(edit) @16895 [16895] 8 months sjamaan Also add raw to the example
(edit) @16894 [16894] 8 months sjamaan Add raw option to row-alist
(edit) @15533 [15533] 13 months sjamaan Fix connection mistake: poll for input when POLLING_READING, output when …
(edit) @15517 [15517] 13 months sjamaan Implement transaction support (including nested transactions)
(edit) @14796 [14796] 15 months sjamaan Make row/column-fold-right tail recursive; use this improved fold-right in …
(edit) @14792 [14792] 15 months sjamaan Make the interface more awesome by making row/column numbers optional
(edit) @14769 [14769] 16 months sjamaan Fix column-map* too (maybe I should write tests for these, too....)
(edit) @14768 [14768] 16 months sjamaan Fix really bad bug; used pointer instead of c-pointer as argument type …
(edit) @14767 [14767] 16 months sjamaan Add highlevel alternatives to fold/loop/map through columns instead of …
(edit) @14766 [14766] 16 months sjamaan Change interface so it's more sql-de-lite-like, because it's more flexible …
(edit) @14765 [14765] 16 months sjamaan Rename to remove obnoxious result- prefix from procedures that happened to …
(edit) @14764 [14764] 16 months sjamaan Fix small mistake in query-map*
(edit) @14763 [14763] 16 months sjamaan Get rid of time parsing procedures -- at least for now. The problem with …
(edit) @14762 [14762] 16 months sjamaan Fix off-by-one error in result-row-alist
(edit) @14761 [14761] 16 months sjamaan Fix the comment about simplified alist version
(edit) @14760 [14760] 16 months sjamaan Rename result-values to result-row, and add result-column to the API Make …
(edit) @14759 [14759] 16 months sjamaan Add query-map and query-fold-right to the high-level procedures
(edit) @14758 [14758] 16 months sjamaan Get rid of value/oid pair option. It complicates the code too much and …
(edit) @14755 [14755] 16 months sjamaan Columns are symbols
(edit) @14754 [14754] 16 months sjamaan Add a few more tests, tweak layout of code a bit
(edit) @14753 [14753] 16 months sjamaan Add high-level interface and type parsing/unparsing, completing most of …
(edit) @14749 [14749] 16 months sjamaan Remove some bangs on location names in error calls
(edit) @14726 [14726] 16 months sjamaan Implement separate parameter passing and the option to explicitly request …
(edit) @14725 [14725] 16 months sjamaan Improve binary mode result fetching by sticking it into a blob. The user …
(edit) @14724 [14724] 16 months sjamaan Add escaping/unescaping and tests for that
(edit) @14723 [14723] 16 months sjamaan Add final result info procedures; inserted OID and affected rows
(edit) @14721 [14721] 16 months sjamaan Implement more result stuff, up until value retrieval
(edit) @14678 [14678] 16 months sjamaan Start building low-level query and result set operations, corresponding to …
(edit) @14669 [14669] 16 months sjamaan Bring back to life the connect/disconnect/reset-connection procedures, and …
(edit) @14635 [14635] 16 months sjamaan Fix two more small bugs. Time to get some sleep :/
(edit) @14632 [14632] 16 months sjamaan Simplify, simplify, simplify
(edit) @14631 [14631] 16 months sjamaan Prepare for testing Fix a few small mistakes/bugs Get rid of non-connected …
(copy) @14620 [14620] 16 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.