summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-112-10/+16
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-071-2/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0519-37/+37
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-052-6/+6
* Revert exports.list change pending closer study.Tom Lane2006-12-281-2/+2
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-271-2/+2
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-191-18/+31
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-1/+1
* Translation updatesPeter Eisentraut2006-12-021-155/+225
* Translation updatesPeter Eisentraut2006-11-243-405/+520
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-212-2/+2
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-211-1/+20
* Translations updatePeter Eisentraut2006-10-213-538/+789
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-101-2/+2
* Message style improvementsPeter Eisentraut2006-10-062-14/+12
* pgindent run for 8.2.Bruce Momjian2006-10-0411-145/+173
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-011-66/+86
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-273-4/+18
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-272-10/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-151-5/+5
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-4/+4
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-072-4/+4
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-4/+4
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-185-10/+310
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-091-3/+4
* Add some blank lines for formatting.Bruce Momjian2006-08-041-1/+4
* #ifdef fix for MSVC builds of libpq.Bruce Momjian2006-08-041-2/+2
* Add #include postgres_fe.h in two win32-specific files, because there isBruce Momjian2006-07-292-3/+4
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-272-3/+439
* The Win32 DEF files that are generated for libpq contain the attributeBruce Momjian2006-07-181-4/+1
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-142-2/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-144-9/+4
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-142-4/+2
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-144-4/+10
* Add additional includes needed on some platforms.Bruce Momjian2006-07-144-10/+4
* Clean up for warning:Joe Conway2006-07-121-6/+6
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-103-21/+2
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-043-43/+3
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-273-3/+43
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-2/+2
* Further thoughts about lo_export/lo_import error handling: if one ofTom Lane2006-06-141-28/+20
* Improve error detection and recovery in lo_import()/lo_export().Tom Lane2006-06-141-28/+55
* Prepare code to be built by MSVC:Bruce Momjian2006-06-074-11/+20
* Have BCC echo output "" using "", rather than \"\" as earlier reported.Bruce Momjian2006-06-061-1/+1
* Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane2006-05-302-30/+2
* enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane2006-05-281-1/+2
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-3/+2
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-281-1/+7
* Remove trailing blank line from exports.txt.Bruce Momjian2006-05-231-2/+1