summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-10-17Back-patch test cases for timetz_zone/timetz_izone.Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-15Allow extracting fields from a ROW() expression in more cases.Tom Lane
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-07Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-04Adjust kerberos and ldap tests for Homebrew on ARMPeter Eisentraut
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-13Add MacPorts support to src/test/ldap tests.Tom Lane
2023-04-07For Kerberos testing, disable DNS lookupsStephen Frost
2023-04-07For Kerberos testing, disable reverse DNS lookupStephen Frost
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-17tests: Prevent syslog activity by slapd, take 2Andres Freund
2023-03-17tests: Minimize syslog activity by slapdAndres Freund
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
2023-03-13Fix failure to detect some cases of improperly-nested aggregates.Tom Lane
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-25Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-08Backpatch OpenSSL 3.0.0 compatibility in testsPeter Eisentraut
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane