aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Extend SQL function tests lightlyPeter Eisentraut2020-09-05
* 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
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add string_to_table() function.Tom Lane2020-09-02
* Add access method names to \d[i|m|t]+ in psqlMichael Paquier2020-09-02
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* Improve test coverage of ginvacuum.c.Tom Lane2020-09-01
* 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
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Add regression test for pg_backend_memory_contexts.Fujii Masao2020-08-26
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix explain regression test failure.Fujii Masao2020-08-22
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* Fix use-after-release issue in PL/SampleMichael Paquier2020-08-18
* Add PL/Sample to src/test/modules/Michael Paquier2020-08-18
* Disable autovacuum for BRIN test tableAlvaro Herrera2020-08-17
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix typo in test comment.Heikki Linnakangas2020-08-14
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Support testing of cases where table schemas change after planning.Tom Lane2020-08-07
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* Make new SSL TAP test for channel_binding more robustMichael Paquier2020-08-04
* Fix rare failure in LDAP tests.Thomas Munro2020-08-03
* Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane2020-07-31
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-28
* Mark built-in coercion functions as leakproof where possible.Tom Lane2020-07-25
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* Fix some corner cases for window ranges with infinite offsets.Tom Lane2020-07-20
* Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane2020-07-20
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao2020-07-20
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan2020-07-16
* Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier2020-07-15
* 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