summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-023-6/+6
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-292-5/+1
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-261-0/+1
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-161-1/+1
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-151-1/+1
* Stamp HEAD as 10devel.Tom Lane2016-08-151-4/+4
* Translation updatesPeter Eisentraut2016-08-081-72/+72
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-081-1/+5
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-051-5/+22
* Small wording tweaksPeter Eisentraut2016-08-021-1/+1
* Translation updatesPeter Eisentraut2016-07-181-191/+202
* Translation updatesPeter Eisentraut2016-06-202-329/+354
* Remove extraneous leading whitespace in Windows build script.Tom Lane2016-06-131-1/+2
* pgindent run for 9.6Robert Haas2016-06-091-10/+11
* Translation updatesPeter Eisentraut2016-05-0910-1577/+2902
* Remove unnecessary definition of _WIN64 in libpq/win32.mak.Tom Lane2016-04-121-1/+1
* Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane2016-04-111-1/+1
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-04-081-24/+53
* Fix typoMagnus Hagander2016-04-051-1/+1
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-035-75/+168
* Fix oversight in getParamDescriptions(), and improve comments.Tom Lane2016-04-011-3/+16
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-081-1/+1
* Fix incorrect comment.Robert Haas2016-03-011-2/+2
* Update copyright for 2016Bruce Momjian2016-01-0222-22/+22
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-141-11/+53
* Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane2015-11-272-5/+7
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-125-27/+37
* libpq: Notice errors a backend may have sent just before dying.Robert Haas2015-11-121-8/+8
* Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane2015-11-074-8/+8
* Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane2015-09-281-8/+16
* Rearrange the handling of error context reports.Tom Lane2015-09-055-5/+36
* Improve handling of out-of-memory in libpq.Heikki Linnakangas2015-07-072-31/+83
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-301-1/+1
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-4/+4
* Translation updatesPeter Eisentraut2015-06-282-387/+352
* pgindent run for 9.5Bruce Momjian2015-05-234-61/+68
* Fix more typos in comments.Heikki Linnakangas2015-05-201-2/+2
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-194-18/+3
* Message string improvementsPeter Eisentraut2015-05-181-1/+1
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-184-3/+18
* Add new files to nls.mkPeter Eisentraut2015-05-171-1/+1
* libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut2015-04-091-6/+12
* libpq: add newlines to SSPI error messagesBruce Momjian2015-04-081-2/+2
* libpq: issue clear error message for nested service filesBruce Momjian2015-04-081-0/+10
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-021-0/+4
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-021-6/+40
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-011-40/+6
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-264-24/+7
* Fix libpq test expected output fileAlvaro Herrera2015-03-111-14/+0