summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-19Fix corner-case failure in match_pattern_prefix().Tom Lane
2019-11-17Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-16Add tuplesort test to serial_schedule.Peter Geoghegan
2019-11-16Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier
2019-11-16Skip system attributes when applying mvdistinct statsTomas Vondra
2019-11-14Fix plan instability in the new tuplesort test.Andres Freund
2019-11-13Add tests for tuplesort.c.Andres Freund
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera
2019-11-11Further improve stability of partition_prune regression test.Tom Lane
2019-11-09Fix subscription testPeter Eisentraut
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-11-07Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane
2019-11-05Generate EquivalenceClass members for partitionwise child join rels.Tom Lane
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-02Validate ispell dictionaries more carefully.Tom Lane
2019-11-02Fix failure when creating cloned indexes for a partitionMichael Paquier
2019-10-28Allow extracting fields from a ROW() expression in more cases.Tom Lane
2019-10-28On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane
2019-10-28Handle empty-string edge cases correctly in strpos().Tom Lane
2019-10-28Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-10-25Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-22Make command order in test more sensiblePeter Eisentraut
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-16Replace alter_table.sql test usage of event triggers.Andres Freund
2019-10-16Remove obsolete collation test.Thomas Munro
2019-10-15Fix CLUSTER on expression indexes.Andres Freund
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-10Fix table rewrites that include a column without a default.Andres Freund
2019-10-05Report test_atomic_ops() failures consistently, via macros.Noah Misch
2019-10-05Disable one more set of tests from c8841199509.Andres Freund
2019-10-05Disable one set of tests from c8841199509.Andres Freund
2019-10-04Add isolation tests for the combination of EPQ and triggers.Andres Freund
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-10-04Fix bitshiftright()'s zero-padding some more.Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Fix test_session_hooks with parallel workersMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-09-30Rely on plan_cache_mode to force generic plans in partition_prune test.Tom Lane
2019-09-30Suppress another CR in program outputAndrew Dunstan
2019-09-30Fix SSL test for libpq connection parameter channel_bindingMichael Paquier