aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-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
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-25
* Replace alter_table.sql test usage of event triggers.Andres Freund2019-10-16
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Report test_atomic_ops() failures consistently, via macros.Noah Misch2019-10-05
* Disable one more set of tests from c8841199509.Andres Freund2019-10-05
* Disable one set of tests from c8841199509.Andres Freund2019-10-04
* Add isolation tests for the combination of EPQ and triggers.Andres Freund2019-10-04
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Suppress another CR in program outputAndrew Dunstan2019-09-30
* Allow SSL TAP tests to run on WindowsAndrew Dunstan2019-09-29
* Improve stability of partition_prune regression test.Tom Lane2019-09-28
* ANALYZE a_star and its children to avoid plan instability in tests.Tom Lane2019-09-27
* Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila2019-09-27
* Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane2019-09-25
* Message style fixesPeter Eisentraut2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov2019-09-20
* Remove unstable KNN SP-GiST testAlexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed2019-09-15
* Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch2019-09-13
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-09-10
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-09-09
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-09
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Improve new AND CHAIN testsPeter Eisentraut2019-09-09
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08