Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-protocol3.c
Age
Commit message (
Expand
)
Author
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
Use more mundane 'int' type for cancel key lengths in libpq
Heikki Linnakangas
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-16
libpq: Trace all messages received from the server
Alvaro Herrera
2024-04-07
Support retrieval of results in chunks with libpq.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-05
Fix handling of errors in libpq pipelines
Alvaro Herrera
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-07-04
libpq: Add support for Close on portals and statements
Michael Paquier
2023-06-15
libpq: Fix up some error message coding
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-17
libpq: Handle NegotiateProtocolVersion message
Peter Eisentraut
2022-11-15
libpq error message refactoring, part 2
Peter Eisentraut
2022-11-13
libpq: Add missing newlines to error messages
Peter Eisentraut
2022-09-23
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-07-05
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-04-21
Fix missed cases in libpq's error handling.
Tom Lane
2022-02-18
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-29
Improve libpq's handling of OOM during error message construction.
Tom Lane
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-03-30
Improve PQtrace() output format
Alvaro Herrera
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-11
Re-simplify management of inStart in pqParseInput3's subroutines.
Tom Lane
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-01-11
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-04
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
Tom Lane
2019-03-19
Restructure libpq's handling of send failures.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-13
In libpq, free any partial query result before collecting a server error.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]