summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-01-07Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06Remove duplicate definitions in proc.hHeikki Linnakangas
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-06Use caller's memory context for radix tree iteration stateJohn Naylor
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Remove redundant wording in pg_statistic.hMichael Paquier
2024-12-28Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-24syncrep parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24replication parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Mark CatalogSnapshotData staticHeikki Linnakangas
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-19Get rid of old version of BuildTupleHashTable().Tom Lane
2024-12-19Improve planner's handling of SetOp plans.Tom Lane
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-17Make visibilitymap_set() return previous state of vmbitsMelanie Plageman
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-17Remove ts_locale.c's lowerstr()Peter Eisentraut
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-12Adjust some comments about structure properties in pg_stat.hMichael Paquier
2024-12-12Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley
2024-12-12Defer remove_useless_groupby_columns() work until query_planner()David Rowley
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Unmark gen_random_uuid() function leakproof.Masahiko Sawada
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
2024-12-10Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut
2024-12-09Include necessary header files in radixtree.h.Masahiko Sawada
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-12-09Fix memory leak in pgoutput with publication list cacheMichael Paquier