summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-04-01Make extract(timetz) tests a bit more interestingPeter Eisentraut
2021-04-01Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Disable force_parallel_mode in libpq_pipelineAlvaro Herrera
2021-03-31Suppress compiler warning in libpq_pipeline.c.Tom Lane
2021-03-31Fix some libpq_pipeline test problemsAlvaro Herrera
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch
2021-03-31Add support for --extension in pg_dumpMichael Paquier
2021-03-30libpq_pipeline: add PQtrace() support and testsAlvaro Herrera
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-30Add tests for date_part of epoch near upper bound of timestamp rangePeter Eisentraut
2021-03-30Add upper boundary tests for timestamp and timestamptz typesPeter Eisentraut
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-29Clean up date_part tests a bitPeter Eisentraut
2021-03-29Add unistr functionPeter Eisentraut
2021-03-29Reset standard_conforming_strings in strings testPeter Eisentraut
2021-03-27Stabilize stats_ext test with other collationsTomas Vondra
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Reduce duration of stats_ext regression testsTomas Vondra
2021-03-26Fix ndistinct estimates with system attributesTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-24Allow for installation-aware instances of PostgresNodeAndrew Dunstan
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter Eisentraut
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-23Avoid possible crash while finishing up a heap rewrite.Tom Lane
2021-03-23Add bit_count SQL functionPeter Eisentraut
2021-03-22Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas
2021-03-22Make a test endure log_error_verbosity=verbose.Noah Misch
2021-03-22Fix new TAP test for 2PC transactions and PITRs on WindowsMichael Paquier
2021-03-21Simplify TAP tests of kerberos with expected log file contentsMichael Paquier
2021-03-21Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier