summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2004-09-20Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-09Translation updatesDennis Bjorklund
2004-09-09Some source files was not scanned for translatable strings.Dennis Bjorklund
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-09-09Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-06Fixed segfault in Informix mode.Michael Meskes
2004-09-02Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian
2004-09-01Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian
2004-09-01Back out Cygwin timezone change until we have a more global solution.Bruce Momjian
2004-09-01Cast _timezone to int from time_t for Cygwin.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Add missing semicolon; some bison versions warn of this.Tom Lane