aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Partially revert "Insert temporary debugging output in regression tests."Tom Lane2019-08-11
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-11
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-10
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-08
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-07
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-06
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-01
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-01
* Run UTF8-requiring collation tests by defaultPeter Eisentraut2019-07-31
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-07-28
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-07-27
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-07-27
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix LDAP test instability.Thomas Munro2019-07-26
* Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund2019-07-25
* Fix slot type handling for Agg nodes performing internal sorts.Andres Freund2019-07-25
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-24
* Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier2019-07-25
* Improve stability of TAP test for synchronous replicationMichael Paquier2019-07-24
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Improve psql's \d output for partitioned indexes.Tom Lane2019-07-23
* Improve psql's \d output for TOAST tables.Tom Lane2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-22
* initdb: Change authentication defaultsPeter Eisentraut2019-07-22
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix handling of NULLs in MCV items and constantsTomas Vondra2019-07-18
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-14
* Warn if wal_level is too low when creating a publication.Thomas Munro2019-07-13
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09