summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-02-26Fix list-manipulation bug in WITH RECURSIVE processing.Tom Lane
2021-02-25Change regex \D and \W shorthands to always match newlines.Tom Lane
2021-02-25Allow complemented character class escapes within regex brackets.Tom Lane
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-24Message style fixPeter Eisentraut
2021-02-22pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro
2021-02-22Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro
2021-02-22Improve new hash partition bound check error messagesPeter Eisentraut
2021-02-19Fix bug in COMMIT AND CHAIN command.Fujii Masao
2021-02-19Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2021-02-18Add tests for bytea LIKE operatorPeter Eisentraut
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Make some minor improvements in the regex code.Tom Lane