index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
postgres.sml
Commit message (
Expand
)
Author
Age
*
Increase precision for rendering floats to SQL
Adam Chlipala
2013-12-03
*
Postgres: remove DML error code logging and (hopefully) fix the real problem,...
Adam Chlipala
2013-11-29
*
Postgres: print SQLSTATE on DML failure, to help figure out when new special ...
Adam Chlipala
2013-11-27
*
Fix generation of timestamp literals for MySQL and SQLite
Adam Chlipala
2012-11-30
*
Partitioning and ordering for window functions
Adam Chlipala
2012-06-02
*
'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)
Adam Chlipala
2012-02-02
*
Fix handling of quotes in generating C literals
Adam Chlipala
2012-01-02
*
Add dynamic content before running its scripts, to get IDs in scope; fix gene...
Adam Chlipala
2011-12-29
*
Fix catalog querying about empty tables
Adam Chlipala
2011-11-18
*
Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL conn...
Austin Seipp
2011-09-23
*
Postgres deadlock triggers unlimited retry
Adam Chlipala
2011-08-28
*
Configuration detects proper header files for database dev libraries
Adam Chlipala
2011-05-29
*
Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'...
Adam Chlipala
2011-03-10
*
Deal with Postgres's wonky type-changing for nullable columns of views
Adam Chlipala
2011-02-25
*
Fix Postgres date serialization
Adam Chlipala
2010-12-24
*
'tryDml' works with Postgres
Adam Chlipala
2010-09-07
*
tryDml
Adam Chlipala
2010-09-05
*
Better UTF-8 escaping for JavaScript and SQL literals
Adam Chlipala
2010-08-10
*
Relational operators portability
Adam Chlipala
2010-04-01
*
A litter more cautious about NULL applications; plug a memory leak in some Po...
Adam Chlipala
2010-01-31
*
All three current protocols work with move to using uw_app
Adam Chlipala
2009-12-27
*
Initializers and setval
Adam Chlipala
2009-12-13
*
Chars working with SQLite
Adam Chlipala
2009-10-22
*
Initial support for char in SQL
Adam Chlipala
2009-10-22
*
Fix Postgres timestamp round-tripping
Adam Chlipala
2009-09-15
*
Blobs tested in MySQL and SQLite
Adam Chlipala
2009-07-18
*
Most of demo working with SQLite
Adam Chlipala
2009-07-17
*
MySQL CGI working
Adam Chlipala
2009-07-17
*
Testing nested queries
Adam Chlipala
2009-07-17
*
Demo working with MySQL
Adam Chlipala
2009-07-16
*
Sequence code compiles in MySQL
Adam Chlipala
2009-07-16
*
MySQL accepts generated demo DDL
Adam Chlipala
2009-07-16
*
Demo compiles again with Postgres and MySQL; MySQL version lacks sequence cod...
Adam Chlipala
2009-07-12
*
MySQL demo/sql succeeds in reading no rows
Adam Chlipala
2009-07-12
*
MySQL query gets up to C linking
Adam Chlipala
2009-07-12
*
Validating views
Adam Chlipala
2009-06-30
*
Switch to Information Schema from Postgres catalog
Adam Chlipala
2009-06-30
*
Move all DBMS initialization to #init
Adam Chlipala
2009-06-30
*
Moved nextval code into Settings
Adam Chlipala
2009-06-28
*
Moved dml code into Settings
Adam Chlipala
2009-06-28
*
Moved query code into Settings
Adam Chlipala
2009-06-28
*
Start of multi-DBMS support
Adam Chlipala
2009-06-28