aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-05
* 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
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier2023-02-08
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23