summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-09-01Raise error on concurrent drop of partitioned indexAlvaro Herrera
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-08-26Add regression test for pg_backend_memory_contexts.Fujii Masao
2020-08-22Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane
2020-08-22Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-21Fix explain regression test failure.Fujii Masao
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18Fix use-after-release issue in PL/SampleMichael Paquier
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14Fix typo in test comment.Heikki Linnakangas
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-07Support testing of cases where table schemas change after planning.Tom Lane
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-08-04Make new SSL TAP test for channel_binding more robustMichael Paquier
2020-08-03Fix rare failure in LDAP tests.Thomas Munro
2020-07-31Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane
2020-07-28Fix some issues with step generation in partition pruning.Etsuro Fujita
2020-07-25Mark built-in coercion functions as leakproof where possible.Tom Lane
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-07-21Fix some corner cases for window ranges with infinite offsets.Tom Lane
2020-07-20Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-14Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane
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