summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-05Constify crc32_szPeter Eisentraut
2023-10-05dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-09-28Show parameters of CALL as constants in pg_stat_statementsMichael Paquier
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-27unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier
2023-09-26pgrowlocks: change lock mode output labels for consistencyBruce Momjian
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-25unaccent: Fix allocation size for target characters on initial loadMichael Paquier
2023-09-20unaccent: Add support for quoted translated charactersMichael Paquier
2023-09-14Fix tracking of temp table relation extensions as writesAndres Freund
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita
2023-08-27Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-17sepgsql: Adjust regression expected outputMichael Paquier
2023-08-15Fix code indentation vioaltion introduced in commit 9e9931d2b.Etsuro Fujita
2023-08-15Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita
2023-08-12Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-27Show savepoint names as constants in pg_stat_statementsMichael Paquier
2023-07-24Make test_decoding ddl.out shorterAlvaro Herrera
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-13Remove unnecessary pfree() in g_intbig_compress().Tom Lane
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-11Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-07-03Fix regression tests of unaccent to work without UTF8 supportMichael Paquier
2023-07-03Remove expensive test of postgres_fdw batch insertsTomas Vondra
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-07-01Fix test of pg_stat_io for wal_level=minimal.Noah Misch
2023-06-30Add a test case for a316a3bcAmit Langote
2023-06-29pg_stat_statements: Fix second comment related to entry resetsMichael Paquier
2023-06-28pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier
2023-06-27Fix comment on clearing padding.Heikki Linnakangas
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-06-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis