summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-02-28Avoid including explain.h in explain_format.h and explain_dr.hRobert Haas
2025-02-23backend libpq void * argument for binary dataPeter Eisentraut
2025-02-21backend launchers void * arguments for binary dataPeter Eisentraut
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-01-07Use PqMsg_* macros in postgres.c.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-17Set max_safe_fds whenever we create shared memory and semaphores.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-12Revert "Don't truncate database and user names in startup packets."Nathan Bossart
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
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