summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-09-29Allow SSL TAP tests to run on WindowsAndrew Dunstan
2019-09-28Improve stability of partition_prune regression test.Tom Lane
2019-09-27Make pg_regress.c unset PGDATABASE during make installcheck.Tom Lane
2019-09-27ANALYZE a_star and its children to avoid plan instability in tests.Tom Lane
2019-09-27Finish reverting "Insert temporary debugging output in regression tests."Tom Lane
2019-09-27Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila
2019-09-27Fix lockmode initialization for custom relation optionsMichael Paquier
2019-09-25Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-25Update expected output for dummy_index_amAlvaro Herrera
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Make more stable regression tests of dummy_index_am for string validationsMichael Paquier
2019-09-25Add dummy_index_am to src/test/modules/Michael Paquier
2019-09-24Prevent bogus pullup of constant-valued functions returning composite.Tom Lane
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-09-23Message style fixesPeter Eisentraut
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-21Straighten out leakproofness markings on text comparison functions.Tom Lane
2019-09-20Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane
2019-09-20Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov
2019-09-19Remove unstable KNN SP-GiST testAlexander Korotkov