summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
28 hoursFix inconsistent quoting of role names in ACLs.Tom Lane
33 hoursAdd FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
33 hoursAdd MODE option to CHECKPOINT command.Nathan Bossart
33 hoursAdd option list to CHECKPOINT command.Nathan Bossart
33 hoursRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
34 hoursForce LC_NUMERIC to C while running TAP tests.Tom Lane
2 daysFix sslkeylogfile error handling loggingDaniel Gustafsson
3 daysinjection_points: Add injection_points_list()Michael Paquier
4 daysIntroduce pg_dsm_registry_allocations view.Nathan Bossart
5 daysConsider explicit incremental sort for Append and MergeAppendRichard Guo
5 daysAdapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera
6 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
9 daysDisable commit timestamps during bootstrapMichael Paquier
9 daysSimplify COALESCE() with one surviving argument.Tom Lane
9 daysObtain required table lock during cross-table updates, redux.Tom Lane
10 daysPrevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
10 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
10 daysSupport multi-line headers in COPY FROM command.Fujii Masao
10 daysImprove checks for GUC recovery_target_timelineMichael Paquier
10 daysEnable use of Memoize for ANTI joinsRichard Guo
10 daysFix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart
10 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
10 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
10 daysFix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
11 daysMake row compares robust during nbtree array scans.Peter Geoghegan
11 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
12 daysAdd new OID alias type regdatabase.Nathan Bossart
13 daysAvoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan
13 daysAlign log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
13 daysRun pgperltidyJoe Conway
13 daysFix some new issues with planning of PlaceHolderVars.Tom Lane
13 daysObtain required table lock during cross-table constraint updates.Tom Lane
2025-06-28Message style improvementsPeter Eisentraut
2025-06-27Use correct DatumGet*() function in test_shm_mq_main().Nathan Bossart
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-26Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
2025-06-26Expand virtual generated columns for ALTER COLUMN TYPERichard Guo
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-25Avoid scribbling of VACUUM optionsMichael Paquier
2025-06-24Test that vacuum removes tuples older than OldestXminMelanie Plageman
2025-06-24Fix virtual generated column type checking for ALTER TABLEPeter Eisentraut
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-23Temporarily remove 046_checkpoint_logical_slot.plAlexander Korotkov
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-19Improve runtime and output of tests for replication slots checkpointing.Alexander Korotkov
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-06Fixed signed/unsigned mismatch in test_dsm_registry.Nathan Bossart
2025-06-05Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera