index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Clean up the mess from => patch.
Tom Lane
2015-03-10
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
*
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
*
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-25
*
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
*
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-23
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
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-21
*
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-16
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-05
*
Fix memory leaks on OOM in ecpg.
Heikki Linnakangas
2015-02-04
*
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
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Translation updates
Peter Eisentraut
2014-12-15
*
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-12-01
*
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
*
Translation updates
Peter Eisentraut
2014-11-16
*
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Noah Misch
2014-11-02
*
Reset error message at PQreset()
Heikki Linnakangas
2014-10-29
*
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
2014-10-22
*
Small code cleanup.
Michael Meskes
2014-10-22
*
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-21
*
Fix typos.
Robert Haas
2014-10-20
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
*
Translation updates
Peter Eisentraut
2014-10-05
*
Follow the RFCs more closely in libpq server certificate hostname check.
Heikki Linnakangas
2014-09-15
*
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-09-12
*
Install libpq DLL with $(INSTALL_SHLIB).
Noah Misch
2014-08-18
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
Improve comment.
Heikki Linnakangas
2014-08-07
*
Translation updates
Peter Eisentraut
2014-07-21
*
Replace "internationalize" with "localize" where appropriate
Peter Eisentraut
2014-07-20
*
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-15
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
[next]