aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane2017-04-22
* Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.Tom Lane2017-04-21
* Add missing erand48.c to libpq/.gitignore.Tom Lane2017-04-20
* Remove trailing spaces in some outputPeter Eisentraut2017-04-13
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-13
* Refactor libpq authentication request processing.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Add newly-symlinked files to "make clean" target.Tom Lane2017-04-08
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-06
* Fix typo in commentMagnus Hagander2017-03-31
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane2017-03-20
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-18
* ecpg: Improve some variable namesPeter Eisentraut2017-03-14
* Spelling fixesPeter Eisentraut2017-03-14
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Update .gitignoreRobert Haas2017-03-14
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-13
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-13
* Fix a potential double-free in ecpg.Michael Meskes2017-03-10
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* A collection of small fixes for the SCRAM patch.Heikki Linnakangas2017-03-07
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane2017-02-24
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* De-support floating-point timestamps.Tom Lane2017-02-23
* Make src/interfaces/libpq/test clean up after itself.Tom Lane2017-02-19
* libpq: Make target_session_attrs=read-write consume empty result.Robert Haas2017-02-15
* Fix typo in comment.Robert Haas2017-02-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Avoid improbable null pointer dereference in pgpassfileWarning().Tom Lane2017-02-02
* Allow password file name to be specified as a libpq connection parameter.Tom Lane2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update manual set of copyright files for 2017Bruce Momjian2017-01-03
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-22
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-11
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-07
* libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.Robert Haas2016-12-05
* libpq: Fix inadvertent change in PQhost() behavior.Robert Haas2016-12-01
* libpq: Add target_session_attrs parameter.Robert Haas2016-11-29
* Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas2016-11-22
* Allow DOS-style line endings in ~/.pgpass files.Tom Lane2016-11-15
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-03
* libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas2016-11-03
* Remove a comment which is now incorrect.Robert Haas2016-10-20