summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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-18Optimize check for pending backend IO statsMichael Paquier
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-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
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-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-14Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-12Remove initialization from PendingBackendStatsMichael Paquier
2025-03-11Improve snapmgr.c commentHeikki Linnakangas
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-08Make parallel nbtree index scans use an LWLock.Peter Geoghegan
2025-03-08Make amcanorder independent of amconsistentorderingPeter Eisentraut
2025-03-08Improve check for detection of pending data in backend statisticsMichael Paquier
2025-03-07Improve possible performance regressionPeter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-04Add more assertions in palloc0() and palloc_extended()Michael Paquier
2025-03-03Trigger more frequent autovacuums with relallfrozenMelanie Plageman
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-03-03Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier
2025-02-28Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-27Refactor code of pg_stat_get_wal() building result tupleMichael Paquier