summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Reduce duration of stats_ext regression testsTomas Vondra
2021-03-26Fix ndistinct estimates with system attributesTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-24Allow for installation-aware instances of PostgresNodeAndrew Dunstan
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter Eisentraut
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
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