summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-29Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier
2024-12-29Fix overly large values/nulls arraysDavid Rowley
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-27Speedup tuple deformation with additional function inliningDavid Rowley
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-12-26Remove unused totalrows parameter in compute_expr_statsDavid Rowley
2024-12-26plpgsql: Rename a variable for clarityPeter Eisentraut
2024-12-26Fix typo in comment of compute_return_type() in functioncmds.cMichael Paquier
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-25guc: reentrant scannerPeter Eisentraut
2024-12-24jsonpath scanner: reentrant scannerPeter Eisentraut
2024-12-24Fix nbtree symbol name comment reference.Peter Geoghegan
2024-12-24syncrep parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24replication parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude and associated scriptsPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-23Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane
2024-12-23Reset btpo_cycleid in nbtree VACUUM's REDO routine.Peter Geoghegan
2024-12-23Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
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-20Relax regression test for fsync check of backend-level statsMichael Paquier
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