summaryrefslogtreecommitdiff
path: root/doc/src/sgml/protocol.sgml
AgeCommit message (Expand)Author
2025-11-20doc: Assorted documentation improvementsDaniel Gustafsson
2025-11-14Revert "Drop unnamed portal immediately after execution to completion"Michael Paquier
2025-11-05Drop unnamed portal immediately after execution to completionMichael Paquier
2025-10-13docs: Fix protocol version 3.2 message format of CancelRequestMagnus Hagander
2025-08-22libpq: Be strict about cancel key lengthsHeikki Linnakangas
2025-08-19doc: Improve documentation discoverability for pgoutput.Fujii Masao
2025-08-04Rename XLogData protocol message to WALDataÁlvaro Herrera
2025-08-01libpq: Complain about missing BackendKeyData later with PGgetCancel()Heikki Linnakangas
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-15doc: Document default values for pgoutput options in protocol.sgml.Fujii Masao
2025-07-15doc: Fix confusing description of streaming option in START_REPLICATION.Fujii Masao
2025-07-15Doc: clarify description of current-date/time functions.Tom Lane
2025-07-11Doc: fix outdated protocol version.Tatsuo Ishii
2025-06-25Doc: Improve documentation of stream abort.Amit Kapila
2025-06-16doc: Clean up title case usePeter Eisentraut
2025-05-07doc: Add link to tablePeter Eisentraut
2025-04-15doc: Fix typos in documentationDaniel Gustafsson
2025-04-02docs: Fix column count attribute in tableHeikki Linnakangas
2025-04-02docs: Add a new section and a table listing protocol versionsHeikki Linnakangas
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02docs: Update phrase on message lengths in the protocolHeikki Linnakangas
2025-03-21doc: Remove incorrect description about dropping replication slots.Fujii Masao
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-11libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-08-19Document that search_path is reported by the serverTomas Vondra
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-05-11Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-07Doc: clarify behavior of boolean options in replication protocol commands.Tom Lane
2024-02-14Add a slot synchronization function.Amit Kapila
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-07Update PQparameterStatus and ParameterStatus docsAlvaro Herrera
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2023-12-26Doc: Add missing pgoutput options.Amit Kapila
2023-12-20Add support for incremental backup.Robert Haas
2023-11-01doc: add reference to wire protocol detailsBruce Momjian
2023-10-23doc: Fix some grammar and inconsistent tagsMichael Paquier
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila