aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane2023-07-14
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* parallel_schedule: add comment on event_trigger test dependencyAlvaro Herrera2023-07-12
* Allow some exclusion constraints on partitionsPeter Eisentraut2023-07-12
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Message wording improvementsPeter Eisentraut2023-07-10
* Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier2023-07-10
* Fix Perl warningPeter Eisentraut2023-07-08
* test_extensions: sync meson.build with Makefile.Jeff Davis2023-07-07
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* pg_regress: Remove unused variableDaniel Gustafsson2023-07-06
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* pgstat: fix subscription stats entry leak.Masahiko Sawada2023-07-05
* Clean up command argument assemblyPeter Eisentraut2023-07-05
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Allow Incremental Sorts on GiST and SP-GiST indexesDavid Rowley2023-07-04
* libpq: Add support for Close on portals and statementsMichael Paquier2023-07-04
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Improve BRIN minmax-multi opclass test coverageTomas Vondra2023-07-02
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier2023-06-30
* Defend against bogus parameterization of join input paths.Tom Lane2023-06-29
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Error message wording improvementsPeter Eisentraut2023-06-29
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Fix incorrect error message in libpq_pipelineMichael Paquier2023-06-23
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-06-21
* initdb: change default --locale-provider back to libc.Jeff Davis2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Disable use of archiving in 009_twophase.plMichael Paquier2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Fix another cause of "wrong varnullingrels" planner failures.Tom Lane2023-06-20
* Don't include outer join relids in lateral_relids bitmapsets.Tom Lane2023-06-20
* Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane2023-06-20
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* test_extensions: make meson.build consistent with Makefile.Jeff Davis2023-06-19
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* pg_regress: for --no-locale, use LOCALE='C'.Jeff Davis2023-06-19
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis2023-06-16
* When removing a left join, clean out references in EquivalenceClasses.Tom Lane2023-06-15
* Add missing subscription TAP test for mesonMichael Paquier2023-06-15
* Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane2023-06-13
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13