summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Update pg_config.h.in with libnuma changesDaniel Gustafsson
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-11Add missing PGDLLIMPORT markingsPeter Eisentraut
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-09Cleanup of pg_numa.cTomas Vondra
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-09Perform missed catversion bumpDaniel Gustafsson
2025-04-08Rename argument in pg_get_process_memory_contexts().Daniel Gustafsson
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07aio: Make AIO more compatible with valgrindAndres Freund
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
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-07Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"Andrew Dunstan
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-04-04Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan
2025-04-04Further optimize nbtree search scan key comparisons.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriateAlexander Korotkov
2025-04-04Extract make_SAOP_expr() function from match_orclause_to_indexcol()Alexander Korotkov
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-04Use standard die() signal handler in walreceiverHeikki Linnakangas
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-04-03Add missing declarations to pg_config.h.inDaniel Gustafsson
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-03Update Unicode data to Unicode 16.0.0Peter Eisentraut
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
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-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas