summaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpq.sgml
AgeCommit message (Expand)Author
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-21Doc: various fixupsDavid Rowley
2025-04-18Doc: fix missing comma at the end of a line.Tatsuo Ishii
2025-04-04doc: Clarify the system value for sslrootcertDaniel Gustafsson
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
2025-02-24oauth: Fix incorrect const markers in structDaniel Gustafsson
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-12Doc: Fix punctuation errorsJohn Naylor
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2024-12-18libpq: Add service name to PGconn and PQservice()Michael Paquier
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-10-01doc: Mention the connstring key word for PGSERVICEDaniel Gustafsson
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-19Document that search_path is reported by the serverTomas Vondra
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-05-16Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas
2024-05-16doc: Mention more variant --name=value of -c name=value for postgresMichael Paquier
2024-05-11Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas
2024-05-02doc: Fix incorrectly spelled structnameDaniel Gustafsson
2024-04-28Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas
2024-04-24Doc: Use past tense for things which happened in the pastDaniel Gustafsson
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-04-09Fix typo in docsHeikki Linnakangas
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-11Add missing connection statuses to docsAlvaro Herrera
2024-02-07Update PQparameterStatus and ParameterStatus docsAlvaro Herrera
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2023-11-13doc: correct description of libpq's PQsetnonblocking() modeBruce Momjian
2023-10-24Reword memory terminology for PQresultMemorySizeDaniel Gustafsson
2023-07-11Doc: Adjust libpq docs about thread safety.Thomas Munro
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-04-21doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq.Fujii Masao
2023-04-14doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost