summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Improve accounting for memory used by shared hash tablesTomas Vondra
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30Add errhint_internal()Andres Freund
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-14Doc: remove obsolete comment.Tom Lane
2025-03-14Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
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-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
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-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-19Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov
2025-02-19Invalidate inactive replication slots.Amit Kapila
2025-02-18Add PGErrorVerbosity to typedefs.listDaniel Gustafsson
2025-02-14Describe special values in GUC descriptions more consistently.Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-11config: Rename "Asynchronous Behavior" to "I/O"Andres Freund
2025-02-11config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-21Rename some pgstats callbacks related to flush of entriesMichael Paquier
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane