aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo11 days
* Fix whitespacePeter Eisentraut12 days
* oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion2025-04-29
* Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman2025-04-28
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Remove circular #include's between plpython.h and plpy_util.h.Tom Lane2025-04-27
* Fix typo in test file name added in commit 4909b38af0.Amit Kapila2025-04-25
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane2025-04-19
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Fix incorrect format placeholdersPeter Eisentraut2025-04-14
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Fix data loss in logical replication.Amit Kapila2025-04-10
* Cleanup of pg_numa.cTomas Vondra2025-04-09
* Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane2025-04-08
* Fix incorrect format placeholderPeter Eisentraut2025-04-08
* pg_buffercache: Change page_num type to bigintTomas Vondra2025-04-08
* Add pg_buffercache_evict_{relation,all} functionsAndres Freund2025-04-08
* Speedup child EquivalenceMember lookup in plannerDavid Rowley2025-04-08
* Add pg_buffercache_numa view with NUMA node infoTomas Vondra2025-04-07
* Fix some issues in contrib/spi/refint.c.Tom Lane2025-04-07
* Follow-up fixes for SHA-2 patch (commit 749a9e20c).Tom Lane2025-04-07
* Fix erroneous construction of functions' dependencies on transforms.Tom Lane2025-04-07
* Fix memory leaks in px_crypt_shacrypt().Tom Lane2025-04-06
* Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera2025-04-05
* Use streaming read I/O in autoprewarmMelanie Plageman2025-04-04
* Refactor autoprewarm_database_main() in preparation for read streamMelanie Plageman2025-04-04
* Remove superfluous autoprewarm checkMelanie Plageman2025-04-04
* Fix autoprewarm neglect of tablespacesMelanie Plageman2025-04-04
* Convert PathKey to use CompareTypePeter Eisentraut2025-04-04
* Remove misleading read stream asserts in a few usersMelanie Plageman2025-04-03
* Add support for sorted gist index builds to btree_gistHeikki Linnakangas2025-04-03
* Fix boilerplate comments in btree_gistHeikki Linnakangas2025-04-03
* read_stream: Introduce and use optional batchmode supportAndres Freund2025-03-30
* Remove incidental md5() function use from testTomas Vondra2025-03-30
* amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY testsTomas Vondra2025-03-29
* amcheck: Add a test with GIN index on JSONB dataTomas Vondra2025-03-29
* amcheck: Fix indentation in verify_gin.cTomas Vondra2025-03-29
* amcheck: Add gin_index_check() to verify GIN indexTomas Vondra2025-03-29
* amcheck: Move common routines into a separate moduleTomas Vondra2025-03-29
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* pg_overexplain: Use PG_MODULE_MAGIC_EXT.Robert Haas2025-03-28
* pg_overexplain: Call previous hooks as appropriate.Robert Haas2025-03-28
* Use streaming read I/O in heap amcheckMelanie Plageman2025-03-27
* Prevent assertion failure in contrib/pg_freespacemap.Tom Lane2025-03-27
* pg_overexplain: Filter out actual row count from test result.Robert Haas2025-03-27
* Remove the query_id_squash_values GUCÁlvaro Herrera2025-03-27