summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2024-06-20Unify some error messagesPeter Eisentraut
2024-06-07postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-05-26amcheck: Fixes for right page check during unique constraint checkAlexander Korotkov
2024-05-22amcheck: Report an error when the next page to a leaf is not a leafAlexander Korotkov
2024-05-22amcheck: Don't load the right sibling page into BtreeCheckStateAlexander Korotkov
2024-05-22amcheck: Refactoring the storage of the last visible entryAlexander Korotkov
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-12Skip citext_utf8 test on Windows.Thomas Munro
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-21Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-17Stabilize test of BRIN parallel createTomas Vondra
2024-04-17Revert "Stabilize test of BRIN parallel create"Tomas Vondra
2024-04-16Stabilize test of BRIN parallel createTomas Vondra
2024-04-14Add regression test for BRIN parallel buildsTomas Vondra
2024-04-11postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita
2024-04-09Fixup various StringInfo function usagesDavid Rowley
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-04-04postgres_fdw: Remove useless ternary expression.Etsuro Fujita
2024-04-03Add built-in ERROR handling for archive callbacks.Nathan Bossart
2024-04-02Use streaming I/O in pg_prewarm.Thomas Munro
2024-03-30Stabilize postgres_fdw testAlvaro Herrera
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-03-26Avoid edge case in pg_visibility test with small shared_buffersAndres Freund
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-23amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov
2024-03-23amcheck: Support for different header sizes of short varlena datumAlexander Korotkov
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-21Add hash support functions and hash opclass for contrib/ltree.Tom Lane
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-14Fix contrib/pg_visibility/meson.buildAlexander Korotkov
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-10Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley
2024-03-09Make contrib/tablefunc crosstab() also check typmodJoe Conway
2024-03-09Improve wrong-tuple-type error reports in contrib/tablefunc.Tom Lane
2024-03-05Update sepgsql expected output.Jeff Davis
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis