-
-
Notifications
You must be signed in to change notification settings - Fork 71
Comparing changes
Open a pull request
base repository: vapor/postgres-kit
base: 1.0.0-rc.1.0.1
head repository: vapor/postgres-kit
compare: main
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 027838d - Browse repository at this point
Copy the full SHA 027838dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa640ea - Browse repository at this point
Copy the full SHA fa640eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d051b78 - Browse repository at this point
Copy the full SHA d051b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a7c82 - Browse repository at this point
Copy the full SHA d0a7c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a43c7 - Browse repository at this point
Copy the full SHA 52a43c7View commit details
Commits on Mar 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 31a0fb8 - Browse repository at this point
Copy the full SHA 31a0fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f362d4c - Browse repository at this point
Copy the full SHA f362d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f90100 - Browse repository at this point
Copy the full SHA 9f90100View commit details
Commits on Mar 6, 2018
-
added connection string parsing for PostgreSQLDatabaseConfig
Shaun Hubbard committedMar 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 7a50dfd - Browse repository at this point
Copy the full SHA 7a50dfdView commit details
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1a0855e - Browse repository at this point
Copy the full SHA 1a0855eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6080505 - Browse repository at this point
Copy the full SHA 6080505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f6676 - Browse repository at this point
Copy the full SHA 49f6676View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81d233 - Browse repository at this point
Copy the full SHA a81d233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83333e7 - Browse repository at this point
Copy the full SHA 83333e7View commit details -
changed method signature, per @tanner0101
Shaun Hubbard committedMar 7, 2018 Configuration menu - View commit details
-
Copy full SHA for bd3d280 - Browse repository at this point
Copy the full SHA bd3d280View commit details
Commits on Mar 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 54ea05c - Browse repository at this point
Copy the full SHA 54ea05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for efba3a4 - Browse repository at this point
Copy the full SHA efba3a4View commit details
Commits on Mar 13, 2018
-
Add support for persisting dates with microsecond precision.
Note that I have not made parsing the textual format of the timestamp type more accurate - do we need that? If so, where is that format documented?
Configuration menu - View commit details
-
Copy full SHA for c36db27 - Browse repository at this point
Copy the full SHA c36db27View commit details -
Merge pull request #29 from MrMage/fix-date-format
Add support for persisting dates with microsecond precision
Configuration menu - View commit details
-
Copy full SHA for 42fbe05 - Browse repository at this point
Copy the full SHA 42fbe05View commit details
Commits on Mar 14, 2018
-
Fix a memory leak in
PostgreSQLConnection
`PostgreSQLTableNameCache` holds a `PostgreSQLConnection` future. Once that future is fulfilled, it strongly holds a reference to `PostgreSQLConnection`. That connection in turn holds the table name cache, so we have a reference cycle. This causes the table name cache and its connection to never get released. This is relevant when testing, if the tests are set up such that each test creates a new `Database`.
Configuration menu - View commit details
-
Copy full SHA for a3f4297 - Browse repository at this point
Copy the full SHA a3f4297View commit details -
Merge pull request #31 from vapor/nio-connection-leak-1
Fix a memory leak in `PostgreSQLConnection`
Configuration menu - View commit details
-
Copy full SHA for a4e81ae - Browse repository at this point
Copy the full SHA a4e81aeView commit details -
Merge pull request #25 from pedantix/swh-add-connection-string-to-config
added connection string parsing for PostgreSQLDatabaseConfig
Configuration menu - View commit details
-
Copy full SHA for c2b4be0 - Browse repository at this point
Copy the full SHA c2b4be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265fba3 - Browse repository at this point
Copy the full SHA 265fba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfad288 - Browse repository at this point
Copy the full SHA dfad288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9837294 - Browse repository at this point
Copy the full SHA 9837294View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75533d - Browse repository at this point
Copy the full SHA d75533dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbacbae - Browse repository at this point
Copy the full SHA bbacbaeView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 31be47f - Browse repository at this point
Copy the full SHA 31be47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c3e12 - Browse repository at this point
Copy the full SHA 65c3e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b7afa - Browse repository at this point
Copy the full SHA c9b7afaView commit details
Commits on Mar 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4f5c24b - Browse repository at this point
Copy the full SHA 4f5c24bView commit details
Commits on Mar 20, 2018
-
Close a
PostgreSQLConnection
's channel on deinit.Otherwise, the connection is never claused, and PostgreSQL might complain about too many open connections.
Configuration menu - View commit details
-
Copy full SHA for b70b73c - Browse repository at this point
Copy the full SHA b70b73cView commit details
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9c9bb11 - Browse repository at this point
Copy the full SHA 9c9bb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93444ff - Browse repository at this point
Copy the full SHA 93444ffView commit details -
Merge pull request #32 from vapor/query-pipeline-bug24
combines parameterized query phases
Configuration menu - View commit details
-
Copy full SHA for 96abdce - Browse repository at this point
Copy the full SHA 96abdceView commit details -
Merge pull request #36 from vapor/close-connection-on-deinit
Close a `PostgreSQLConnection`'s channel on deinit.
Configuration menu - View commit details
-
Copy full SHA for e4d26fd - Browse repository at this point
Copy the full SHA e4d26fdView commit details -
Merge pull request #34 from vapor/default-port
Default Postgres port to 5432 when not supplied
Configuration menu - View commit details
-
Copy full SHA for 9c2079d - Browse repository at this point
Copy the full SHA 9c2079dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1823a1c - Browse repository at this point
Copy the full SHA 1823a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfe5f0 - Browse repository at this point
Copy the full SHA dcfe5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc9853 - Browse repository at this point
Copy the full SHA afc9853View commit details -
Merge pull request #38 from vapor/remove-on
Remove an unused argument in PostgreSQLDatabase.init
Configuration menu - View commit details
-
Copy full SHA for f710161 - Browse repository at this point
Copy the full SHA f710161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c7c89 - Browse repository at this point
Copy the full SHA 19c7c89View commit details
Commits on Mar 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 387cf9e - Browse repository at this point
Copy the full SHA 387cf9eView commit details
Commits on Mar 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 64f9c20 - Browse repository at this point
Copy the full SHA 64f9c20View commit details
Commits on Mar 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 390c22c - Browse repository at this point
Copy the full SHA 390c22cView commit details
Commits on Mar 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0267e10 - Browse repository at this point
Copy the full SHA 0267e10View commit details -
Add Listen/Notify functionality to PostgreSQL
Shaun Hubbard committedMar 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 97ccb06 - Browse repository at this point
Copy the full SHA 97ccb06View commit details -
Shaun Hubbard committed
Mar 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 439395d - Browse repository at this point
Copy the full SHA 439395dView commit details -
Shaun Hubbard committed
Mar 31, 2018 Configuration menu - View commit details
-
Copy full SHA for b35c295 - Browse repository at this point
Copy the full SHA b35c295View commit details
Commits on Apr 1, 2018
-
should not pop the message handler... my bad
Shaun Hubbard committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 5541222 - Browse repository at this point
Copy the full SHA 5541222View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.