aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* 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 full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* 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 detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Add a wait_for_catchup() before immediate stop of a test master.Noah Misch2020-04-13
* 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
* Fix crash when using COLLATE in partition bound expressionsMichael Paquier2020-04-08
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane2020-04-07
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Add regression tests for constraint errors in partitioned tables.Andres Freund2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix test case instability introduced in 085b6b667.Tom Lane2020-03-11
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier2020-03-03
* Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier2020-03-03
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Suppress unnecessary RelabelType nodes in more cases.Tom Lane2020-02-26
* Simplify FK-to-partitioned regression test queryAlvaro Herrera2020-02-20
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Fix failure to create FKs correctly in partitionsAlvaro Herrera2020-02-07
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-07
* Fix bug in Tid scan.Fujii Masao2020-02-07
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-05
* Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane2020-02-04
* Revert commit de0177788b.Fujii Masao2020-02-03
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Fix typo in recently-added TAP test for replication slotsMichael Paquier2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix slot data persistency when advancing physical replication slotsMichael Paquier2020-01-30
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22