aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Make PostgresVersion code a bit more robust and simple.Andrew Dunstan2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Make PostgresNode version awareAndrew Dunstan2021-04-22
* Don't add a redundant constraint when detaching a partitionAlvaro Herrera2021-04-21
* fix silly perl error in commit d064afc720Andrew Dunstan2021-04-21
* Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan2021-04-20
* Rethink extraction of collation dependencies.Tom Lane2021-04-16
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-16
* Fix bogus collation-version-recording logic.Tom Lane2021-04-16
* psql: Small fixes for better translatabilityPeter Eisentraut2021-04-16
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Provide query source text when parsing a SQL-standard function body.Tom Lane2021-04-15
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Stabilize recently-added information_schema test queries.Tom Lane2021-04-15
* Revert "psql: Show all query results by default"Peter Eisentraut2021-04-15
* Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier2021-04-15
* Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane2021-04-13
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier2021-04-13
* Remove no-longer-relevant test case.Tom Lane2021-04-12
* Fix old bug with coercing the result of a COLLATE expression.Tom Lane2021-04-12
* Fix out-of-bound memory access for interval -> char conversionMichael Paquier2021-04-12
* Improve behavior of date_bin with origin in the futurePeter Eisentraut2021-04-10
* Suppress length of Notice/Error msgs in PQtrace regress modeAlvaro Herrera2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add ORDER BY to some regression test queriesPeter Eisentraut2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* Allow psql's \df and \do commands to specify argument types.Tom Lane2021-04-07
* Fix regression test failure caused by commit 4f0b0966c8Bruce Momjian2021-04-07
* Fix some failures with connection tests on Windows hostsMichael Paquier2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Remove channel binding requirement from clientcert=verify-full test.Tom Lane2021-04-07
* Tighten up allowed names for custom GUC parameters.Tom Lane2021-04-07
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Fix test added by commit 9de9294b0c.Fujii Masao2021-04-07
* Fix compiler warning for MSVC in libpq_pipeline.cDavid Rowley2021-04-07
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Increment xactCompletionCount during subtransaction abort.Andres Freund2021-04-06
* psql: Show all query results by defaultPeter Eisentraut2021-04-06
* Fix handling of clauses incompatible with extended statisticsTomas Vondra2021-04-06
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-06
* Mark test_enc_conversion() as STRICT.Heikki Linnakangas2021-04-06