summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-061-4/+4
* Translation updatesPeter Eisentraut2018-08-061-291/+434
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-062-108/+196
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-091-2/+2
* Stamp 9.5.13.REL9_5_13Tom Lane2018-05-071-4/+4
* Translation updatesPeter Eisentraut2018-05-071-29/+28
* In libpq, free any partial query result before collecting a server error.Tom Lane2018-04-132-2/+18
* Stamp 9.5.12.Tom Lane2018-02-261-4/+4
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-051-4/+4
* Translation updatesPeter Eisentraut2018-02-052-93/+66
* Stamp 9.5.10.REL9_5_10Tom Lane2017-11-061-4/+4
* Translation updatesPeter Eisentraut2017-11-054-332/+344
* Fix libpq to not require user's home directory to exist.Tom Lane2017-10-251-9/+27
* Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane2017-08-291-9/+60
* Stamp 9.5.9.REL9_5_9Tom Lane2017-08-281-4/+4
* Translation updatesPeter Eisentraut2017-08-282-220/+197
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-071-4/+4
* Translation updatesPeter Eisentraut2017-08-076-808/+783
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-281-31/+29
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-271-6/+17
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-072-36/+47
* Stamp 9.5.7.REL9_5_7Tom Lane2017-05-081-4/+4
* Restore PGREQUIRESSL recognition in libpq.Noah Misch2017-05-081-0/+24
* Translation updatesPeter Eisentraut2017-05-083-618/+612
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-051-0/+13
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Make src/interfaces/libpq/test clean up after itself.Tom Lane2017-02-192-1/+4
* Stamp 9.5.6.REL9_5_6Tom Lane2017-02-061-4/+4
* Translation updatesPeter Eisentraut2017-02-061-2/+2
* Fix typos in comments.Heikki Linnakangas2017-02-063-3/+3
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-071-1/+2
* Allow DOS-style line endings in ~/.pgpass files.Tom Lane2016-11-151-4/+12
* Stamp 9.5.5.REL9_5_5Tom Lane2016-10-241-4/+4
* Translation updatesPeter Eisentraut2016-10-242-241/+222
* In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane2016-10-101-2/+1
* Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas2016-10-071-0/+1
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-071-233/+164
* Fix building with LibreSSL.Heikki Linnakangas2016-09-151-14/+17
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-152-24/+76
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-081-4/+4
* Translation updatesPeter Eisentraut2016-08-081-71/+71
* 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
* Remove extraneous leading whitespace in Windows build script.Tom Lane2016-06-131-1/+2
* Stamp 9.5.3.REL9_5_3Tom Lane2016-05-091-4/+4
* Translation updatesPeter Eisentraut2016-05-091-1/+1
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-061-24/+53
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Stamp 9.5.2.REL9_5_2Tom Lane2016-03-281-4/+4
* Translation updatesPeter Eisentraut2016-03-281-208/+223