summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2023-10-30Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila
2023-10-30Fix indentation in contrib/amcheck/verify_nbtree.cAlexander Korotkov
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-19pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-13Update oldextversions test for pg_stat_statements 1.11Daniel Gustafsson
2023-10-10test_decoding: Remove unnecessary table in twophase testMichael Paquier
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