aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postgres.sml
Commit message (Expand)AuthorAge
* 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
* Handle empty SELECT clausesGravatar Adam Chlipala2018-03-13
* Prepare Postgres code for NULL error fieldsGravatar Adam Chlipala2016-06-17
* Use IS NOT DISTINCT FROM; improve Sql parserGravatar Adam Chlipala2016-03-12
* Change Postgres schema-checking code to account properly for namespacesGravatar Adam Chlipala2015-12-08
* Switching to a more dynamic method of handling database reconnection, restart...Gravatar Adam Chlipala2015-10-17
* Start of support for surviving database-server restarts, for PostgresGravatar Adam Chlipala2015-10-17
* Fix arguments to PQprepare()Gravatar Adam Chlipala2015-01-07
* Postgres: look up table names case-sensitively in catalogGravatar Adam Chlipala2014-01-15
* noMangleSql .urp directiveGravatar Adam Chlipala2014-01-04
* Proper handling of serialization failures during SQL COMMITGravatar Adam Chlipala2013-12-23
* Start SQL transactions as read-only when possible, based on conservative prog...Gravatar Adam Chlipala2013-12-12
* Increase precision for rendering floats to SQLGravatar Adam Chlipala2013-12-03
* Postgres: remove DML error code logging and (hopefully) fix the real problem,...Gravatar Adam Chlipala2013-11-29
* Postgres: print SQLSTATE on DML failure, to help figure out when new special ...Gravatar Adam Chlipala2013-11-27
* Fix generation of timestamp literals for MySQL and SQLiteGravatar Adam Chlipala2012-11-30
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
* Fix handling of quotes in generating C literalsGravatar Adam Chlipala2012-01-02
* Add dynamic content before running its scripts, to get IDs in scope; fix gene...Gravatar Adam Chlipala2011-12-29
* Fix catalog querying about empty tablesGravatar Adam Chlipala2011-11-18
* Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL conn...Gravatar Austin Seipp2011-09-23
* Postgres deadlock triggers unlimited retryGravatar Adam Chlipala2011-08-28
* Configuration detects proper header files for database dev librariesGravatar Adam Chlipala2011-05-29
* Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'...Gravatar Adam Chlipala2011-03-10
* Deal with Postgres's wonky type-changing for nullable columns of viewsGravatar Adam Chlipala2011-02-25
* Fix Postgres date serializationGravatar Adam Chlipala2010-12-24
* 'tryDml' works with PostgresGravatar Adam Chlipala2010-09-07
* tryDmlGravatar Adam Chlipala2010-09-05
* Better UTF-8 escaping for JavaScript and SQL literalsGravatar Adam Chlipala2010-08-10
* Relational operators portabilityGravatar Adam Chlipala2010-04-01
* A litter more cautious about NULL applications; plug a memory leak in some Po...Gravatar Adam Chlipala2010-01-31
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
* Initializers and setvalGravatar Adam Chlipala2009-12-13
* Chars working with SQLiteGravatar Adam Chlipala2009-10-22
* Initial support for char in SQLGravatar Adam Chlipala2009-10-22
* Fix Postgres timestamp round-trippingGravatar Adam Chlipala2009-09-15
* Blobs tested in MySQL and SQLiteGravatar Adam Chlipala2009-07-18
* Most of demo working with SQLiteGravatar Adam Chlipala2009-07-17
* MySQL CGI workingGravatar Adam Chlipala2009-07-17
* Testing nested queriesGravatar Adam Chlipala2009-07-17
* Demo working with MySQLGravatar Adam Chlipala2009-07-16
* Sequence code compiles in MySQLGravatar Adam Chlipala2009-07-16
* MySQL accepts generated demo DDLGravatar Adam Chlipala2009-07-16
* Demo compiles again with Postgres and MySQL; MySQL version lacks sequence cod...Gravatar Adam Chlipala2009-07-12
* MySQL demo/sql succeeds in reading no rowsGravatar Adam Chlipala2009-07-12
* MySQL query gets up to C linkingGravatar Adam Chlipala2009-07-12
* Validating viewsGravatar Adam Chlipala2009-06-30
* Switch to Information Schema from Postgres catalogGravatar Adam Chlipala2009-06-30
* Move all DBMS initialization to #initGravatar Adam Chlipala2009-06-30