summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-10-17Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Add regression test coverage for timetz_izone().Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16List 006_login_trigger.pl test for mesonAlexander Korotkov
2023-10-16worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECKMichael Paquier
2023-10-16worker_spi: Bump up max_worker_processes in TAP testsMichael Paquier
2023-10-16Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov
2023-10-16Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-14Fix bulk table extension when copying into multiple partitionsAndres Freund
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
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