summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-19Increase io_combine_limit range to 1MB.Thomas Munro
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Fix headerscheck warning.Jeff Davis
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-18Fix indentation again.Robert Haas
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
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-15Optimization for lower(), upper(), casefold() functions.Jeff Davis
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-14Doc: remove obsolete comment.Tom Lane
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-14Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
2025-03-14Improve buffer manager API for backend pin limits.Thomas Munro
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-03-12Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
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-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-10Fix incorrect #endif commentDavid Rowley
2025-03-08Make parallel nbtree index scans use an LWLock.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-06Fix compiler warnings about typedef redefinitionsHeikki Linnakangas