summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-10Remove useless check for negative result of ip_addrsize().Tom Lane
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
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