Commit Graph

4614 Commits (8b2bcf3f287c79eaebf724cba57e5ff664b01e06)

Author SHA1 Message Date
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 2 years ago
Peter Eisentraut ed1e0a6512 Error message capitalisation 2 years ago
Michael Paquier 2f35c14cfb seg: Add test "security" in meson.build 2 years ago
Michael Paquier 2197d06224 Add support for parsing of large XML data (>= 10MB) 2 years ago
Michael Paquier 65c5864d7f xml2: Replace deprecated routines with recommended ones 2 years ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 2 years ago
Tom Lane 9034a2d512 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut 8ce5aef2e6 Make Perl warnings fatal in newly added TAP tests 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Peter Eisentraut 1141e29b61 Revert "pg_stat_statements: Add coverage for entry_dealloc()" 2 years ago
Peter Eisentraut 4710b67d4d pg_stat_statements: Add TAP test for testing restarts 2 years ago
Peter Eisentraut 742f6b3e6d pg_stat_statements: Add coverage for entry_dealloc() 2 years ago
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