aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-25
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-25
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Reduce test time for disk-based Hash Aggregation.Jeff Davis2020-03-23
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-24
* Add regression tests for constraint errors in partitioned tables.Andres Freund2020-03-23
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Implement type regcollationPeter Eisentraut2020-03-18
* Recognize some OR clauses as compatible with functional dependenciesTomas Vondra2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane2020-03-17
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-15
* Improve test coverage for multi-column MCV listsTomas Vondra2020-03-14
* Improve test coverage for functional dependenciesTomas Vondra2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix test case instability introduced in 085b6b667.Tom Lane2020-03-11
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane2020-03-10
* Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane2020-03-10
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Show opclass and opfamily related information in psqlAlexander Korotkov2020-03-08
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-03
* Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier2020-03-03
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier2020-03-03
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Fix corner-case loss of precision in numeric ln().Dean Rasheed2020-03-01
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28