summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Track the number of presorted outer pathkeys in MergePathRichard Guo
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-07Fix some comments related to IO workersMichael Paquier
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-04-27Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-27Don't use double-quotes in #include's of system headers.Tom Lane
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-26Match parameter in new function to earlier equivalentsJohn Naylor
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