aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas2024-07-08
* Fix copy/paste mistake in commentAlvaro Herrera2024-07-04
* Clean up more unused variables in perl codeMichael Paquier2024-07-03
* Fix overflow in parsing of positional parameterPeter Eisentraut2024-07-02
* Fix copy-paste mistake in PQcancelCreateAlvaro Herrera2024-07-01
* Use PqMsg_* macros in fe-auth.c.Nathan Bossart2024-06-26
* Translation updatesPeter Eisentraut2024-06-24
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* libpq: Some message style normalizationPeter Eisentraut2024-06-13
* libpq: Add missing gettext markersPeter Eisentraut2024-06-12
* libpq: Remove a gettext markerPeter Eisentraut2024-06-12
* Fix typo in error messagePeter Eisentraut2024-06-12
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Fix check for memory allocationDaniel Gustafsson2024-05-27
* Remove race conditions between ECPGdebug() and ecpg_log().Tom Lane2024-05-23
* Translation updatesPeter Eisentraut2024-05-20
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas2024-05-16
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Translation updatesPeter Eisentraut2024-05-06
* Fix comment regarding LibreSSL availabilityDaniel Gustafsson2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* Rename libpq trace internal functionsPeter Eisentraut2024-05-02
* Fix compilation on OpenSSL 1.0.2 and LibreSSLHeikki Linnakangas2024-04-30
* Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas2024-04-29
* libpq: Enforce ALPN in direct SSL connectionsHeikki Linnakangas2024-04-29
* libpq: Fix error messages when server rejects SSL or GSSHeikki Linnakangas2024-04-29
* Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier2024-04-29
* libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas2024-04-29
* Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas2024-04-28
* Remove obsolete symbol from ecpg_config.h.inPeter Eisentraut2024-04-24
* Fix incorrect parameter name in prototypeDaniel Gustafsson2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Add missing source file to libpq/nls.mkPeter Eisentraut2024-04-17
* Fix assorted bugs in ecpg's macro mechanism.Tom Lane2024-04-16
* Put back initialization of 'sslmode', to silence CoverityHeikki Linnakangas2024-04-14
* Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'Heikki Linnakangas2024-04-12
* Move libpq encryption negotiation testsHeikki Linnakangas2024-04-12
* Fix compilation with --with-gssapi --without-opensslHeikki Linnakangas2024-04-12
* libpq error message fixesHeikki Linnakangas2024-04-09
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas2024-04-08
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Refactor libpq state machine for negotiating encryptionHeikki Linnakangas2024-04-08
* With gssencmode='require', check credential cache before connectingHeikki Linnakangas2024-04-08
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Fix old, misleading comment for PGRES_POLLING_ACTIVE.Robert Haas2024-04-04
* Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane2024-04-04