summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2004-11-02Translation updatesPeter Eisentraut
2004-11-01fixed bug in segfault REVOKE statementDave Cramer
2004-10-30Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane
2004-10-30Translation updatePeter Eisentraut
2004-10-29No need to set errorMessage length --- already set in goto target.Bruce Momjian
2004-10-29Set errorMessage length in PQrequestCancel() in all places.Bruce Momjian
2004-10-28Translation updatesPeter Eisentraut
2004-10-28Translation updatesPeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-27Translation updatesPeter Eisentraut
2004-10-22Translation updatesDennis Bjorklund
2004-10-21Set the close-on-exec flag for libpq's socket to the backend, to avoidTom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-18Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane
2004-10-18Synced parserMichael Meskes
2004-10-17Translation updatesPeter Eisentraut
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-10-16Generate the various .def files for libpq DLLs from a single list ofTom Lane
2004-10-16Export only required symbols in libpq on Win32.Bruce Momjian
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-13More minor cosmetic improvements:Neil Conway
2004-10-12Message style revisionsPeter Eisentraut
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-06The Win32 (mingw) build of libpq seems to have lost it's SSL libs fromBruce Momjian
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-05Another tightening of Win32 typedefs.Bruce Momjian
2004-10-05'::' is no longer interpreted as a variable in a prepare statement.Michael Meskes
2004-10-04Make sure no libs use libpgport by removing it from the link line.Bruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-10-03Translation updatePeter Eisentraut
2004-10-03Translation updatesPeter Eisentraut
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Translation updatesPeter Eisentraut
2004-09-27Synced parser.Michael Meskes
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-26Here is a patch that adds the version info from libpq.rc to the DLLBruce Momjian
2004-09-26Use <> not "" for include of pthread.h.Bruce Momjian
2004-09-23If we're going to print unrecognized result codes from SSL_get_errorTom Lane
2004-09-23This patch logs the error code in the default case, so that the userBruce Momjian
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut