aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix capitalization of messages, per style guidePeter Eisentraut2020-05-05
* Add nbtree ScalarArrayOpExpr tests.Peter Geoghegan2020-04-30
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Fix checkpoint signallingAlvaro Herrera2020-04-29
* Add LP_DEAD deletion of a posting list tuple test.Peter Geoghegan2020-04-28
* Fix definition of pg_statio_all_tables viewAlexander Korotkov2020-04-28
* Add more TAP coverage for archive status with crash recovery of standbysMichael Paquier2020-04-28
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Raise a timeout to 180s, in test 003_recovery_targets.pl.Noah Misch2020-04-25
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix cost_incremental_sort for expressions with varno 0Tomas Vondra2020-04-23
* psql \d: Display table where trigger is defined, if inheritedAlvaro Herrera2020-04-21
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane2020-04-17
* Fix the usage of parallel and full options of vacuum command.Amit Kapila2020-04-16
* Account for collation when coercing the output of a SQL function.Tom Lane2020-04-14
* Add a wait_for_catchup() before immediate stop of a test master.Noah Misch2020-04-13
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Further stabilize results of 019_replslot_limit.pl.Tom Lane2020-04-09
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-09
* Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut2020-04-09
* Stabilize incremental_sort testsTomas Vondra2020-04-08
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Fix crash when using COLLATE in partition bound expressionsMichael Paquier2020-04-08
* Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera2020-04-07
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* Appease perlcriticAlvaro Herrera2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-07
* Minor improvements in Incremental Sort explainTomas Vondra2020-04-07
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Fix failures in incremental_sort due to number of workersTomas Vondra2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Re-stabilize infinite_recurse() test case.Tom Lane2020-04-06
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Further improve stability fix for partition_aggregate test.Tom Lane2020-04-05
* Add perl2host call missing from a new test file.Noah Misch2020-04-04
* Remove bogus Assert, add some regression test cases showing why.Tom Lane2020-04-04