Commit Graph

4601 Commits (9d49837d7144e27ad8ea8918acb28f9872cb1585)

Author SHA1 Message Date
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Eisentraut 3e527aeeed pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7 2 years ago
Peter Eisentraut 3727b8d0e3 pg_stat_statements: Add test coverage for pg_stat_statements_1_8() 2 years ago
Peter Eisentraut 9ca6e7b941 meson: Make gzip and tar optional 2 years ago
Michael Paquier 27f7f81e4c basic_archive: Fix comments related to NO_INSTALLCHECK 2 years ago
Michael Paquier 2084701364 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier a8dd62ef49 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Peter Geoghegan c9c0589fda Optimize nbtree backward scan boundary cases. 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Tomas Vondra dae761a87e Add empty BRIN ranges during CREATE INDEX 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago
John Naylor 095d109ccd Remove redundant setting of hashkey after insertion 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Peter Eisentraut 7e5f517799 Improve "user mapping not found" error message 2 years ago
Alexander Korotkov dc9f8a7983 Track statement entry timestamp in contrib/pg_stat_statements 2 years ago
Alexander Korotkov 6ab1dbd26b Add NOT NULL checking of pg_stat_statements_reset() in tests 2 years ago
Tomas Vondra c1ec02be1d Reuse BrinDesc and BrinRevmap in brininsert 2 years ago
Heikki Linnakangas 50c67c2019 Use ResourceOwner to track WaitEventSets. 2 years ago
Andres Freund 823eb3db1c meson: Fix missing dependency from install-quiet to sepgsql.sql 2 years ago
Peter Eisentraut 3c44e7d8d4 Allow tests to pass in OpenSSL FIPS mode (rest) 2 years ago
Peter Eisentraut 795592865c pgcrypto: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Peter Eisentraut 3af0d17ace pgcrypto: Split off pgp-encrypt-md5 test 2 years ago
Dean Rasheed 519fc1bd9e Support +/- infinity in the interval data type. 2 years ago
Bruce Momjian e61a82c949 Adjust file_fdw regression tests for acc95f29ef FREEZE commit 2 years ago
Peter Eisentraut b630d9d6c8 meson: Install missing example files 2 years ago
Michael Paquier 108161bcb9 pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Tom Lane 76db9cb636 Fix some issues with tracking nesting level in pg_stat_statements. 2 years ago
Heikki Linnakangas cd694f60dc Change pgcrypto to use the new ResourceOwner mechanism. 2 years ago
Peter Eisentraut 3c551ebede citext: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
David Rowley b690e5facb Stabilize postgres_fdw tests on 32-bit machines 2 years ago
David Rowley 4b14e18714 Attempt to stabilize postgres_fdw tests 2 years ago
David Rowley cac169d686 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 2 years ago
David Rowley 73635b6d63 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 13503eb590 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 6ec9e9975e amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Amit Kapila 57891c256c Add STREAM_START/STREAM_STOP for transactional messages during decoding. 2 years ago
Alexander Korotkov 675fed4df5 Fix indentation in contrib/amcheck/verify_nbtree.c 2 years ago
Dean Rasheed 849172ff48 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Alexander Korotkov 5ae2087202 Teach contrib/amcheck to check the unique constraint violation 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Amit Kapila 7cc2f59dd5 Remove duplicate words in docs and code comments. 2 years ago