summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-02Use has_privs_for_roles for predefined role checks: round 2Joe Conway
2022-04-02pageinspect: Use better macros to get special page area for GIN and GiSTMichael Paquier
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-31In basebackup_to_shell tests, properly set up pg_hba.conf.Robert Haas
2022-03-30Add .gitignore for basebackup_to_shell.Tom Lane
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30basebackup_to_shell: Add TAP test.Robert Haas
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Avoid instabilities with the regression tests of pg_freespacemapMichael Paquier
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway