summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-08-18Use correct LSN for error reporting in pg_walinspectJeff Davis
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-05postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita
2022-08-02Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane
2022-07-31Make new auto_explain test safe for log_error_verbosity = verbose.Tom Lane
2022-07-27Fix new auto_explain test case for Windows.Tom Lane
2022-07-25Add test for session_preload_libraries and parameter permissions checks.Tom Lane
2022-07-22postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-18Deal with paths containing \ and spaces in basebackup_to_shell testsAndres Freund
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane
2022-07-07postgres_fdw: Fix grammar.Etsuro Fujita
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-22amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.Robert Haas
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-07Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch
2022-05-06pgcrypto: remove questionmark from error messageDaniel Gustafsson
2022-05-06pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson
2022-05-02basebackup_to_shell: Add missing MarkGUCPrefixReserved()Michael Paquier
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-28Disable asynchronous execution if using gating Result nodes.Etsuro Fujita
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-04-26Fix typo in pg_walinspect.cMichael Paquier
2022-04-21postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita
2022-04-20Stabilize streaming tests in test_decoding.Amit Kapila
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Add JIT counters to pg_stat_statementsMagnus Hagander
2022-04-08Fix buildfarm failures in pg_walinspect tests.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita