aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Correctly mark pg_subscription.subslotname as nullable.Tom Lane2020-07-19
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Cope with lateral references in the quals of a subquery RTE.Tom Lane2020-07-13
* Improvements to psql \dAo and \dAp commandsAlexander Korotkov2020-07-13
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-11
* Improve error reporting for jsonpath .double() methodAlexander Korotkov2020-07-11
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-01
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Future-proof regression tests against possibly-missing posixrules file.Tom Lane2020-06-19
* Fix deadlock danger when atomic ops are done under spinlock.Andres Freund2020-06-18
* Add basic spinlock tests to regression tests.Andres Freund2020-06-18
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane2020-06-13
* Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane2020-06-11
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Fix typos.Amit Kapila2020-06-11
* Repair unstable regression test.Tom Lane2020-06-09
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* OpenSSL 3.0.0 compatibility in testsPeter Eisentraut2020-06-05
* Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* psql: Clean up terminology in \dAp commandPeter Eisentraut2020-06-04
* Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan2020-06-01
* Fix crashes with currtid() and currtid2()Michael Paquier2020-06-01
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-31
* Fix typo in test comment.Heikki Linnakangas2020-05-28
* WITH TIES: number of rows is optional and defaults to oneAlvaro Herrera2020-05-18
* Cosmetic improvement for psql opfamily-related informationAlexander Korotkov2020-05-17
* Improve ordering for \dAo and \dAp psql commandsAlexander Korotkov2020-05-17
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-12
* Do pre-release housekeeping on catalog data.Tom Lane2020-05-12
* Correct standbycheck regression test output.Fujii Masao2020-05-12
* Fix findoidjoins to recognize oidvector columns.Tom Lane2020-05-09
* Update oidjoins regression test for v13.Tom Lane2020-05-09
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08