summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch
2020-05-12Rework EXPLAIN format for incremental sortTomas Vondra
2020-05-12Do pre-release housekeeping on catalog data.Tom Lane
2020-05-12Correct standbycheck regression test output.Fujii Masao
2020-05-09Fix findoidjoins to recognize oidvector columns.Tom Lane
2020-05-09Update oidjoins regression test for v13.Tom Lane
2020-05-08Fix several DDL issues of generated columns versus inheritancePeter Eisentraut
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-05-07Fix YA text phrase search bug.Tom Lane
2020-05-05Fix capitalization of messages, per style guidePeter Eisentraut
2020-04-30Add nbtree ScalarArrayOpExpr tests.Peter Geoghegan
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-04-29Fix checkpoint signallingAlvaro Herrera
2020-04-28Add LP_DEAD deletion of a posting list tuple test.Peter Geoghegan
2020-04-28Fix definition of pg_statio_all_tables viewAlexander Korotkov
2020-04-27Add more TAP coverage for archive status with crash recovery of standbysMichael Paquier
2020-04-27Fix full text search to handle NOT above a phrase search correctly.Tom Lane
2020-04-26Raise a timeout to 180s, in test 003_recovery_targets.pl.Noah Misch
2020-04-24Remove some unstable parts from new TAP test for archive status checkMichael Paquier
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-22Fix cost_incremental_sort for expressions with varno 0Tomas Vondra
2020-04-21psql \d: Display table where trigger is defined, if inheritedAlvaro Herrera
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-18Fix possible crash with GENERATED ALWAYS columnsDavid Rowley
2020-04-17Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane
2020-04-16Fix the usage of parallel and full options of vacuum command.Amit Kapila
2020-04-14Account for collation when coercing the output of a SQL function.Tom Lane
2020-04-14Add a wait_for_catchup() before immediate stop of a test master.Noah Misch
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-09Further stabilize results of 019_replslot_limit.pl.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut
2020-04-08Stabilize incremental_sort testsTomas Vondra
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Fix crash when using COLLATE in partition bound expressionsMichael Paquier
2020-04-08Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-08Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-07Appease perlcriticAlvaro Herrera
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra