aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-09
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-01
* Fixes for multirange selectivity estimationAlexander Korotkov2021-06-29
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* Message style improvementsPeter Eisentraut2021-06-28
* Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier2021-06-28
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane2021-06-18
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier2021-06-14
* Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier2021-06-14
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-13
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Don't crash on empty statements in SQL-standard function bodies.Tom Lane2021-06-08
* Fix portability issue in test indirect_toastMichael Paquier2021-06-07
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane2021-06-01
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Improve some error wording with multirange type parsingMichael Paquier2021-05-31
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Improve docs and error messages for parallel vacuum.Amit Kapila2021-05-25
* Fix setrefs.c code for Result Cache nodesDavid Rowley2021-05-25
* Disallow whole-row variables in GENERATED expressions.Tom Lane2021-05-21
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Avoid creating testtablespace directories where not wanted.Tom Lane2021-05-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.Tom Lane2021-05-11
* Get rid of the separate serial_schedule list of tests.Tom Lane2021-05-11
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-11
* Fix typoPeter Eisentraut2021-05-11
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Fix typoPeter Eisentraut2021-05-07
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Fix performance issue in new regex match-all detection code.Tom Lane2021-05-03
* Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov2021-05-03
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley2021-04-30
* Fix pg_identify_object_as_address() with event triggersMichael Paquier2021-04-28
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Don't add a redundant constraint when detaching a partitionAlvaro Herrera2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21