issues
search
hasura
/
pg-client-hs
A low level Haskell library to connect to postgres
Apache License 2.0
25
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add connection timeout and handle new version of pool timeouts
#28
eviefp
closed
3 years ago
0
Derive a MonadFix instance
#27
abooij
closed
3 years ago
0
Remove libpq buffer shrinking, effectively reverting fbb635023
#26
jberryman
closed
4 years ago
1
Introducing transaction monad transformer `TxET`
#25
rakeshkky
closed
4 years ago
0
expose a function to get the count of open connections
#24
0x777
closed
4 years ago
1
add instrumentation to get connection pool stats
#23
ecthiender
closed
4 years ago
0
Check that buffer is available before freeing
#22
sordina
closed
4 years ago
1
fix build error about missing postgres-fe.h
#21
0x777
closed
4 years ago
0
Fiddle with headers to fix fbb6350232
#20
jberryman
closed
4 years ago
1
Shrink libpq buffers to 1MB before returning connection to pool
#19
jberryman
closed
4 years ago
0
Revert "Set extra_float_digits to 3 to avoid loss of precision"
#18
abooij
closed
4 years ago
0
Set extra_float_digits to 3 to avoid loss of precision
#17
abooij
closed
4 years ago
1
Discard postgres connections periodically to free memory
#16
jberryman
closed
4 years ago
3
Changes to support GraphQL transactions
#15
rakeshkky
closed
3 years ago
1
Remove pipe at beginning of comment to make Haddock happy
#14
lexi-lambda
closed
5 years ago
0
Support building on macOS
#13
lexi-lambda
closed
5 years ago
0
support database url to establish connection to postgres (close #7)
#12
rakeshkky
closed
5 years ago
0
Add application_name to ConnInfo
#11
ajeetdsouza
closed
4 years ago
1
add a function to allow executing Tx without transactional semantics
#10
0x777
closed
5 years ago
0
Binary encoding for multi-dimensional arrays of Postgres built-in types (close #8)
#9
nizar-m
closed
2 years ago
1
Support binary encoding of arrays of builtin types
#8
nizar-m
closed
2 years ago
1
support database URI to establish a connection
#7
rakeshkky
closed
5 years ago
0
support retrying on postgres connection exception
#6
rakeshkky
closed
5 years ago
0
add postgres notify listener
#5
rakeshkky
closed
5 years ago
0
Option to disable prepared statements for all connections in the pool (close #3)
#4
nizar-m
closed
5 years ago
0
allow disabling prepared statements for all connections in the pool
#3
nizar-m
closed
5 years ago
0
increase no of columns for FromCol and ToPrepArg instances
#2
ecthiender
closed
6 years ago
0
increase support for columns while reading and inserting
#1
ecthiender
closed
6 years ago
1
Previous