summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-07-24Fix return value of visibilitymap_get_status().Nathan Bossart
2025-07-24Introduce field tracking cached plan type in PlannedStmtMichael Paquier
2025-07-23Fix build breakage on Solaris-alikes with late-model GCC.Tom Lane
2025-07-23Cross-check lists of built-in LWLock tranches.Nathan Bossart
2025-07-23Use PqMsg_* macros in walsender.cNathan Bossart
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Remove translation marker from libpq-be-fe-helpers.h.Fujii Masao
2025-07-22aio: Fix assertion, clarify READMEAndres Freund
2025-07-22Log remote NOTICE, WARNING, and similar messages using ereport().Fujii Masao
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-22Centralize collection of catalog info needed early in the plannerRichard Guo
2025-07-22Expand virtual generated columns before sublink pull-upRichard Guo
2025-07-19Mostly-cosmetic adjustments to estimate_multivariate_bucketsize().Tom Lane
2025-07-19Fix infinite wait when reading a partially written WAL recordAlexander Korotkov
2025-07-18Speed up byteain by not parsing traditional-style input twice.Tom Lane
2025-07-18Remove unused variable in generate-lwlocknames.pl.Nathan Bossart
2025-07-18Fix concurrent update trigger issues with MERGE in a CTE.Dean Rasheed
2025-07-17Remove assertion from PortalRunMultiÁlvaro Herrera
2025-07-17Remove duplicate lineAmit Langote
2025-07-17Fix inconsistent LWLock tranche names for MultiXact*Michael Paquier
2025-07-16Force LC_COLLATE to C in postmaster.Jeff Davis
2025-07-16nbtree: Use only one notnullkey ScanKeyData.Peter Geoghegan
2025-07-16Refactor non-supported compression error message in toast_compression.cMichael Paquier
2025-07-16pgoutput: Initialize missing default for "origin" parameter.Fujii Masao
2025-07-15Doc: clarify description of regexp fields in pg_ident.conf.Tom Lane
2025-07-15Clarify the ra != rb case in compareJsonbContainers().Tom Lane
2025-07-15Silence uninitialized-value warnings in compareJsonbContainers().Tom Lane
2025-07-15Fix comments in index.cMichael Paquier
2025-07-13In username-map substitution, cope with more than one \1.Tom Lane
2025-07-12Remove XLogCtl->ckptFullXid.Nathan Bossart
2025-07-12Replace float8 with int in date2isoweek() and date2isoyear().Tom Lane
2025-07-12Remove long-unused TransactionIdIsActive()Andres Freund
2025-07-12aio: Fix configuration reload in IO workers.Thomas Munro
2025-07-12aio: Remove obsolete IO worker ID references.Thomas Munro
2025-07-12aio: Regularize IO worker internal naming.Thomas Munro
2025-07-12Fix stale idle flag when IO workers exit.Thomas Munro
2025-07-11Fix inconsistent quoting of role names in ACLs.Tom Lane
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
2025-07-11Add MODE option to CHECKPOINT command.Nathan Bossart
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-11Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
2025-07-11Fix the handling of two GUCs during upgrade.Amit Kapila
2025-07-10doc: Clarify meaning of "idle" in idle_replication_slot_timeout.Fujii Masao
2025-07-10Change unit of idle_replication_slot_timeout to seconds.Fujii Masao
2025-07-09Change wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
2025-07-09Introduce pg_dsm_registry_allocations view.Nathan Bossart
2025-07-08Fix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo