summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-1/+5
* Translation updatePeter Eisentraut2004-11-163-299/+426
* Not entirely sure when this broke, but libpq's VC++ build is currentlyBruce Momjian2004-11-132-0/+4
* List VALUE as a keyword.Michael Meskes2004-11-102-1/+6
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-093-13/+16
* Translation updatesPeter Eisentraut2004-11-091-1/+1
* Translation updatesPeter Eisentraut2004-11-071-134/+147
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-5/+5
* Translation updatesPeter Eisentraut2004-11-021-124/+130
* Translation updatesPeter Eisentraut2004-11-023-804/+989
* fixed bug in segfault REVOKE statementDave Cramer2004-11-011-3/+9
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-304-53/+168
* Translation updatePeter Eisentraut2004-10-301-122/+131
* No need to set errorMessage length --- already set in goto target.Bruce Momjian2004-10-291-4/+1
* Set errorMessage length in PQrequestCancel() in all places.Bruce Momjian2004-10-291-1/+4
* Translation updatesPeter Eisentraut2004-10-281-25/+34
* Translation updatesPeter Eisentraut2004-10-281-156/+270
* Translation updatesPeter Eisentraut2004-10-271-37/+37
* Translation updatesPeter Eisentraut2004-10-272-2/+615
* Translation updatesPeter Eisentraut2004-10-271-25/+25
* Translation updatesPeter Eisentraut2004-10-271-643/+646
* Translation updatesDennis Bjorklund2004-10-221-125/+139
* Set the close-on-exec flag for libpq's socket to the backend, to avoidTom Lane2004-10-211-27/+26
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-7/+2
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-185-11/+146
* Synced parserMichael Meskes2004-10-182-36/+38
* Translation updatesPeter Eisentraut2004-10-171-110/+236
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-169-37/+42
* Generate the various .def files for libpq DLLs from a single list ofTom Lane2004-10-166-486/+165
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-166-3/+28
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-162-3/+6
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-141-2/+2
* More minor cosmetic improvements:Neil Conway2004-10-131-1/+1
* Message style revisionsPeter Eisentraut2004-10-121-3/+3
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-122-4/+4
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-122-8/+14
* Cosmetic improvements/code cleanup:Neil Conway2004-10-102-3/+3
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-091-2/+2
* The Win32 (mingw) build of libpq seems to have lost it's SSL libs fromBruce Momjian2004-10-061-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-3/+5
* Another tightening of Win32 typedefs.Bruce Momjian2004-10-051-2/+2
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-052-4/+14
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-043-4/+13
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-9/+12
* Translation updatePeter Eisentraut2004-10-031-56/+55
* Translation updatesPeter Eisentraut2004-10-031-129/+272
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-282-7/+7
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-272-7/+7
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* Translation updatesPeter Eisentraut2004-09-271-37/+38