aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Guard against overflow in make_interval().Dean Rasheed2023-10-29
* Allow relkind 'I' in type_sanity test.Tom Lane2023-10-27
* Split event_trigger_login test from event_trigger testAlexander Korotkov2023-10-27
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Adjust parallel_schedule with event triggers on authenticated loginAlexander Korotkov2023-10-27
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix some regression tests for d3d55ce57136Alexander Korotkov2023-10-25
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Use snprintf instead of sprintf in pg_regress.Daniel Gustafsson2023-10-25
* Speed up pg_regress server readiness testing.Daniel Gustafsson2023-10-24
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane2023-10-20
* Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier2023-10-20
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane2023-10-17
* Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov2023-10-17
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Add regression test coverage for timetz_izone().Tom Lane2023-10-16
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* List 006_login_trigger.pl test for mesonAlexander Korotkov2023-10-16
* worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECKMichael Paquier2023-10-16
* worker_spi: Bump up max_worker_processes in TAP testsMichael Paquier2023-10-16
* Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov2023-10-16
* Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov2023-10-16
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix bulk table extension when copying into multiple partitionsAndres Freund2023-10-13
* Add support for AT LOCALMichael Paquier2023-10-13
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Fix missed optimization in relation_excluded_by_constraints().Tom Lane2023-10-11
* Fix possible crash in add_paths_to_append_rel()David Rowley2023-10-10
* worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONNMichael Paquier2023-10-10
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Add test for checking the line length of --help outputPeter Eisentraut2023-10-06
* worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONNMichael Paquier2023-10-06
* worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONNMichael Paquier2023-10-06
* Consider cheap startup paths in add_paths_to_append_relDavid Rowley2023-10-05
* worker_spi: Expand set of options to start workersMichael Paquier2023-10-05
* test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier2023-10-04
* worker_spi: Rename custom wait event to "WorkerSpiMain"Michael Paquier2023-10-04
* Fix incorrect format placeholderPeter Eisentraut2023-10-03
* Tidy-up some appendStringInfo*() usagesDavid Rowley2023-10-03