Marco Slot
fa7fa2734b
Log remote commands sent via MultiClientSendQuery
2017-12-22 16:18:40 +01:00
Jason Petersen
6c9b19a954
Add version-compat header
...
For polyfill macros, etc.
2017-09-25 17:20:23 -07:00
Jason Petersen
fbeaa2f9d0
Remove direct access to tupleDesc->attrs
...
A level of indirection was removed from this field for PostgreSQL 11.
By using the handy provided macro, we can be version agnostic.
2017-09-25 17:20:23 -07:00
Onder Kalaci
4782f9f98a
Properly copy and trim the error messages that come from pg_conn
...
When a NULL connection is provided to PQerrorMessage(), the
returned error message is a static text. Modifying that static
text, which doesn't necessarly be in a writeable memory, is
dangreous and might cause a segfault.
2017-09-22 19:43:09 +03:00
Andres Freund
ddb0651967
Move citus tools to interrupt aware libpq wrappers.
2017-07-04 12:38:52 -07:00
Burak Yucesoy
9fb15c439c
Add version checks to necessary UDFs
2017-05-22 09:53:29 +03:00
Marco Slot
7f9e80db10
Only process error if not NULL in StoreErrorMessage
2017-04-21 17:01:01 +02:00
Andres Freund
52c3369f79
Minimal citus tools conversion to new connection API.
2017-01-21 09:01:14 -08:00
Andres Freund
a77cf36778
Use connection_management.c from within connection_cache.c.
...
This is a temporary step towards removing connection_cache.c.
2016-12-07 11:44:24 -08:00
Murat Tuncer
b453f6c7ab
Add master_run_on_worker UDF
2016-10-18 17:59:54 +03:00