aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7Peter Eisentraut2023-12-27
* pg_stat_statements: Add test coverage for pg_stat_statements_1_8()Peter Eisentraut2023-12-27
* meson: Make gzip and tar optionalPeter Eisentraut2023-12-21
* basic_archive: Fix comments related to NO_INSTALLCHECKMichael Paquier2023-12-20
* pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier2023-12-19
* pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier2023-12-19
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Add empty BRIN ranges during CREATE INDEXTomas Vondra2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov2023-12-05
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Improve "user mapping not found" error messagePeter Eisentraut2023-11-30
* Track statement entry timestamp in contrib/pg_stat_statementsAlexander Korotkov2023-11-27
* Add NOT NULL checking of pg_stat_statements_reset() in testsAlexander Korotkov2023-11-27
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* meson: Fix missing dependency from install-quiet to sepgsql.sqlAndres Freund2023-11-17
* Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut2023-11-17
* pgcrypto: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut2023-11-17
* pgcrypto: Split off pgp-encrypt-md5 testPeter Eisentraut2023-11-16
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Adjust file_fdw regression tests for acc95f29ef FREEZE commitBruce Momjian2023-11-13
* meson: Install missing example filesPeter Eisentraut2023-11-09
* pg_stat_statements: Remove duplicated tests for SET statementsMichael Paquier2023-11-09
* Fix some issues with tracking nesting level in pg_stat_statements.Tom Lane2023-11-08
* Change pgcrypto to use the new ResourceOwner mechanism.Heikki Linnakangas2023-11-08
* citext: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut2023-11-07
* Remove distprepPeter Eisentraut2023-11-06
* Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley2023-11-03
* Attempt to stabilize postgres_fdw testsDavid Rowley2023-11-02
* Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley2023-11-02
* Adjust the order of the prechecks in pgrowlocks()David Rowley2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* amcheck: Distinguish interrupted page deletion from corruption.Noah Misch2023-10-30
* Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila2023-10-30
* Fix indentation in contrib/amcheck/verify_nbtree.cAlexander Korotkov2023-10-30
* btree_gin: Fix calculation of leftmost interval value.Dean Rasheed2023-10-29
* Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov2023-10-28
* 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