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
*
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Tom Lane
2017-03-20
*
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-18
*
ecpg: Improve some variable names
Peter Eisentraut
2017-03-14
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Update .gitignore
Robert Haas
2017-03-14
*
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2017-03-13
*
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
Michael Meskes
2017-03-13
*
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-10
*
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-08
*
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-03-07
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Suppress compiler warnings in ecpg test on newer Windows toolchains.
Tom Lane
2017-02-24
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
De-support floating-point timestamps.
Tom Lane
2017-02-23
*
Make src/interfaces/libpq/test clean up after itself.
Tom Lane
2017-02-19
*
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
*
Fix typo in comment.
Robert Haas
2017-02-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Avoid improbable null pointer dereference in pgpassfileWarning().
Tom Lane
2017-02-02
*
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update manual set of copyright files for 2017
Bruce Momjian
2017-01-03
*
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-22
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-07
*
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas
2016-12-05
*
libpq: Fix inadvertent change in PQhost() behavior.
Robert Haas
2016-12-01
*
libpq: Add target_session_attrs parameter.
Robert Haas
2016-11-29
*
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-22
*
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-15
*
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
*
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-11-03
*
Remove a comment which is now incorrect.
Robert Haas
2016-10-20
*
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-10
*
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-10-07
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
*
Fix typo in comment.
Heikki Linnakangas
2016-09-23
*
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-18
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
*
Remove separate version numbering for ecpg preprocessor.
Tom Lane
2016-08-16
*
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
[next]