aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* Enable building of 64-bit libpq using visual studio 8 and theMagnus Hagander2007-04-18
* Silence mingw compiler warningMagnus Hagander2007-04-18
* Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander2007-03-08
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian2007-02-20
* Code review for SSLKEY patch.Tom Lane2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-05
* Revert exports.list change pending closer study.Tom Lane2006-12-28
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-27
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-19
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* Translation updatesPeter Eisentraut2006-12-02
* Translation updatesPeter Eisentraut2006-11-24
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-21
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-21
* Translations updatePeter Eisentraut2006-10-21
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-10
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-01
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-27
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-15
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-04
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-18
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-09
* Add some blank lines for formatting.Bruce Momjian2006-08-04
* #ifdef fix for MSVC builds of libpq.Bruce Momjian2006-08-04
* Add #include postgres_fe.h in two win32-specific files, because there isBruce Momjian2006-07-29
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-27
* The Win32 DEF files that are generated for libpq contain the attributeBruce Momjian2006-07-18
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Clean up for warning:Joe Conway2006-07-12
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-10
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04