summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-05Update out of date comments in pg_trgmDaniel Gustafsson
2022-09-05Check for interrupts in pg_trgm word similarityDaniel Gustafsson
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2022-09-02Remove unused code from sepgsqlDaniel Gustafsson
2022-09-01Add a regression test for contrib/pgrowlocks.Tom Lane
2022-09-01Use --load-extension to set up for contrib/tcn's isolation tests.Tom Lane
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-27Avoid casting away const in sepgsql's quote_object_name.Tom Lane
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-08-24Include RelFileLocator fields individually in BufferTag.Robert Haas
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-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-02Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-01Add a regression test for contrib/tcn.Tom Lane
2022-08-01Add a regression test for contrib/pg_prewarm.Tom Lane
2022-07-31Make new auto_explain test safe for log_error_verbosity = verbose.Tom Lane
2022-07-30Add regression test coverage for contrib/pg_buffercache.Tom Lane
2022-07-27Fix new auto_explain test case for Windows.Tom Lane
2022-07-27Add missing PGDLLEXPORT markings in contrib/pg_prewarm.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-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-20Add regression test for TRUNCATE on foreign table not supporting TRUNCATE.Fujii Masao
2022-07-18Deal with paths containing \ and spaces in basebackup_to_shell testsAndres Freund
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-17postgres_fdw: be more wary about shippability of reg* constants.Tom Lane
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane
2022-07-16Attempt to fix compiler warning on old compilerPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-12Support TRUNCATE triggers on foreign tables.Fujii Masao
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-10Tidy up claimed supported CPUs and OSes.Thomas Munro
2022-07-07postgres_fdw: Fix grammar.Etsuro Fujita
2022-07-06pg_stat_statements: Fix test that assumes wal_records = rows.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-07-05Simplify a bit the special rules generating unaccent.rulesMichael Paquier
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut