summaryrefslogtreecommitdiff
path: root/src/postgres.sml
Commit message (Collapse)AuthorAge
* SQL SIMILAR (via pg_trgm)Gravatar Adam Chlipala2019-12-04
|
* MySQL forces NOT NULL TIMESTAMPs to have default valuesGravatar Adam Chlipala2019-05-31
|
* Filecache support for MySQLGravatar Adam Chlipala2019-05-31
|
* When using a file cache, add plugin-loading code (for SHA512) to tops of ↵Gravatar Adam Chlipala2018-12-17
| | | | .sql files
* '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, ↵Gravatar Adam Chlipala2015-10-17
| | | | restarting transactions
* 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 ↵Gravatar Adam Chlipala2013-12-12
| | | | program analysis
* Increase precision for rendering floats to SQLGravatar Adam Chlipala2013-12-03
|
* Postgres: remove DML error code logging and (hopefully) fix the real ↵Gravatar Adam Chlipala2013-11-29
| | | | problem, not checking for concurrency faults on SELECTs
* Postgres: print SQLSTATE on DML failure, to help figure out when new special ↵Gravatar Adam Chlipala2013-11-27
| | | | cases should be added
* 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 ↵Gravatar Adam Chlipala2011-12-29
| | | | generation of Postgres queries with blobs
* Fix catalog querying about empty tablesGravatar Adam Chlipala2011-11-18
|
* Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL ↵Gravatar Austin Seipp2011-09-23
| | | | connection string.
* 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 ↵Gravatar Adam Chlipala2011-03-10
| | | | 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
* 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 ↵Gravatar Adam Chlipala2010-01-31
| | | | Postgres functions
* 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 ↵Gravatar Adam Chlipala2009-07-12
| | | | code and so doesn't work yet
* MySQL demo/sql succeeds in reading no rowsGravatar Adam Chlipala2009-07-12
|