summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* A collection of small fixes for the SCRAM patch.Heikki Linnakangas2017-03-071-3/+4
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-071-1/+1
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-077-5/+839
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-258-9/+1
* Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane2017-02-243-227/+231
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-237-265/+5
* De-support floating-point timestamps.Tom Lane2017-02-235-14/+6
* Make src/interfaces/libpq/test clean up after itself.Tom Lane2017-02-192-1/+4
* libpq: Make target_session_attrs=read-write consume empty result.Robert Haas2017-02-152-4/+38
* Fix typo in comment.Robert Haas2017-02-141-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-069-14/+14
* Avoid improbable null pointer dereference in pgpassfileWarning().Tom Lane2017-02-021-8/+9
* Allow password file name to be specified as a libpq connection parameter.Tom Lane2017-01-243-52/+56
* Update copyright via script for 2017Bruce Momjian2017-01-0333-33/+33
* Update manual set of copyright files for 2017Bruce Momjian2017-01-031-1/+1
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-221-1/+2
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-1110-144/+138
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-071-1/+2
* libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.Robert Haas2016-12-051-0/+66
* libpq: Fix inadvertent change in PQhost() behavior.Robert Haas2016-12-011-1/+2
* libpq: Add target_session_attrs parameter.Robert Haas2016-11-293-50/+199
* Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas2016-11-223-14/+19
* Allow DOS-style line endings in ~/.pgpass files.Tom Lane2016-11-151-4/+12
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-032-4/+4
* libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas2016-11-033-199/+477
* Remove a comment which is now incorrect.Robert Haas2016-10-201-1/+0
* In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane2016-10-101-2/+1
* Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas2016-10-071-0/+1
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-071-233/+164
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-1/+1
* Fix typo in comment.Heikki Linnakangas2016-09-231-1/+1
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-181-28/+17
* Fix building with LibreSSL.Heikki Linnakangas2016-09-151-14/+17
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-21/+73
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-023-6/+6
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-292-5/+1
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-261-0/+1
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-164-4/+4
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-162-12/+7
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-155-5/+5
* Stamp HEAD as 10devel.Tom Lane2016-08-151-4/+4
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-141-2/+1
* Translation updatesPeter Eisentraut2016-08-083-125/+125
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-081-1/+5
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-051-5/+22
* Small wording tweaksPeter Eisentraut2016-08-021-1/+1
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-011-2/+1
* Translation updatesPeter Eisentraut2016-07-181-191/+202
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17102-684/+726
* Translation updatesPeter Eisentraut2016-06-202-329/+354