summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2025-03-26pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas
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-26Move GSSAPI includes into its own headerDaniel Gustafsson
2025-03-26dblink: SCRAM authentication pass-throughPeter Eisentraut
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-26postgres_fdw: Fix tests on some Windows variantsPeter Eisentraut
2025-03-25pg_stat_statements: Add more tests with temp tables and namespacesMichael Paquier
2025-03-25postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
2025-03-24postgres_fdw: improve security checksPeter Eisentraut
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-16contrib/isn: Make weak mode a GUC setting, and fix related functions.Tom Lane
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-12Fix indentation issueDavid Rowley