aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Remove libpq-dist.rcPeter Eisentraut2019-10-23
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-21
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-21
* Clean up MinGW def file generationPeter Eisentraut2019-10-20
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Put back pqsignal() as an exported libpq symbol.Tom Lane2019-10-10
* Fix confusing error caused by connection parameter channel_bindingMichael Paquier2019-10-01
* Fix bogus order of error checks in new channel_binding code.Tom Lane2019-09-29
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-28
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-23
* GSSAPI error message improvementsPeter Eisentraut2019-09-19
* Restructure libpq code to remove some duplicityAlvaro Herrera2019-09-10
* Message style fixesPeter Eisentraut2019-09-06
* libpq: ccache -> credential cachePeter Eisentraut2019-09-06
* Use explicit_bzeroPeter Eisentraut2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* Add missing source files to nls.mkPeter Eisentraut2019-07-06
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-04
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Stamp HEAD as 13devel.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Translation updatesPeter Eisentraut2019-06-17
* Fix buffer overflow when processing SCRAM final message in libpqMichael Paquier2019-06-17
* Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera2019-06-14
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-31
* Fix typos.Amit Kapila2019-05-26
* Update copyright year.Thomas Munro2019-05-24
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Translation updatesPeter Eisentraut2019-05-20
* Fix misuse of an integer as a bool.Tom Lane2019-05-13
* GSSAPI: Improve documentation and testsStephen Frost2019-04-19
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-19
* Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane2019-04-17
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Handle errors during GSSAPI startup betterStephen Frost2019-04-04
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-04
* GSSAPI encryption supportStephen Frost2019-04-03
* Restructure libpq's handling of send failures.Tom Lane2019-03-19