summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-26aio: Add liburing dependencyAndres Freund
2025-03-26aio: Rename pgaio_io_prep_* to pgaio_io_start_*Andres Freund
2025-03-26aio: Pass result of local callbacks to ->report_returnAndres Freund
2025-03-26aio: Be more paranoid about interruptsAndres Freund
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-26Fix two issues with custom_query_jumble in gen_node_support.plMichael Paquier
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...Peter Eisentraut
2025-03-25refactor: Split ATExecAlterConstraintInternal()Peter Eisentraut
2025-03-25refactor: Move some code that updates pg_constraint to a separate functionPeter Eisentraut
2025-03-25Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITPeter Eisentraut
2025-03-25Generalize index support in network support functionPeter Eisentraut
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-25HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis
2025-03-25Fix an oversight in 3abe9dc188.Amit Kapila
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-22aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund
2025-03-22Improve nbtree array primitive scan scheduling.Peter Geoghegan
2025-03-21Use streaming read I/O in SP-GiST vacuumingMelanie Plageman
2025-03-21Fix ps display for IO workers.Thomas Munro
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-21Label the contents of pg_*_d.h files a little better.Tom Lane
2025-03-21Use streaming read I/O in GiST vacuumingMelanie Plageman
2025-03-21Assorted trivial cleanup of c5c239e26eMelanie Plageman
2025-03-21Use streaming read I/O in btree vacuumingMelanie Plageman
2025-03-21Change one loop in ATRewriteTable to use 1-based attnumsÁlvaro Herrera
2025-03-21Support buffer forwarding in StartReadBuffers().Thomas Munro
2025-03-21Support buffer forwarding in read_stream.c.Thomas Munro
2025-03-21Simplify EXPLAIN code for MemoizeDavid Rowley
2025-03-20bufmgr: Improve stats when a buffer is read in concurrentlyAndres Freund
2025-03-20smgr: Hold interrupts in most smgr functionsAndres Freund
2025-03-20Add an additional hook for EXPLAIN option validation.Robert Haas
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-20Fix typo in commentPeter Eisentraut
2025-03-19Update a code commentPeter Eisentraut
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