summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-18Disallow factorial of negative numbersPeter Eisentraut
2020-06-18Expand tests for factorialPeter Eisentraut
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-16Lobotomize test for float -Inf ^ -2, at least for now.Tom Lane
2020-06-15Fix power() for infinity inputs some more.Tom Lane
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2020-06-13Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane
2020-06-13Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11Fix typos.Amit Kapila
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-09Repair unstable regression test.Tom Lane
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-06-05OpenSSL 3.0.0 compatibility in testsPeter Eisentraut
2020-06-05Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-06-04psql: Clean up terminology in \dAp commandPeter Eisentraut
2020-06-01Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan
2020-06-01Fix crashes with currtid() and currtid2()Michael Paquier
2020-05-31Make install-tests target work with vpath buildsAndrew Dunstan
2020-05-28Fix typo in test comment.Heikki Linnakangas
2020-05-18WITH TIES: number of rows is optional and defaults to oneAlvaro Herrera
2020-05-17Cosmetic improvement for psql opfamily-related informationAlexander Korotkov
2020-05-17Improve ordering for \dAo and \dAp psql commandsAlexander Korotkov
2020-05-17Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier
2020-05-16Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier
2020-05-16Change locktype "speculative token" to "spectoken".Tom Lane
2020-05-16Fix walsender error cleanup codeAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch
2020-05-12Rework EXPLAIN format for incremental sortTomas Vondra
2020-05-12Do pre-release housekeeping on catalog data.Tom Lane
2020-05-12Correct standbycheck regression test output.Fujii Masao
2020-05-09Fix findoidjoins to recognize oidvector columns.Tom Lane
2020-05-09Update oidjoins regression test for v13.Tom Lane
2020-05-08Fix several DDL issues of generated columns versus inheritancePeter Eisentraut
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut