summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-01-14Move information about pgstats kinds into its own header pgstat_kind.hMichael Paquier
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Add BTOPTIONS_PROC comments to nbtree.h.Peter Geoghegan
2025-01-13Move nbtree preprocessing into new .c file.Peter Geoghegan
2025-01-13Fix pgindent damageRichard Guo
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley
2025-01-10Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii
2025-01-10Use a non-locking initial test in TAS_SPIN on AArch64.Nathan Bossart
2025-01-10Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera
2025-01-10Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-08Fix duplicate typedef from commit a2f17f004d.Jeff Davis
2025-01-08Control collation behavior with a method table.Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
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