summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-12Fixed ECPG to correctly handle out-of-scope cursor declarations with pointersMichael Meskes
2017-09-08Remove useless dead codePeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-08-29Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane
2017-08-26Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes
2017-08-26Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes
2017-08-25Fix locale dependency in new ecpg test case.Tom Lane
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-08-23Tweak some SCRAM error messages and code commentsPeter Eisentraut
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15Allow continuation lines in ecpg cppline parsing.Michael Meskes
2017-08-14Stamp HEAD as 11devel.Tom Lane
2017-08-14Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-08-07Translation updatesPeter Eisentraut
2017-08-04Message style improvementsPeter Eisentraut
2017-08-03Add new files to nls.mk and add translation markersPeter Eisentraut
2017-07-10Translation updatesAlvaro Herrera
2017-07-10Fix check for empty hostname.Heikki Linnakangas
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Fix typo in code commentPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-06-13libpq: Message style improvementsPeter Eisentraut
2017-06-09Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas
2017-06-09Give a better error message on invalid hostaddr option.Heikki Linnakangas
2017-06-09Fix script name in README.Heikki Linnakangas
2017-06-07Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas
2017-06-07Fix double-free bug in GSS authentication.Heikki Linnakangas
2017-05-25Fix whitespacePeter Eisentraut
2017-05-23Verify that the server constructed the SCRAM nonce correctly.Heikki Linnakangas
2017-05-23Synced ecpg's pg_type.h with the one used in the backend.Michael Meskes
2017-05-19libpq: Try next host if one of them times out.Robert Haas
2017-05-19Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-15Translation updatesPeter Eisentraut
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-07Fix memory leaks if random salt generation fails.Heikki Linnakangas
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-04Fix PQencryptPasswordConn to work with older server versions.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas