index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Age
Commit message (
Expand
)
Author
2019-02-22
Remove duplicate variable declaration in fe-connect.c
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
psql: Show IP address in \conninfo
Alvaro Herrera
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-12
Parse more strictly integer parameters from connection strings in libpq
Michael Paquier
2018-09-09
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-07
libpq: Change "options" dispchar to normal
Peter Eisentraut
2018-08-23
In libpq, don't look up all the hostnames at once.
Tom Lane
2018-08-13
Fix libpq's implementation of per-host connection timeouts.
Tom Lane
2018-08-06
Fix failure to reset libpq's state fully between connection attempts.
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-01
Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.
Tom Lane
2018-07-19
Fix error message when a hostaddr cannot be parsed.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-03-27
libpq: PQhost to return active connected host or hostaddr
Peter Eisentraut
2018-03-17
Set libpq sslcompression to off by default
Peter Eisentraut
2018-01-21
Fix wording of "hostaddrs"
Magnus Hagander
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-19
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-25
Fix libpq to not require user's home directory to exist.
Tom Lane
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-08-15
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-07-10
Fix check for empty hostname.
Heikki Linnakangas
2017-07-10
Allow multiple hostaddrs to go with multiple hostnames.
Heikki Linnakangas
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-21
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-13
Re-run pgindent.
Tom Lane
2017-06-13
libpq: Message style improvements
Peter Eisentraut
2017-06-09
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-07
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-05-19
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-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Restore PGREQUIRESSL recognition in libpq.
Noah Misch
2017-05-01
libpq: Fix inadvertent change in .pgpass lookup behavior.
Robert Haas
2017-04-22
Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.
Tom Lane
2017-04-21
Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.
Tom Lane
2017-04-13
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-31
Fix typo in comment
Magnus Hagander
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
[next]