summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-06-24Make query jumbling also squash PARAM_EXTERN paramsÁlvaro Herrera
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-14Keep WAL segments by slot's last saved restart LSNAlexander Korotkov
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
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