summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-25Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITPeter Eisentraut
2025-03-25Generalize index support in network support functionPeter Eisentraut
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-25HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis
2025-03-25Fix an oversight in 3abe9dc188.Amit Kapila
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-22aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund
2025-03-22Improve nbtree array primitive scan scheduling.Peter Geoghegan
2025-03-21Use streaming read I/O in SP-GiST vacuumingMelanie Plageman
2025-03-21Fix ps display for IO workers.Thomas Munro
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-21Label the contents of pg_*_d.h files a little better.Tom Lane
2025-03-21Use streaming read I/O in GiST vacuumingMelanie Plageman
2025-03-21Assorted trivial cleanup of c5c239e26eMelanie Plageman
2025-03-21Use streaming read I/O in btree vacuumingMelanie Plageman
2025-03-21Change one loop in ATRewriteTable to use 1-based attnumsÁlvaro Herrera
2025-03-21Support buffer forwarding in StartReadBuffers().Thomas Munro
2025-03-21Support buffer forwarding in read_stream.c.Thomas Munro
2025-03-21Simplify EXPLAIN code for MemoizeDavid Rowley
2025-03-20bufmgr: Improve stats when a buffer is read in concurrentlyAndres Freund
2025-03-20smgr: Hold interrupts in most smgr functionsAndres Freund
2025-03-20Add an additional hook for EXPLAIN option validation.Robert Haas
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-20Fix typo in commentPeter Eisentraut
2025-03-19Update a code commentPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-19Increase io_combine_limit range to 1MB.Thomas Munro
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18Optimize check for pending backend IO statsMichael Paquier
2025-03-18smgr: Make SMgrRelation initialization safer against errorsAndres Freund
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-18Allow non-btree unique indexes for matviewsPeter Eisentraut
2025-03-18Allow non-btree unique indexes for partition keysPeter Eisentraut