summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-04-07Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier
2025-04-07Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-04-06Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-06Revert "Put enable_self_join_elimination into postgresql.conf.sample"Alexander Korotkov
2025-04-06Put enable_self_join_elimination into postgresql.conf.sampleAlexander Korotkov
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Fix crash/valgrind errorPeter Eisentraut
2025-04-04Support non-btree indexes in get_actual_variable_range()Peter Eisentraut
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Add GiST and btree sortsupport routines for range typesHeikki Linnakangas
2025-04-02Improve accounting for memory used by shared hash tablesTomas Vondra
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01Fix minor C type confusionPeter Eisentraut
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund
2025-03-30Add errhint_internal()Andres Freund
2025-03-29Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-25Generalize index support in network support functionPeter Eisentraut
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
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-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19extension_control_pathPeter Eisentraut
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