aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19
* pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Update oldextversions test for pg_stat_statements 1.11Daniel Gustafsson2023-10-13
* test_decoding: Remove unnecessary table in twophase testMichael Paquier2023-10-10
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Constify crc32_szPeter Eisentraut2023-10-05
* dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier2023-10-05
* postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier2023-10-05
* Show parameters of CALL as constants in pg_stat_statementsMichael Paquier2023-09-28
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier2023-09-27
* pgrowlocks: change lock mode output labels for consistencyBruce Momjian2023-09-26
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* Add some const qualifiersPeter Eisentraut2023-09-26
* unaccent: Fix allocation size for target characters on initial loadMichael Paquier2023-09-25
* unaccent: Add support for quoted translated charactersMichael Paquier2023-09-20
* Fix tracking of temp table relation extensions as writesAndres Freund2023-09-13
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier2023-08-27
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* sepgsql: Adjust regression expected outputMichael Paquier2023-08-17
* Fix code indentation vioaltion introduced in commit 9e9931d2b.Etsuro Fujita2023-08-15
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier2023-08-12
* Improve const use in zlib-using codePeter Eisentraut2023-08-07
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Show savepoint names as constants in pg_stat_statementsMichael Paquier2023-07-27
* Make test_decoding ddl.out shorterAlvaro Herrera2023-07-24
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Remove unnecessary pfree() in g_intbig_compress().Tom Lane2023-07-13
* Allow some exclusion constraints on partitionsPeter Eisentraut2023-07-12
* Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila2023-07-11
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Fix regression tests of unaccent to work without UTF8 supportMichael Paquier2023-07-04
* Remove expensive test of postgres_fdw batch insertsTomas Vondra2023-07-03
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Fix test of pg_stat_io for wal_level=minimal.Noah Misch2023-07-01
* Add a test case for a316a3bcAmit Langote2023-06-30
* pg_stat_statements: Fix second comment related to entry resetsMichael Paquier2023-06-29