aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier2020-07-13
* Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier2020-07-12
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-11
* Improve error reporting for jsonpath .double() methodAlexander Korotkov2020-07-11
* Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier2020-07-10
* Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-08
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-08
* Remove junk in test filePeter Eisentraut2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Resolve gratuitous tabs in test SQL filePeter Eisentraut2020-07-07
* Fix typo in testPeter Eisentraut2020-07-06
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-01
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* 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
* Disallow factorial of negative numbersPeter Eisentraut2020-06-18
* Expand tests for factorialPeter Eisentraut2020-06-18