summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
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