Whenever I am executing a query in postgresql, this is the error message I receive
Transaction ID not found in the session.
Does any
This is not a PostgreSQL error message. It must come from something else in the stack you are using - a client driver, ORM, etc.
Please post a more detailed question with full information on the stack you're using.