summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-11-06Ban role pg_signal_backend from more superuser backend types.Noah Misch
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-11-04Fix usage of the parse tree for estimate_num_groups() in set operationsAlexander Korotkov
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-11-02Fix 003_check_guc.pl when loading modules with custom GUCsMichael Paquier
2023-10-30Expand regression tests for pg_stat_reset_shared()Michael Paquier
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-29Fix instable 006_login_trigger.pl testAlexander Korotkov
2023-10-29Guard against overflow in make_interval().Dean Rasheed
2023-10-28Allow relkind 'I' in type_sanity test.Tom Lane
2023-10-27Split event_trigger_login test from event_trigger testAlexander Korotkov
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra
2023-10-27Fix overflow when calculating timestamp distance in BRINTomas Vondra
2023-10-27Adjust parallel_schedule with event triggers on authenticated loginAlexander Korotkov
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-25Fix some regression tests for d3d55ce57136Alexander Korotkov
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-25Use snprintf instead of sprintf in pg_regress.Daniel Gustafsson
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-20Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-17Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
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