Commit Graph

3856 Commits (a8df75b0a470f477dad75a7408e429e10c13fc07)

Author SHA1 Message Date
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane c5658a0764 Suppress compiler warnings in ecpg test on newer Windows toolchains. 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 9 years ago
Tom Lane 090f21bbad Make src/interfaces/libpq/test clean up after itself. 9 years ago
Robert Haas 1de0a4e00e libpq: Make target_session_attrs=read-write consume empty result. 9 years ago
Robert Haas 8569955ee3 Fix typo in comment. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane 8ac0365c22 Avoid improbable null pointer dereference in pgpassfileWarning(). 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Bruce Momjian 60f1e514ad Update manual set of copyright files for 2017 9 years ago
Michael Meskes 4032ef18d0 Fix buffer overflow on particularly named files and clarify documentation about 9 years ago
Tom Lane 92fb649837 Use "%option prefix" to set API names in ecpg's lexer. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 9 years ago
Robert Haas a0ae54df9b libpq: Fix another bug in 721f7bd3cb. 9 years ago
Robert Haas 11003eb556 libpq: Fix inadvertent change in PQhost() behavior. 9 years ago
Robert Haas 721f7bd3cb libpq: Add target_session_attrs parameter. 9 years ago
Robert Haas 9a1d0af4ad Code review for commit 274bb2b385. 9 years ago
Tom Lane 0a7481930c Allow DOS-style line endings in ~/.pgpass files. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts. 9 years ago
Robert Haas ec7db2b483 Remove a comment which is now incorrect. 9 years ago
Tom Lane 886f6c5ccd In PQsendQueryStart(), avoid leaking any left-over async result. 9 years ago
Heikki Linnakangas 275bf98601 Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 9 years ago
Heikki Linnakangas 8bb14cdd33 Don't share SSL_CTX between libpq connections. 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Heikki Linnakangas 674e2de64d Fix typo in comment. 9 years ago
Heikki Linnakangas 3fcc98c990 Fix ecpg -? option on Windows, add -V alias for --version. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Tom Lane 26fa446da6 Add a nonlocalized version of the severity field to client error messages. 9 years ago
Tom Lane a3bce17ef1 Automate the maintenance of SO_MINOR_VERSION for our shared libraries. 9 years ago
Tom Lane a7b5573d66 Remove separate version numbering for ecpg preprocessor. 9 years ago
Tom Lane 0b9358d440 Stamp shared-library minor version numbers for v10. 9 years ago
Tom Lane ca9112a424 Stamp HEAD as 10devel. 9 years ago
Tom Lane 9389fbd038 Remove bogus dependencies on NUMERIC_MAX_PRECISION. 9 years ago
Peter Eisentraut 34927b2920 Translation updates 9 years ago
Noah Misch fcd15f1358 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Tom Lane 69dc5ae408 Teach libpq to decode server version correctly from future servers. 9 years ago
Peter Eisentraut 0710499195 Small wording tweaks 9 years ago
Michael Meskes 3ebc88e568 Fixed array checking code for "unsigned long long" datatypes in libecpg. 9 years ago
Peter Eisentraut 7d67606569 Translation updates 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Peter Eisentraut 47981a4665 Translation updates 9 years ago
Tom Lane cd9b4f24ce Remove extraneous leading whitespace in Windows build script. 9 years ago
Noah Misch 3be0a62ffe Finish pgindent run for 9.6: Perl files. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago