index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Commit message (
Expand
)
Author
Age
*
libpq: PQhost to return active connected host or hostaddr
Peter Eisentraut
2018-03-27
*
Set libpq sslcompression to off by default
Peter Eisentraut
2018-03-17
*
Fix wording of "hostaddrs"
Magnus Hagander
2018-01-21
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix libpq to not require user's home directory to exist.
Tom Lane
2017-10-25
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Fix check for empty hostname.
Heikki Linnakangas
2017-07-10
*
Allow multiple hostaddrs to go with multiple hostnames.
Heikki Linnakangas
2017-07-10
*
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-28
*
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
libpq: Message style improvements
Peter Eisentraut
2017-06-13
*
Silence warning about uninitialized 'ret' variable on some compilers.
Heikki Linnakangas
2017-06-09
*
Give a better error message on invalid hostaddr option.
Heikki Linnakangas
2017-06-09
*
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-06-07
*
libpq: Try next host if one of them times out.
Robert Haas
2017-05-19
*
Capitalize SHOW when testing whether target_session_attrs=read-write.
Robert Haas
2017-05-19
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Restore PGREQUIRESSL recognition in libpq.
Noah Misch
2017-05-08
*
libpq: Fix inadvertent change in .pgpass lookup behavior.
Robert Haas
2017-05-01
*
Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.
Tom Lane
2017-04-22
*
Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.
Tom Lane
2017-04-21
*
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
*
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-13
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix typo in comment
Magnus Hagander
2017-03-31
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
*
Fix typo in comment.
Robert Haas
2017-02-14
*
Avoid improbable null pointer dereference in pgpassfileWarning().
Tom Lane
2017-02-02
*
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas
2016-12-05
*
libpq: Fix inadvertent change in PQhost() behavior.
Robert Haas
2016-12-01
*
libpq: Add target_session_attrs parameter.
Robert Haas
2016-11-29
*
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-22
*
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-15
*
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-11-03
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
[next]