summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Mark CatalogSnapshotData staticHeikki Linnakangas
2024-12-20Fix variable reference in commentHeikki Linnakangas
2024-12-20Fix overflow danger in SampleHeapTupleVisible(), take 2Melanie Plageman
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-19Remove final mention of FREEZE_PAGE from commentsMelanie Plageman
2024-12-19Get rid of old version of BuildTupleHashTable().Tom Lane
2024-12-19Use ExecGetCommonSlotOps infrastructure in more places.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-19Remove extra prefetch iterator setup for Bitmap Table ScanMelanie Plageman
2024-12-19Fix bitmap table scan crash on iterator releaseMelanie Plageman
2024-12-19Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-12-19Small whitespace improvementPeter Eisentraut
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-19Extract logic filling pg_stat_get_io()'s tuplestore into its own routineMichael Paquier
2024-12-19Optimize grouping equality checks with virtual slotsDavid Rowley
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-18Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE recordsMelanie Plageman
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-18Fix overflow danger in SampleHeapTupleVisible()Melanie Plageman
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-17Accommodate very large dshash tables.Nathan Bossart
2024-12-17Skip useless calculation of join RTE column names during EXPLAIN.Tom Lane
2024-12-17Count pages set all-visible and all-frozen in VM during vacuumMelanie Plageman
2024-12-17Make visibilitymap_set() return previous state of vmbitsMelanie Plageman
2024-12-17Rename LVRelState->frozen_pagesMelanie Plageman
2024-12-17Set max_safe_fds whenever we create shared memory and semaphores.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-17Update comments about index parallel buildsTomas Vondra
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-17Avoid unnecessary wrapping for more complex expressionsRichard Guo
2024-12-17Tweak some comments related to variable-numbered stats in pgstat.cMichael Paquier
2024-12-17Print out error position for some more DDLsMichael Paquier
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-15Declare a couple of variables inside not outside a PG_TRY block.Tom Lane
2024-12-14Refactor some SQL/JSON error messagesÁlvaro Herrera
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-12-14Remove EXTENSION_DONT_CHECK_SIZE from md.c.Thomas Munro
2024-12-14Fix typoJohn Naylor