summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-15Do not hardcode PG_PROTOCOL_LATEST in NegotiateProtocolVersionRobert Haas
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-02Remove redundant SetProcessingMode(InitProcessing) callsHeikki Linnakangas
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-05-13Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane
2024-04-25Post-commit review fixes for slot synchronization.Amit Kapila
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
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-07Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-03-22Do not output actual value of location fields in node serialization by defaultPeter Eisentraut
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-15Fix race condition in transaction timeout TAP testsAlexander Korotkov
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-02-21Fix typoAlvaro Herrera
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier