summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2018-01-31Refactor client-side SSL certificate checking codePeter Eisentraut
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-21Fix wording of "hostaddrs"Magnus Hagander
2018-01-05Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-04Add missing includesPeter Eisentraut
2018-01-04Fix build with older OpenSSL versionsPeter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-04Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-19Add libpq connection parameter "scram_channel_binding"Peter Eisentraut
2017-12-18Move SCRAM-related name definitions to scram-common.hPeter Eisentraut
2017-12-01Check channel binding flag at end of SCRAM exchangePeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-25Fix libpq to not require user's home directory to exist.Tom Lane
2017-10-11Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-08-29Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane
2017-08-23Tweak some SCRAM error messages and code commentsPeter Eisentraut
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-14Stamp HEAD as 11devel.Tom Lane
2017-08-07Translation updatesPeter Eisentraut
2017-08-04Message style improvementsPeter Eisentraut
2017-08-03Add new files to nls.mk and add translation markersPeter Eisentraut
2017-07-10Translation updatesAlvaro Herrera
2017-07-10Fix check for empty hostname.Heikki Linnakangas
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-13libpq: Message style improvementsPeter Eisentraut
2017-06-09Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas
2017-06-09Give a better error message on invalid hostaddr option.Heikki Linnakangas
2017-06-09Fix script name in README.Heikki Linnakangas
2017-06-07Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas
2017-06-07Fix double-free bug in GSS authentication.Heikki Linnakangas
2017-05-23Verify that the server constructed the SCRAM nonce correctly.Heikki Linnakangas
2017-05-19libpq: Try next host if one of them times out.Robert Haas
2017-05-19Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian