Update obsolete comments in ResultRelInfo struct.
[postgresql.git] / src / backend / tcop /
2025-08-03 Tom LaneFix assorted pretty-trivial memory leaks in the backend.
2025-07-31 Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
2025-07-24 Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
2025-07-17 Álvaro HerreraRemove assertion from PortalRunMulti
2025-07-11 Nathan BossartAdd option list to CHECKPOINT command.
2025-07-11 Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
2025-07-03 Michael PaquierRefactor subtype field of AlterDomainStmt
2025-06-28 Peter EisentrautMessage style improvements
2025-05-31 Michael PaquierChange internal plan ID type from uint64 to int64
2025-05-30 David RowleyChange internal queryid type from uint64 to int64
2025-05-23 Daniel GustafssonRevert function to get memory context stats for processes
2025-05-22 Melanie PlagemanReplace deprecated log_connections values in docs and...
2025-05-22 Amit LangoteRevert "Don't lock partitions pruned by initial pruning"
2025-05-09 Michael PaquierAdd support for runtime arguments in injection points
2025-04-08 Daniel GustafssonAdd function to get memory context stats for processes
2025-04-04 Heikki LinnakangasUse standard die() signal handler in walreceiver
2025-04-02 Heikki LinnakangasMake cancel request keys longer
2025-04-02 Fujii MasaoImprove error message when standby does accept connections.
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-24 Michael PaquierAllow plugins to set a 64-bit plan identifier in Planne...
2025-03-18 Andres Freundaio: Infrastructure for io_method=worker
2025-03-18 Robert HaasMake it possible for loadable modules to add EXPLAIN...
2025-03-12 Melanie PlagemanAdd connection establishment duration logging
2025-03-12 Melanie PlagemanModularize log_connections output
2025-03-05 Heikki LinnakangasRename some signal and interrupt handling functions...
2025-02-28 Robert HaasAvoid including explain.h in explain_format.h and expla...
2025-02-23 Peter Eisentrautbackend libpq void * argument for binary data
2025-02-21 Peter Eisentrautbackend launchers void * arguments for binary data
2025-02-20 Amit LangoteDon't lock partitions pruned by initial pruning
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-01-07 Nathan BossartUse PqMsg_* macros in postgres.c.
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-23 David RowleyFix incorrect source filename references
2024-12-17 Tom LaneSet max_safe_fds whenever we create shared memory and...
2024-12-17 Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-16 Michael PaquierPrint out error position for CREATE DOMAIN
2024-12-12 Nathan BossartRevert "Don't truncate database and user names in start...
2024-12-09 Tom LaneSimplify executor's determination of whether to use...
2024-12-04 Nathan BossartProvide a better error message for misplaced dispatch...
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-27 Michael PaquierHandle better implicit transaction state of pipeline...
2024-11-14 Heikki LinnakangasAssign a child slot to every postmaster child process
2024-11-06 Peter Eisentrautdoc: Remove event trigger firing matrix
2024-11-04 Alexander KorotkovRevert pg_wal_replay_wait() stored procedure
2024-11-04 Heikki LinnakangasSplit ProcSleep function into JoinWaitQueue and ProcSleep
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-09-21 Tomas VondraIncrease the number of fast-path lock slots
2024-09-18 Michael PaquierAdd missing query ID reporting in extended query protocol
2024-08-24 Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-22 Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-15 Robert HaasDo not hardcode PG_PROTOCOL_LATEST in NegotiateProtocol...
2024-08-06 Heikki LinnakangasTurn a few 'validnsps' static variables into locals
2024-08-05 Masahiko SawadaRestrict accesses to non-system views and foreign table...
2024-08-02 Alexander KorotkovImplement pg_wal_replay_wait() stored procedure
2024-08-01 Peter EisentrautConvert node test compile-time settings into run-time...
2024-07-31 Jeff DavisRemove unused ParamListInfo argument from ExecRefreshMa...
2024-07-29 Heikki LinnakangasMove cancel key generation to after forking the backend
2024-07-26 Heikki LinnakangasAdd test for early backend startup errors
2024-07-17 Nathan BossartUse PqMsg_* macros in more places.
2024-07-02 Heikki LinnakangasRemove redundant SetProcessingMode(InitProcessing)...
2024-07-01 Tom LanePreserve CurrentMemoryContext across Start/CommitTransa...
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-05-15 David RowleyFix incorrect year in some copyright notices added...
2024-05-13 Tom LaneRemove COMMAND_TAG_NEXTTAG from enum CommandTag.
2024-04-25 Amit KapilaPost-commit review fixes for slot synchronization.
2024-04-11 Alexander KorotkovRevert: Custom reloptions for table AM
2024-04-08 Alexander KorotkovCustom reloptions for table AM
2024-04-08 Heikki LinnakangasSend ALPN in TLS handshake, require it in direct SSL...
2024-04-08 Heikki LinnakangasSupport TLS handshake directly without SSLRequest negot...
2024-04-07 Heikki LinnakangasEnhance libpq encryption negotiation tests with new GUC
2024-04-03 Tom LaneInvent SERIALIZE option for EXPLAIN.
2024-03-22 Peter EisentrautDo not output actual value of location fields in node...
2024-03-18 Heikki LinnakangasMove code for backend startup to separate file
2024-03-17 Dean RasheedAdd RETURNING support to MERGE.
2024-03-15 Alexander KorotkovFix race condition in transaction timeout TAP tests
2024-03-14 Alexander KorotkovAdd TAP tests for timeouts
2024-03-12 Heikki LinnakangasMove initialization of the Port struct to the child...
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-03-04 Heikki LinnakangasRemove unused 'countincludesself' argument to pq_sendco...
2024-03-04 Heikki LinnakangasUse MyBackendType in more places to check what process...
2024-02-21 Alvaro HerreraFix typo
2024-02-16 Alexander KorotkovFollowup fixes for transaction_timeout
2024-02-15 Alexander KorotkovIntroduce transaction_timeout
2024-02-14 Nathan BossartCentralize logic for restoring errno in signal handlers.
2024-01-18 Peter EisentrautError message capitalisation
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-12-04 Michael PaquierAdd support for REINDEX in event triggers
2023-11-30 Michael PaquierApply quotes more consistently to GUC names in logs
2023-11-15 Nathan BossartRetire MemoryContextResetAndDeleteChildren() macro.
2023-10-26 David RowleyIntroduce the concept of read-only StringInfos
2023-10-16 Alexander KorotkovAdd support event triggers on authenticated login
2023-10-11 Michael PaquierRefactor InitPostgres() to use bitwise option flags
2023-09-07 Thomas MunroFix recovery conflict SIGUSR1 handling.
2023-08-30 Nathan BossartFix misuse of PqMsg_Close.
2023-08-23 Nathan BossartIntroduce macros for protocol characters.
2023-07-10 Tom LaneBe more rigorous about local variables in PostgresMain().
2023-07-10 Peter EisentrautFix pgindent
2023-07-10 Peter EisentrautMessage wording improvements
2023-04-08 Andres FreundHandle logical slot conflicts on standby
2023-04-03 Tom LaneWhen using valgrind, log the current query after an...
next