summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-08-02Fix typo in foreign_key.sqlMichael Paquier
2025-07-31Sort dump objects independent of OIDs, for the 7 holdout object types.Noah Misch
2025-07-29Add regression test for background worker restart after crash.Fujii Masao
2025-07-29Handle timeout in PostgreSQL::Test::Cluster::is_alive()Michael Paquier
2025-07-25Lower bounds related to pgstats kindsMichael Paquier
2025-07-24Fix cfbot failure caused by commit 228c370868.Amit Kapila
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-22Expand virtual generated columns before sublink pull-upRichard Guo
2025-07-19Reintroduce test 046_checkpoint_logical_slotAlexander Korotkov
2025-07-19Improve the stability of the recovery test 047_checkpoint_physical_slotAlexander Korotkov
2025-07-19Check status of nodes after regression test run in 027_stream_regressMichael Paquier
2025-07-19Add PostgreSQL::Test::Cluster::is_alive()Michael Paquier
2025-07-18Speed up byteain by not parsing traditional-style input twice.Tom Lane
2025-07-18Fix concurrent update trigger issues with MERGE in a CTE.Dean Rasheed
2025-07-17Add a test harness for the binary heap code.Nathan Bossart
2025-07-17Split regression tests for TOAST compression methods into two filesMichael Paquier
2025-07-16Fix dumping of comments on invalid constraints on domainsÁlvaro Herrera
2025-07-13In username-map substitution, cope with more than one \1.Tom Lane
2025-07-11Fix inconsistent quoting of role names in ACLs.Tom Lane
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
2025-07-11Add MODE option to CHECKPOINT command.Nathan Bossart
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-11Force LC_NUMERIC to C while running TAP tests.Tom Lane
2025-07-10Fix sslkeylogfile error handling loggingDaniel Gustafsson
2025-07-10injection_points: Add injection_points_list()Michael Paquier
2025-07-09Introduce pg_dsm_registry_allocations view.Nathan Bossart
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-07-07Adapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-04Disable commit timestamps during bootstrapMichael Paquier
2025-07-03Simplify COALESCE() with one surviving argument.Tom Lane
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane
2025-07-03Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
2025-07-03Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-03Improve checks for GUC recovery_target_timelineMichael Paquier
2025-07-03Enable use of Memoize for ANTI joinsRichard Guo
2025-07-02Fix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-02Allow width_bucket()'s "operand" input to be NaN.Tom Lane
2025-07-02Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
2025-07-02Make row compares robust during nbtree array scans.Peter Geoghegan
2025-07-02meson: Increase minimum version to 0.57.2Peter Eisentraut
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30Avoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan
2025-06-30Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
2025-06-30Run pgperltidyJoe Conway
2025-06-29Fix some new issues with planning of PlaceHolderVars.Tom Lane