]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-connect.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / libpq / fe-connect.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-10-23 Michael PaquierFix thinkos from 4f4061b for libpq integer parsing
2019-10-21 Michael PaquierFix error reporting of connect_timeout in libpq for...
2019-10-21 Michael PaquierFix parsing of integer values for connection parameters...
2019-09-23 Jeff DavisAdd libpq parameter 'channel_binding'.
2019-09-10 Alvaro HerreraRestructure libpq code to remove some duplicity
2019-09-06 Peter EisentrautMessage style fixes
2019-09-06 Peter Eisentrautlibpq: ccache -> credential cache
2019-09-05 Peter EisentrautUse explicit_bzero
2019-08-18 Tom LaneAvoid conflicts with library versions of inet_net_ntop...
2019-08-09 Michael PaquierRefactor logic to remove trailing CR/LF characters...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-25 Tom LaneFix failures to ignore \r when reading Windows-style...
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-06-14 Alvaro HerreraTweak libpq's PQhost, PQhostaddr, and psql's \connect
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-20 Stephen FrostGSSAPI: Improve documentation and tests
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-05 Stephen FrostHandle errors during GSSAPI startup better
2019-04-03 Stephen FrostGSSAPI encryption support
2019-03-19 Tom LaneRestructure libpq's handling of send failures.
2019-02-22 Michael PaquierRemove duplicate variable declaration in fe-connect.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-19 Alvaro Herrerapsql: Show IP address in \conninfo
2018-09-26 Tom LaneIncorporate strerror_r() into src/port/snprintf.c,...
2018-09-11 Michael PaquierParse more strictly integer parameters from connection...
2018-09-09 Tom LaneInstall a check for mis-linking of src/port and src...
2018-09-07 Peter Eisentrautlibpq: Change "options" dispchar to normal
2018-08-23 Tom LaneIn libpq, don't look up all the hostnames at once.
2018-08-13 Tom LaneFix libpq's implementation of per-host connection timeouts.
2018-08-06 Tom LaneFix failure to reset libpq's state fully between connec...
2018-08-05 Heikki LinnakangasRemove support for tls-unique channel binding.
2018-08-01 Tom LaneFix libpq's code for searching .pgpass; rationalize...
2018-07-19 Heikki LinnakangasFix error message when a hostaddr cannot be parsed.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-27 Peter Eisentrautlibpq: PQhost to return active connected host or hostaddr
2018-03-17 Peter EisentrautSet libpq sslcompression to off by default
2018-01-21 Magnus HaganderFix wording of "hostaddrs"
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-19 Peter EisentrautAdd libpq connection parameter "scram_channel_binding"
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-25 Tom LaneFix libpq to not require user's home directory to exist.
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-07-10 Heikki LinnakangasFix check for empty hostname.
2017-07-10 Heikki LinnakangasAllow multiple hostaddrs to go with multiple hostnames.
2017-06-28 Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-27 Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-13 Peter Eisentrautlibpq: Message style improvements
2017-06-09 Heikki LinnakangasSilence warning about uninitialized 'ret' variable...
2017-06-09 Heikki LinnakangasGive a better error message on invalid hostaddr option.
2017-06-07 Heikki LinnakangasClear auth context correctly when re-connecting after...
2017-05-19 Robert Haaslibpq: Try next host if one of them times out.
2017-05-19 Robert HaasCapitalize SHOW when testing whether target_session_att...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Noah MischRestore PGREQUIRESSL recognition in libpq.
2017-05-01 Robert Haaslibpq: Fix inadvertent change in .pgpass lookup behavior.
2017-04-22 Tom LanePartially revert commit 536d47bd9d5fce8d91929bee3128fa1...
2017-04-21 Tom LaneRemove long-obsolete catering for platforms without...
2017-04-14 Peter EisentrautRemove trailing spaces in some output
2017-04-13 Heikki LinnakangasRefactor libpq authentication request processing.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-03-31 Magnus HaganderFix typo in comment
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-15 Robert Haaslibpq: Make target_session_attrs=read-write consume...
2017-02-15 Robert HaasFix typo in comment.
2017-02-03 Tom LaneAvoid improbable null pointer dereference in pgpassfile...
2017-01-24 Tom LaneAllow password file name to be specified as a libpq...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-05 Robert Haaslibpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b...
2016-12-01 Robert Haaslibpq: Fix inadvertent change in PQhost() behavior.
2016-11-29 Robert Haaslibpq: Add target_session_attrs parameter.
2016-11-22 Robert HaasCode review for commit 274bb2b3857cc987cfa21d14775cae9b...
2016-11-15 Tom LaneAllow DOS-style line endings in ~/.pgpass files.
2016-11-03 Robert Haaslibpq: Allow connection strings and URIs to specify...
2016-09-25 Tom LaneRefer to OS X as "macOS", except for the port name...
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-04-05 Magnus HaganderFix typo
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-27 Tom LaneImprove PQhost() to return useful data for default...
2015-11-12 Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-08 Bruce Momjianlibpq: issue clear error message for nested service...
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-02-21 Tom LaneMinor code beautification in conninfo_uri_parse_params().
2015-02-21 Tom LaneFix misparsing of empty value in conninfo_uri_parse_par...
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
next