summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
2025-03-18Fix typo.Amit Kapila
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-16Revert "Add redo LSN to pgstats files"Michael Paquier
2025-03-16localbuf: Introduce StartLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce FlushLocalBuffer()Andres Freund
2025-03-16localbuf: Introduce TerminateLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce InvalidateLocalBuffer()Andres Freund