aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane2023-11-14
* Don't try to dump RLS policies or security labels for extension objects.Tom Lane2023-11-13
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Compute aggregate argument types correctly in transformAggregateCall().Tom Lane2023-11-06
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Back-patch test cases for timetz_zone/timetz_izone.Tom Lane2023-10-17
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro2023-09-23
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-07
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Adjust kerberos and ldap tests for Homebrew on ARMPeter Eisentraut2023-07-04
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-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
* 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
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Accept fractional seconds in jsonpath's datetime() method.Tom Lane2023-06-12
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier2023-06-09
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-15