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
Commit message (
Expand
)
Author
Age
*
Translation updates
Peter Eisentraut
2016-05-09
*
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
Tom Lane
2016-04-12
*
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-11
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
*
Fix typo
Magnus Hagander
2016-04-05
*
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-03
*
Fix oversight in getParamDescriptions(), and improve comments.
Tom Lane
2016-04-01
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
Fix incorrect comment.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
*
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
*
libpq: Notice errors a backend may have sent just before dying.
Robert Haas
2015-11-12
*
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
*
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
*
Translation updates
Peter Eisentraut
2015-06-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Message string improvements
Peter Eisentraut
2015-05-18
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Add new files to nls.mk
Peter Eisentraut
2015-05-17
*
libpq: Don't overwrite existing OpenSSL thread callbacks
Peter Eisentraut
2015-04-09
*
libpq: add newlines to SSPI error messages
Bruce Momjian
2015-04-08
*
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
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Fix libpq test expected output file
Alvaro Herrera
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Cast to (void *) rather than (int *) when passing int64's to PQfn().
Tom Lane
2015-03-08
*
Fix documentation for libpq's PQfn().
Tom Lane
2015-03-08
*
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-23
*
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
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-16
*
Add dummy PQsslAttributes function for non-SSL builds.
Heikki Linnakangas
2015-02-04
*
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-02-03
*
Translation updates
Peter Eisentraut
2015-02-01
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-18
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
[next]