summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
4 daysoauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion
6 daysAdd maintenance_io_concurrency flag to some read stream usersMelanie Plageman
6 daysFix xmin advancement during fast_forward decoding.Amit Kapila
7 daysRemove circular #include's between plpython.h and plpy_util.h.Tom Lane
9 daysFix typo in test file name added in commit 4909b38af0.Amit Kapila
13 daysFix a few duplicate words in commentsDavid Rowley
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-14Fix incorrect format placeholdersPeter Eisentraut
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-09Cleanup of pg_numa.cTomas Vondra
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-08Fix incorrect format placeholderPeter Eisentraut
2025-04-08pg_buffercache: Change page_num type to bigintTomas Vondra
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-04-07Fix some issues in contrib/spi/refint.c.Tom Lane
2025-04-07Follow-up fixes for SHA-2 patch (commit 749a9e20c).Tom Lane
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
2025-04-06Fix memory leaks in px_crypt_shacrypt().Tom Lane
2025-04-05Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera
2025-04-04Use streaming read I/O in autoprewarmMelanie Plageman
2025-04-04Refactor autoprewarm_database_main() in preparation for read streamMelanie Plageman
2025-04-04Remove superfluous autoprewarm checkMelanie Plageman
2025-04-04Fix autoprewarm neglect of tablespacesMelanie Plageman
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-04-03Add support for sorted gist index builds to btree_gistHeikki Linnakangas
2025-04-03Fix boilerplate comments in btree_gistHeikki Linnakangas
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-30Remove incidental md5() function use from testTomas Vondra
2025-03-29amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY testsTomas Vondra
2025-03-29amcheck: Add a test with GIN index on JSONB dataTomas Vondra
2025-03-29amcheck: Fix indentation in verify_gin.cTomas Vondra
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-28pg_overexplain: Use PG_MODULE_MAGIC_EXT.Robert Haas
2025-03-28pg_overexplain: Call previous hooks as appropriate.Robert Haas
2025-03-27Use streaming read I/O in heap amcheckMelanie Plageman
2025-03-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
2025-03-27pg_overexplain: Filter out actual row count from test result.Robert Haas
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Fix query jumbling to account for NULL nodesDavid Rowley
2025-03-26pg_overexplain: SET jit=off when running tests.Robert Haas
2025-03-26Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512Robert Haas