aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Use factorial rather than numeric_fac in create_operator.sql.Tom Lane2020-09-18
* Fix interpolation in test name.Noah Misch2020-09-13
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-13
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Make new authentication test case more robust.Tom Lane2020-09-04
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-04
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-04
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-03
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Disable autovacuum for BRIN test tableAlvaro Herrera2020-08-17
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix typo in test comment.Heikki Linnakangas2020-08-14
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* Fix rare failure in LDAP tests.Thomas Munro2020-08-03
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-28
* Kluge slot_compile_deform() to ignore incorrect attnotnull markings.Tom Lane2020-07-20
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* 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
* 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
* 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
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Fix typos.Amit Kapila2020-06-11
* Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* 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
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Fix YA text phrase search bug.Tom Lane2020-05-07
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18