summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2025-03-12Fix compiler warning in pg_logicalinspect.Masahiko Sawada
2025-03-11pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada
2025-03-11pg_logicalinspect: Stabilize isolation tests.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-07Rename amcancrosscomparePeter Eisentraut
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-02-28Adjust auto_explain's GUC descriptions.Nathan Bossart
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-21Fix an issue with index scan using pg_trgm due to char signedness on differen...Masahiko Sawada
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-18Specialize intarray sortingJohn Naylor
2025-02-17pg_stat_statements: Add wal_buffers_fullMichael Paquier
2025-02-14pgcrypto: Add support for CFB mode in AES encryptionDaniel Gustafsson
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut