summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-07-14Fix timing issue with ALTER TABLE's validate constraintDavid Rowley
2020-07-14Cope with lateral references in the quals of a subquery RTE.Tom Lane
2020-07-13Improvements to psql \dAo and \dAp commandsAlexander Korotkov
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-13Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier
2020-07-12Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-07-11Improve error reporting for jsonpath .double() methodAlexander Korotkov
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-07-09Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-08Remove junk in test filePeter Eisentraut
2020-07-07Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera
2020-07-07Resolve gratuitous tabs in test SQL filePeter Eisentraut
2020-07-06Fix typo in testPeter Eisentraut
2020-07-05Rename enable_incrementalsort for clarityPeter Eisentraut
2020-07-01Fix removal of files generated by TAP tests for SSLMichael Paquier
2020-06-30Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-18Disallow factorial of negative numbersPeter Eisentraut
2020-06-18Expand tests for factorialPeter Eisentraut
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-16Lobotomize test for float -Inf ^ -2, at least for now.Tom Lane
2020-06-15Fix power() for infinity inputs some more.Tom Lane
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2020-06-13Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane
2020-06-13Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11Fix typos.Amit Kapila
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-09Repair unstable regression test.Tom Lane
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-06-05OpenSSL 3.0.0 compatibility in testsPeter Eisentraut
2020-06-05Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane