summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-24Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-19Make src/interfaces/libpq/test clean up after itself.Tom Lane
2017-02-15libpq: Make target_session_attrs=read-write consume empty result.Robert Haas
2017-02-15Fix typo in comment.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03Avoid improbable null pointer dereference in pgpassfileWarning().Tom Lane
2017-01-24Allow password file name to be specified as a libpq connection parameter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Update manual set of copyright files for 2017Bruce Momjian
2016-12-22Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-12-05libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.Robert Haas
2016-12-01libpq: Fix inadvertent change in PQhost() behavior.Robert Haas
2016-11-29libpq: Add target_session_attrs parameter.Robert Haas
2016-11-22Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas
2016-11-15Allow DOS-style line endings in ~/.pgpass files.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-11-03libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas
2016-10-20Remove a comment which is now incorrect.Robert Haas
2016-10-10In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane
2016-10-07Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Fix typo in comment.Heikki Linnakangas
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-16Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane
2016-08-16Remove separate version numbering for ecpg preprocessor.Tom Lane
2016-08-15Stamp shared-library minor version numbers for v10.Tom Lane
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-05Teach libpq to decode server version correctly from future servers.Tom Lane
2016-08-03Small wording tweaksPeter Eisentraut
2016-08-01Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes
2016-07-18Translation updatesPeter Eisentraut
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-06-20Translation updatesPeter Eisentraut
2016-06-13Remove extraneous leading whitespace in Windows build script.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-09pgindent run for 9.6Robert Haas