summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Revert b6002a796David Rowley2021-04-0112-479/+174
* Add Result Cache executor nodeDavid Rowley2021-04-0112-174/+479
* Fix has_column_privilege function corner caseJoe Conway2021-03-312-1/+15
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-318-365/+283
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-314-1/+125
* Add support for asynchronous execution.Etsuro Fujita2021-03-314-2/+14
* Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch2021-03-302-0/+43
* In messages, use singular nouns for -1, like we do for +1.Bruce Momjian2021-03-301-11/+11
* Add tests for date_part of epoch near upper bound of timestamp rangePeter Eisentraut2021-03-304-0/+20
* Add upper boundary tests for timestamp and timestamptz typesPeter Eisentraut2021-03-304-8/+40
* Clean up date_part tests a bitPeter Eisentraut2021-03-296-235/+147
* Add unistr functionPeter Eisentraut2021-03-292-0/+49
* Reset standard_conforming_strings in strings testPeter Eisentraut2021-03-292-1/+4
* Stabilize stats_ext test with other collationsTomas Vondra2021-03-272-153/+153
* Extended statistics on expressionsTomas Vondra2021-03-276-75/+1959
* Reduce duration of stats_ext regression testsTomas Vondra2021-03-262-25/+25
* Fix ndistinct estimates with system attributesTomas Vondra2021-03-261-1/+1
* Add "pg_database_owner" default role.Noah Misch2021-03-262-0/+92
* BRIN minmax-multi indexesTomas Vondra2021-03-266-10/+866
* BRIN bloom indexesTomas Vondra2021-03-267-5/+818
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-253-0/+26
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-252-0/+49
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-252-2/+2
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-242-7/+6
* Add date_bin functionPeter Eisentraut2021-03-244-0/+266
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-245-963/+1
* Avoid possible crash while finishing up a heap rewrite.Tom Lane2021-03-232-0/+11
* Add bit_count SQL functionPeter Eisentraut2021-03-234-0/+25
* Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas2021-03-223-0/+17
* Make compression.sql regression test independent of default.Tom Lane2021-03-213-0/+10
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-196-3/+827
* Implement GROUP BY DISTINCTTomas Vondra2021-03-182-0/+137
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-183-5/+98
* Small error message improvementPeter Eisentraut2021-03-171-2/+2
* Fix transaction.sql tests in higher isolation levels.Thomas Munro2021-03-172-0/+6
* Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro2021-03-172-0/+6
* Add some basic tests for progress reporting of COPYMichael Paquier2021-03-162-0/+116
* Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro2021-03-1510-30/+14
* Forbid marking an identity column as nullable.Tom Lane2021-03-122-0/+22
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-102-48/+0
* Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane2021-03-102-0/+34
* Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier2021-03-102-22/+13
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-104-0/+873
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-091-1/+5
* Add support for more progress reporting in COPYMichael Paquier2021-03-091-1/+14
* Remove support for SSL compressionMichael Paquier2021-03-091-5/+4
* Add bit_xor aggregate functionPeter Eisentraut2021-03-062-10/+25
* Add trim_array() function.Tom Lane2021-03-032-0/+34
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-031-2/+3
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-014-0/+100