summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-14Remove obsolete comment in pg_stat_statements.Tom Lane
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-13pg_stat_statements: Add tests with extended query protocolMichael Paquier
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Optimize pg_visibility with read streams.Noah Misch
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-09Consistently use PageGetExactFreeSpace() in pgstattuple.Tom Lane
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-04Revert "Optimize pg_visibility with read streams."Noah Misch
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-03Fix stack variable scope from previous commit.Noah Misch
2024-09-03Optimize pg_visibility with read streams.Noah Misch
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-30Make postgres_fdw's query_cancel test less flaky.Tom Lane
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-16Remove incidental md5() function use from testPeter Eisentraut
2024-08-15Add missing wait_for_catchup() to pg_visibility tap testAlexander Korotkov
2024-08-15Fix GetStrictOldestNonRemovableTransactionId() on standbyAlexander Korotkov
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-08-06Remove volatile qualifiers from pg_stat_statements.c.Nathan Bossart
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-30Replace static buf with a stack-allocated one in 'seg' extensionHeikki Linnakangas
2024-07-28amcheck: Optimize speed of checking for unique constraint violationAlexander Korotkov
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26postgres_fdw: Fix bug in connection status check.Fujii Masao
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-07-25Add argument names to the regexp_XXX functions.Tom Lane
2024-07-25pgcrypto: Remove unused binary from clean targetDaniel Gustafsson
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-24pg_stat_statements: Add regression test for privilege handling.Fujii Masao
2024-07-22postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
2024-07-19Propagate query IDs of utility statements in functionsMichael Paquier
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-05Add simple codepoint redirections to unaccent.rules.Thomas Munro
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier