summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-10isn.c: use pg_ascii_toupper() instead of toupper().Jeff Davis
2025-06-10contrib/spi/refint.c: use pg_ascii_tolower() instead.Jeff Davis
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.Robert Haas
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-30Fix memory leakage in postgres_fdw's DirectModify code path.Tom Lane
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-29Avoid resource leaks when a dblink connection fails.Tom Lane
2025-05-29Fix assertion failure in pg_prewarm() on objects without storage.Fujii Masao
2025-05-29pg_stat_statements: Fix parameter number gaps in normalized queriesMichael Paquier
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-21Fix regression with location calculation of nested statementsMichael Paquier
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-05-07Fix whitespacePeter Eisentraut
2025-04-29oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-20Fix 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