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
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Fix typo
Magnus Hagander
2016-04-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
libpq: issue clear error message for nested service files
Bruce Momjian
2015-04-08
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
Minor code beautification in conninfo_uri_parse_params().
Tom Lane
2015-02-21
*
Fix misparsing of empty value in conninfo_uri_parse_params().
Tom Lane
2015-02-21
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.
Tom Lane
2014-11-30
*
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-29
*
Allow "dbname" from connection string to be overridden in PQconnectDBParams
Heikki Linnakangas
2014-11-25
*
Check return value of strdup() in libpq connection option parsing.
Heikki Linnakangas
2014-11-25
*
Reset error message at PQreset()
Heikki Linnakangas
2014-10-29
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
libpq: have PQconnectdbParams() and PQpingParams accept "" as default
Bruce Momjian
2014-04-19
*
Fix unused-variable warning on Windows.
Tom Lane
2014-04-17
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
*
Fix timeout in LDAP lookup of libpq connection parameters
Magnus Hagander
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
2014-03-20
*
Fix advertised dispsize for libpq's sslmode connection parameter.
Tom Lane
2014-03-16
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Add libpq function PQhostaddr().
Fujii Masao
2014-01-24
*
Fix bugs in PQhost().
Fujii Masao
2014-01-23
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
libpq: change PQconndefaults() to ignore invalid service files
Bruce Momjian
2013-12-03
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.
Tom Lane
2013-06-27
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add libpq function PQconninfo()
Magnus Hagander
2012-11-30
*
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
*
Centralize libpq's low-level code for dropping a connection.
Tom Lane
2012-09-07
*
libpq: Fix memory leak in URI parser
Peter Eisentraut
2012-08-23
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
When using libpq URI syntax, error out on invalid parameter names.
Robert Haas
2012-06-08
*
libpq: URI parsing fixes
Peter Eisentraut
2012-05-28
[next]