summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-24Add static asserts for MAX_BACKENDS limiting factorsAndres Freund
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-23backend libpq void * argument for binary dataPeter Eisentraut
2025-02-23jsonb internal API void * argument for binary dataPeter Eisentraut
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada