aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* OpenSSL 3.0.0 compatibility in testsPeter Eisentraut2020-06-05
* Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* psql: Clean up terminology in \dAp commandPeter Eisentraut2020-06-04
* Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan2020-06-01
* Fix crashes with currtid() and currtid2()Michael Paquier2020-06-01
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-31
* Fix typo in test comment.Heikki Linnakangas2020-05-28
* WITH TIES: number of rows is optional and defaults to oneAlvaro Herrera2020-05-18
* Cosmetic improvement for psql opfamily-related informationAlexander Korotkov2020-05-17
* Improve ordering for \dAo and \dAp psql commandsAlexander Korotkov2020-05-17
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-12
* Do pre-release housekeeping on catalog data.Tom Lane2020-05-12
* Correct standbycheck regression test output.Fujii Masao2020-05-12
* Fix findoidjoins to recognize oidvector columns.Tom Lane2020-05-09
* Update oidjoins regression test for v13.Tom Lane2020-05-09
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Fix YA text phrase search bug.Tom Lane2020-05-07
* 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