summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-10-11Fix missed optimization in relation_excluded_by_constraints().Tom Lane
2023-10-10Fix possible crash in add_paths_to_append_rel()David Rowley
2023-10-10worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONNMichael Paquier
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-06Add test for checking the line length of --help outputPeter Eisentraut
2023-10-06worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONNMichael Paquier
2023-10-06worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONNMichael Paquier
2023-10-05Consider cheap startup paths in add_paths_to_append_relDavid Rowley
2023-10-05worker_spi: Expand set of options to start workersMichael Paquier
2023-10-04test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-04worker_spi: Rename custom wait event to "WorkerSpiMain"Michael Paquier
2023-10-03Fix incorrect format placeholderPeter Eisentraut
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-10-02Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier
2023-10-02psql: Set variables from query result on failure when printing tuplesMichael Paquier
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-23Fix typo in test commentDaniel Gustafsson
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-14Remove redundant result assignment in 004_sync.pl.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-09-07Move privilege check to the right placeAlvaro Herrera
2023-09-07Fix instability in 031_recovery_conflict.pl.Thomas Munro
2023-09-06Update comments to match location of definitionDaniel Gustafsson
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-01Fix not-null constraint testAlvaro Herrera
2023-09-01ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera
2023-08-29Disallow changing NO INHERIT status of a not-null constraintAlvaro Herrera
2023-08-29Perl: Remove useless linesAlvaro Herrera
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-28Convert encrypted SSL test keys to PKCS#8 formatPeter Eisentraut
2023-08-28Tighten unit parsing in internal valuesMichael Paquier
2023-08-28Tighten handling of "ago" in interval valuesMichael Paquier
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-08-25Avoid non-POSIX cp flagsAndres Freund
2023-08-25Rename test table to avoid cs_CZ locale problemAlvaro Herrera
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-24Use "template" data directory in testsAndres Freund
2023-08-24Add test for inherited CHECK constraint dropAlvaro Herrera