summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fixed ECPG to correctly handle out-of-scope cursor declarations with pointersMichael Meskes2017-09-121-1/+1
* Remove useless dead codePeter Eisentraut2017-09-082-22/+22
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-074-5/+5
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-0579-343/+343
* In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane2017-09-051-0/+7
* Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane2017-08-291-9/+60
* Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes2017-08-2610-104/+124
* Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes2017-08-2610-109/+163
* Fix locale dependency in new ecpg test case.Tom Lane2017-08-255-16/+18
* Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes2017-08-258-0/+349
* Tweak some SCRAM error messages and code commentsPeter Eisentraut2017-08-231-5/+5
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-151-2/+2
* Allow continuation lines in ecpg cppline parsing.Michael Meskes2017-08-151-1/+1
* Stamp HEAD as 11devel.Tom Lane2017-08-141-4/+4
* Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes2017-08-143-3/+7
* Translation updatesPeter Eisentraut2017-08-078-297/+2666
* Message style improvementsPeter Eisentraut2017-08-041-1/+1
* Add new files to nls.mk and add translation markersPeter Eisentraut2017-08-021-1/+1
* Translation updatesAlvaro Herrera2017-07-108-1142/+1259
* Fix check for empty hostname.Heikki Linnakangas2017-07-101-3/+3
* Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas2017-07-102-93/+168
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-281-31/+29
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-271-6/+17
* Phase 3 of pgindent updates.Tom Lane2017-06-2121-222/+222
* Phase 2 of pgindent updates.Tom Lane2017-06-2168-227/+222
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-2148-178/+178
* 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