summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-16Revert "Add redo LSN to pgstats files"Michael Paquier
2025-03-16localbuf: Introduce StartLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce FlushLocalBuffer()Andres Freund
2025-03-16localbuf: Introduce TerminateLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce InvalidateLocalBuffer()Andres Freund
2025-03-16localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()Andres Freund
2025-03-15Remove table AM callback scan_bitmap_next_blockMelanie Plageman
2025-03-15BitmapHeapScan uses the read stream APIMelanie Plageman
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-15Simplify distance heuristics in read_stream.c.Thomas Munro
2025-03-15Improve read_stream.c advice for dense streams.Thomas Munro
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-14Optimize iteration over PGPROC for fast-path lock searches.Fujii Masao
2025-03-14Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-14Respect changing pin limits in read_stream.c.Thomas Munro
2025-03-14Improve buffer manager API for backend pin limits.Thomas Munro
2025-03-14Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13ATExecSetRelOptions: Reduce scope of 'isnull' variableÁlvaro Herrera
2025-03-13Make lwlocknames.h generated file less uglyÁlvaro Herrera
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13Fix copy-and-paste mistake in error messagePeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-13Remove code setting wrap_non_vars to true for UNION ALL subqueriesRichard Guo
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-13Fix read_stream.c for changing io_combine_limit.Thomas Munro
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Handle interrupts while waiting on Append's async subplansHeikki Linnakangas
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-12Remove initialization from PendingBackendStatsMichael Paquier
2025-03-11Improve snapmgr.c commentHeikki Linnakangas
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-03-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-03-11Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut