summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-11-30Add tests for XID wraparound.Masahiko Sawada
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-30Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada
2023-11-30Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada
2023-11-30Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada
2023-11-28Add SLRU tests for 64-bit page caseAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Remove more statements from stats.sqlMichael Paquier
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-28Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-25Use fipshash in brin_multi testPeter Eisentraut
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-22Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-17Extract column statistics from CTE references, if possible.Tom Lane
2023-11-17Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-15src/test/modules/test_dsa needs a .gitignore file.Tom Lane
2023-11-15Add test_dsa module.Heikki Linnakangas
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-11-14Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane
2023-11-14Add support for pg_stat_reset_slru without argumentMichael Paquier
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-11-13Improve readability and error detection of array_in().Tom Lane
2023-11-13Add error about the use of FREEZE in COPY TOBruce Momjian
2023-11-13Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier
2023-11-12Fix inconsistencies for queries on pg_class in type_sanity.sqlMichael Paquier
2023-11-10Fix how SJE checks against PHVsAlexander Korotkov
2023-11-09Fix computation of varnullingrels when const-folding field selection.Tom Lane
2023-11-09Fix the way SJE removes references from PHVsAlexander Korotkov
2023-11-09Avoid integer overflow hazard in interval_time().Dean Rasheed
2023-11-09Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed
2023-11-09Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-08Don't install ldap_password_func in mesonPeter Eisentraut
2023-11-08Fix use of OPENSSL in SSL tests if command is not foundMichael Paquier
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Remove distprepPeter Eisentraut