summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-03-23Avoid possible crash while finishing up a heap rewrite.Tom Lane
2021-03-23Add bit_count SQL functionPeter Eisentraut
2021-03-22Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas
2021-03-22Make a test endure log_error_verbosity=verbose.Noah Misch
2021-03-22Fix new TAP test for 2PC transactions and PITRs on WindowsMichael Paquier
2021-03-21Simplify TAP tests of kerberos with expected log file contentsMichael Paquier
2021-03-21Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier
2021-03-21Make compression.sql regression test independent of default.Tom Lane
2021-03-21Don't run recover crash_temp_files test in Windows perlAndrew Dunstan
2021-03-21Unbreak recovery test on WindowsAndrew Dunstan
2021-03-21Suppress various new compiler warnings.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-19Fix race condition in remove_temp_files_after_crash TAP testTomas Vondra
2021-03-19Fix TAP test for remove_temp_files_after_crashTomas Vondra
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane
2021-03-17Small error message improvementPeter Eisentraut
2021-03-17Fix transaction.sql tests in higher isolation levels.Thomas Munro
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-16(Blind) fix Perl splitting of strings at newlinesAlvaro Herrera
2021-03-16Add some basic tests for progress reporting of COPYMichael Paquier
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-15Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-09Add support for more progress reporting in COPYMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-06Add bit_xor aggregate functionPeter Eisentraut
2021-03-04Close psql processes gracefully in recovery testsAndrew Dunstan
2021-03-03Add trim_array() function.Tom Lane
2021-03-03Make test_target_session_attrs more robust against connection failure.Tom Lane
2021-03-03Silence perlcritic warning in commit ee28cacf6.Tom Lane
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-03Extend the abilities of libpq's target_session_attrs parameter.Tom Lane
2021-03-02Fix semantics of regular expression back-references.Tom Lane
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2021-03-01Fix recovery test hang in 021_row_visibility.pl on windows.Andres Freund
2021-02-27Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-26Extend a test case a littlePeter Eisentraut
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro