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
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-14
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-11-27
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-12
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-07
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-09-28
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-07-07
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-06-30
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-29
Translation updates
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-19
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-04-10
libpq: Don't overwrite existing OpenSSL thread callbacks
Peter Eisentraut
2015-04-08
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-02
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-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Fix libpq test expected output file
Alvaro Herrera
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-08
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-02-23
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-21
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-16
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-04
Add dummy PQsslAttributes function for non-SSL builds.
Heikki Linnakangas
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-02-02
Translation updates
Peter Eisentraut
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-19
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-15
Translation updates
Peter Eisentraut
2014-12-01
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-11-30
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.
Tom Lane
2014-11-29
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-25
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-10-29
Reset error message at PQreset()
Heikki Linnakangas
2014-10-22
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
2014-10-22
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
[next]