index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
Age
Commit message (
Expand
)
Author
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
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-20
Add missing erand48.c to libpq/.gitignore.
Tom Lane
2017-04-14
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-08
Add newly-symlinked files to "make clean" target.
Tom Lane
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-03-31
Fix typo in comment
Magnus Hagander
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-20
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-09
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-07
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-19
Make src/interfaces/libpq/test clean up after itself.
Tom Lane
2017-02-15
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
Fix typo in comment.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Avoid improbable null pointer dereference in pgpassfileWarning().
Tom Lane
2017-01-24
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Update manual set of copyright files for 2017
Bruce Momjian
2016-12-07
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-05
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas
2016-12-01
libpq: Fix inadvertent change in PQhost() behavior.
Robert Haas
2016-11-29
libpq: Add target_session_attrs parameter.
Robert Haas
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-15
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-03
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-10-20
Remove a comment which is now incorrect.
Robert Haas
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-07
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Fix typo in comment.
Heikki Linnakangas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-16
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
[next]