aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* 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 a5b652f3a0.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 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
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Revert test added by commit d207038053.Amit Kapila2020-01-14
* Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier2020-01-12
* doc: Fix naming of SELinuxMichael Paquier2020-01-10
* Have logical replication subscriber fire column triggersPeter Eisentraut2020-01-06
* Fix cloning of row triggers to sub-partitionsAlvaro Herrera2020-01-02
* Fix comment in testPeter Eisentraut2020-01-02
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-22
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17
* Clean up some misplaced comments in partition_join.sql regression test.Etsuro Fujita2019-12-16
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-12
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-12
* Improve isolationtester's timeout management.Tom Lane2019-12-09
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Allow access to child table statistics if user can read parent table.Tom Lane2019-11-26
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-26
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-11-23
* Add test coverage for "unchanged toast column" replication code path.Tom Lane2019-11-22
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Skip system attributes when applying mvdistinct statsTomas Vondra2019-11-16
* Further improve stability of partition_prune regression test.Tom Lane2019-11-11
* Fix subscription testPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09