Enid Gjoleka
|
6b166f500c
Use the correct variable while sending the request to pgsql
|
5 years ago |
Enid Gjoleka
|
4ae561e5a1
Use timer:sleep instead of receive...after timout end in newly introduced tests, handle open_socket/x results better while cancelling the query
|
5 years ago |
Enid Gjoleka
|
0709950aef
Filter sensitive info from connection_opts prior to setting it into the epgsql_sock state
|
5 years ago |
Enid Gjoleka
|
eef6c70719
Fix dialyzer issues
|
5 years ago |
Enid Gjoleka
|
bfba4ea0d7
Use macro while testing and update README.md
|
5 years ago |
Enid Gjoleka
|
f929e81f51
Add tests for verifying the proposed solution and fix discovered issues
|
5 years ago |
Enid Gjoleka
|
dac4653b21
Refactor epgsql_cmd_connect to allow other parts of the source code to make use of the newly introduced fun, open_socket
|
5 years ago |
Sergey Prokhorov
|
d8ca6d4d94
Merge pull request #226 from enidgjoleka/use-application-name-when-establishing-a-connection
|
5 years ago |
Enid Gjoleka
|
9b8850ea29
Add test for making sure application_name is passed correctly to postgresql
|
5 years ago |
Enid Gjoleka
|
ad14962224
Add application_name as an optional parameter while establishing a connection
|
5 years ago |
Sergey Prokhorov
|
6940115619
Version bump 4.4.0
|
5 years ago |
Sergey Prokhorov
|
03c88ef368
Merge pull request #218 from seriyps/integer-overflow-guard
|
5 years ago |
Sergey Prokhorov
|
b32d2e88d0
Merge pull request #219 from seriyps/send-terminate-message
|
5 years ago |
Sergey Prokhorov
|
2b0eade4aa
Merge pull request #224 from seriyps/document-cancel
|
5 years ago |
Sergey Prokhorov
|
ea232ee370
Merge pull request #223 from enidgjoleka/fix-connection-timeout
|
5 years ago |
Enid Gjoleka
|
50f0c4e134
Use deprecated unit_time, milli_seconds, to support otp-18, return back {error, Reason} from gen_tcp:recv rather than badmatch
|
5 years ago |
Enid Gjoleka
|
b47f9cb88f
Do not re-use the same connection timeout in several consequitive functions during epgsql_cmd_connect:connect/x
|
5 years ago |
Sergey Prokhorov
|
8380908ade
Minor corrections
|
5 years ago |
Sergey Prokhorov
|
4a39ece129
Document `epgsql:cancel/1`. Fixes #220
|
5 years ago |
Sergey Prokhorov
|
bbdf62b3e5
Merge pull request #221 from onno-vos-dev/query-response-type-include-socket-errors
|
5 years ago |
Sergey Prokhorov
|
c965d6cc56
Merge pull request #217 from seriyps/configurable-hstore
|
5 years ago |
Onno Vos
|
a5b526fdd3
Response types for epgsql:equery/[2-4] and epgsql:squery/2 can include socket errors
|
5 years ago |
Sergey Prokhorov
|
47b194bbe5
Send `Terminate` mesage when performing gracefull shutdown. Fixes #215
|
5 years ago |
Sergey Prokhorov
|
afbdf47992
Bump elvis DRY threshold because of hstore codec
|
5 years ago |
Sergey Prokhorov
|
5fcaf13b41
Add guards to not silently truncate integer when overflowed. Fixes #202
|
5 years ago |
Sergey Prokhorov
|
2492e2d63e
Add `return` and `nulls` options to hstore codec
|
5 years ago |
Sergey Prokhorov
|
2d4d1ada05
Merge pull request #214 from seriyps/edoc
|
5 years ago |
Sergey Prokhorov
|
5edd3c96e0
Rewrite overview.edoc as internal, not end-user documentation
|
5 years ago |
Sergey Prokhorov
|
003ccf2eb0
Move commands, codecs, replication docs into doc/ subdirectory
|
5 years ago |
Sergey Prokhorov
|
a27772a60a
Cleanup edocs. Fixes #213
|
5 years ago |