aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Fix the tests added by commit ac4645c015.Amit Kapila2021-04-06
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Fix some issues with SSL and Kerberos testsMichael Paquier2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Change PostgresNode::connect_fails() to never send down queriesMichael Paquier2021-04-06
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-05
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Add regression test for minmax-multi macaddr8 typeTomas Vondra2021-04-04
* Use more verbose matching patterns for errors in SSL TAP testsMichael Paquier2021-04-03
* Fix typo in 6d7a6feac4Andrew Dunstan2021-04-02
* Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut2021-04-02
* Attempt to fix unstable Result Cache regression testsDavid Rowley2021-04-02
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Improve stability of test with vacuum_truncate in reloptions.sqlMichael Paquier2021-04-02
* Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera2021-04-01
* libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera2021-04-01
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Make extract(timetz) tests a bit more interestingPeter Eisentraut2021-04-01
* Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier2021-04-01
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01