summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-20Fix planner failure in some cases of sorting by an aggregate.Tom Lane
2021-04-20Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan
2021-04-17Rethink extraction of collation dependencies.Tom Lane
2021-04-16Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan
2021-04-16Fix bogus collation-version-recording logic.Tom Lane
2021-04-16psql: Small fixes for better translatabilityPeter Eisentraut
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-15Provide query source text when parsing a SQL-standard function body.Tom Lane
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-15Stabilize recently-added information_schema test queries.Tom Lane
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-15Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier
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