summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-04-13Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane
2021-04-13Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch
2021-04-13Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier
2021-04-12Remove no-longer-relevant test case.Tom Lane
2021-04-12Fix old bug with coercing the result of a COLLATE expression.Tom Lane
2021-04-12Fix out-of-bound memory access for interval -> char conversionMichael Paquier
2021-04-10Improve behavior of date_bin with origin in the futurePeter Eisentraut
2021-04-09Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08Add ORDER BY to some regression test queriesPeter Eisentraut
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-04-08Allow psql's \df and \do commands to specify argument types.Tom Lane
2021-04-07Fix regression test failure caused by commit 4f0b0966c8Bruce Momjian
2021-04-07Fix some failures with connection tests on Windows hostsMichael Paquier
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Remove channel binding requirement from clientcert=verify-full test.Tom Lane
2021-04-07Tighten up allowed names for custom GUC parameters.Tom Lane
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-06Fix test added by commit 9de9294b0c.Fujii Masao
2021-04-06Fix compiler warning for MSVC in libpq_pipeline.cDavid Rowley
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-04-06Increment xactCompletionCount during subtransaction abort.Andres Freund
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-04-06Fix handling of clauses incompatible with extended statisticsTomas Vondra
2021-04-06Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao
2021-04-06Mark test_enc_conversion() as STRICT.Heikki Linnakangas
2021-04-06ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut
2021-04-06Fix the tests added by commit ac4645c015.Amit Kapila
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-04-06Fix some issues with SSL and Kerberos testsMichael Paquier
2021-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-04-06Change PostgresNode::connect_fails() to never send down queriesMichael Paquier
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-05Add pg_read_all_data and pg_write_all_data rolesStephen Frost
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-04-04Add regression test for minmax-multi macaddr8 typeTomas Vondra
2021-04-03Use more verbose matching patterns for errors in SSL TAP testsMichael Paquier
2021-04-02Fix typo in 6d7a6feac4Andrew Dunstan
2021-04-02Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut
2021-04-02Attempt to fix unstable Result Cache regression testsDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-02Improve stability of test with vacuum_truncate in reloptions.sqlMichael Paquier
2021-04-01Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera
2021-04-01libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera