summaryrefslogtreecommitdiff
path: root/src/backend/tcop/backend_startup.c
AgeCommit message (Expand)Author
2024-08-15Do not hardcode PG_PROTOCOL_LATEST in NegotiateProtocolVersionRobert Haas
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
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-08Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas