summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
3 daysbtree_gist: Merge the last two versions into version 1.8Michael Paquier
4 daysFix up misuse of "volatile" in contrib/xml2.Tom Lane
5 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
6 daysFix incompatibility with libxml2 >= 2.14Michael Paquier
7 dayspostgres_fdw: Add Assert to estimate_path_cost_size().Etsuro Fujita
8 daysamcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao
9 daysAdd more cross-type comparisons to contrib/btree_gin.Tom Lane
9 daysAdd cross-type comparisons to contrib/btree_gin.Tom Lane
11 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
11 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
11 daysUse pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
11 daysSilence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
11 daysamcheck: Improve confusing messagePeter Eisentraut
12 daysxml2: Improve error handling of libxml2 callsMichael Paquier
12 daysAdd new OID alias type regdatabase.Nathan Bossart
13 daysRun pgperltidyJoe Conway
2025-06-26Fix typo in commentÁlvaro Herrera
2025-06-24Make query jumbling also squash PARAM_EXTERN paramsÁlvaro Herrera
2025-06-24Improve jumble squashing through CoerceViaIO and RelabelTypeÁlvaro Herrera
2025-06-17amcheck: Fix posting tree checks in gin_index_check()Tomas Vondra
2025-06-17amcheck: Fix parent key check in gin_index_check()Tomas Vondra
2025-06-17amcheck: Fix checks of entry order for GIN indexesTomas Vondra
2025-06-17amcheck: Remove unused GinScanItem->parentlsn fieldTomas Vondra
2025-06-17amcheck: Test gin_index_check on a multicolumn indexTomas Vondra
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