aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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
* Allow extracting fields from a ROW() expression in more cases.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
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-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
* Refactor routine to find single log content pattern in TAP testsMichael 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
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-14
* For Kerberos testing, disable DNS lookupsStephen Frost2023-04-07
* For Kerberos testing, disable reverse DNS lookupStephen Frost2023-04-07
* Stabilize just-added regression test cases.Tom Lane2023-04-06
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-06
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-21
* tests: Prevent syslog activity by slapd, take 2Andres Freund2023-03-16
* tests: Minimize syslog activity by slapdAndres Freund2023-03-16
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan2023-03-12
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06