summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in code commentPeter Eisentraut2017-06-151-1/+1
* Re-run pgindent.Tom Lane2017-06-133-19/+26
* libpq: Message style improvementsPeter Eisentraut2017-06-132-2/+3
* Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas2017-06-091-0/+1
* Give a better error message on invalid hostaddr option.Heikki Linnakangas2017-06-091-15/+26
* Fix script name in README.Heikki Linnakangas2017-06-091-1/+1
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-072-37/+50
* Fix double-free bug in GSS authentication.Heikki Linnakangas2017-06-071-2/+7
* Fix whitespacePeter Eisentraut2017-05-251-1/+1
* Verify that the server constructed the SCRAM nonce correctly.Heikki Linnakangas2017-05-231-1/+2
* Synced ecpg's pg_type.h with the one used in the backend.Michael Meskes2017-05-231-0/+18
* libpq: Try next host if one of them times out.Robert Haas2017-05-192-10/+29
* Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas2017-05-191-4/+4
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-1/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-174-67/+70
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-2/+2
* Translation updatesPeter Eisentraut2017-05-1516-1963/+2184
* Restore PGREQUIRESSL recognition in libpq.Noah Misch2017-05-081-0/+24
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-081-2/+1
* Fix memory leaks if random salt generation fails.Heikki Linnakangas2017-05-071-0/+4
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-051-2/+2
* Fix PQencryptPasswordConn to work with older server versions.Heikki Linnakangas2017-05-041-7/+14
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-035-12/+151
* libpq: Fix inadvertent change in .pgpass lookup behavior.Robert Haas2017-05-011-2/+11
* Misc SCRAM code cleanups.Heikki Linnakangas2017-04-281-27/+31
* Don't include sys/poll.h anymore.Andres Freund2017-04-231-3/+0
* Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane2017-04-221-0/+2
* Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.Tom Lane2017-04-211-6/+0
* Add missing erand48.c to libpq/.gitignore.Tom Lane2017-04-201-10/+12
* Remove trailing spaces in some outputPeter Eisentraut2017-04-131-1/+1
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-131-52/+106
* Refactor libpq authentication request processing.Heikki Linnakangas2017-04-134-170/+202
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-117-7/+7
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-113-685/+1
* Add newly-symlinked files to "make clean" target.Tom Lane2017-04-081-1/+1
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-073-4/+29
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-061-1/+1
* Fix typo in commentMagnus Hagander2017-03-311-1/+1
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-272-13/+13
* Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane2017-03-201-8/+5
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-182-2/+12
* ecpg: Improve some variable namesPeter Eisentraut2017-03-141-20/+20
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Spelling fixes in code commentsPeter Eisentraut2017-03-142-2/+2
* Update .gitignoreRobert Haas2017-03-141-0/+2
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-136-0/+194
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-131-2/+8
* Fix a potential double-free in ecpg.Michael Meskes2017-03-101-0/+1
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-083-2/+4
* A collection of small fixes for the SCRAM patch.Heikki Linnakangas2017-03-071-3/+4