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
/
libpq-int.h
Commit message (
Expand
)
Author
Age
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-12-01
*
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-09-12
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
*
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-07
*
Centralize libpq's low-level code for dropping a connection.
Tom Lane
2012-09-07
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
Use abort() instead of exit() to abort library functions
Peter Eisentraut
2012-01-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add libpq connection option to disable SSL compression
Magnus Hagander
2011-11-28
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
On further testing, PQping also needs an explicit check for AUTH_REQ.
Tom Lane
2010-11-27
*
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-11-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add server authentication over Unix-domain sockets
Peter Eisentraut
2010-07-18
*
Allow full SSL certificate verification (wherein libpq checks its host name
Tom Lane
2010-07-14
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Add TCP keepalive support to libpq.
Robert Haas
2010-06-23
*
Add libpq warning message if the .pgpass-retrieved password fails.
Bruce Momjian
2010-03-13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Instead of sending application_name as a SET command after the connection
Tom Lane
2009-12-02
*
Add support for an application_name parameter, which is displayed in
Tom Lane
2009-11-28
*
Avoid extra system calls to block SIGPIPE if the platform provides either
Tom Lane
2009-07-24
*
Properly initialize SSL engines when used from libpq. This is required for
Magnus Hagander
2009-06-23
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Remove sslverify parameter again, replacing it with two new sslmode values:
Magnus Hagander
2009-04-24
*
Assorted portability fixes for Borland C, from Pavel Golub.
Tom Lane
2009-04-19
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support specifying filename for SSL certificate, key, root certificate store
Magnus Hagander
2008-12-15
[next]