aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane2016-10-10
* Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas2016-10-07
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-07
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Fix typo in comment.Heikki Linnakangas2016-09-23
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-18
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-29
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Translation updatesPeter Eisentraut2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-05
* Small wording tweaksPeter Eisentraut2016-08-02
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-01
* Translation updatesPeter Eisentraut2016-07-18
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Translation updatesPeter Eisentraut2016-06-20
* Remove extraneous leading whitespace in Windows build script.Tom Lane2016-06-13
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* pgindent run for 9.6Robert Haas2016-06-09
* Translation updatesPeter Eisentraut2016-05-09
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Remove unnecessary definition of _WIN64 in libpq/win32.mak.Tom Lane2016-04-12
* Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane2016-04-11
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-04-08
* Fix typoMagnus Hagander2016-04-05
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-03
* Fix oversight in getParamDescriptions(), and improve comments.Tom Lane2016-04-01
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Typo fix.Tom Lane2016-03-19
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-19
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typos.Robert Haas2016-03-15
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-08
* ecpg: Fix typoPeter Eisentraut2016-03-08
* Fix incorrect comment.Robert Haas2016-03-01
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Changed expected result to list IPv6 local interface too.Michael Meskes2016-02-16
* Change ecpg lexer to accept comments with line breaks in CPP lines.Michael Meskes2016-02-16
* Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes2016-02-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22