summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-233-3/+18
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-231-1/+2
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-215-45/+190
* Fix typo in comment.Alvaro Herrera2006-05-191-2/+2
* Code alignment fix.Bruce Momjian2006-05-181-2/+2
* Remove canonicalize_path() call for .pgpass socket directory comparison;Bruce Momjian2006-05-181-13/+7
* Allow the .pgpass hostname to match the default socket directory, asBruce Momjian2006-05-171-1/+16
* Fix typo in comment.Bruce Momjian2006-05-111-2/+2
* Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian2006-05-071-2/+2
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-061-1/+27
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+29
* Tab alignment cleanup.Bruce Momjian2006-04-271-5/+5
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-271-10/+10
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-272-14/+6
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-271-207/+1
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-241-1/+1
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-191-2/+4
* Fix typo.Neil Conway2006-04-111-2/+2
* Add comment for why we recompile pgport C files.Bruce Momjian2006-04-091-2/+5
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-201-2/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-144-10/+267