aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve performance of partition pruning remapping a little.Tom Lane2018-11-15
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-14
* Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera2018-11-13
* Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro2018-11-13
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Indicate session name in isolationtester noticesAlvaro Herrera2018-11-09
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-09
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth2018-11-06
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Remove unreferenced pg_opfamily entry.Tom Lane2018-11-05
* Block creation of partitions with open references to its parentMichael Paquier2018-11-05
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-05
* Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund2018-11-03
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Add pg_promote functionMichael Paquier2018-10-25
* Fix typo in regression test commentAndrew Dunstan2018-10-24
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Set pg_class.relhassubclass for partitioned indexesMichael Paquier2018-10-22
* Lower privilege level of programs calling regression_mainAndrew Dunstan2018-10-20
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Fix minor bug in isolationtester.Tom Lane2018-10-17
* Fix crash in multi-insert COPYPeter Eisentraut2018-10-17
* Avoid rare race condition in privileges.sql regression test.Tom Lane2018-10-16
* Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane2018-10-16
* Make some subquery-using test cases a bit more robust.Tom Lane2018-10-14
* Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane2018-10-14
* Clean up/tighten up coercibility checks in opr_sanity regression test.Tom Lane2018-10-14
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Make float exponent output on Windows look the same as elsewhere.Tom Lane2018-10-12
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Test that event triggers work in functions and proceduresPeter Eisentraut2018-10-10
* Remove no-longer-needed variant expected regression result files.Tom Lane2018-10-09
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-08
* Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera2018-10-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Improve the accuracy of floating point statistical aggregates.Dean Rasheed2018-10-06
* Fix duplicate primary keys in partitionsAlvaro Herrera2018-10-04
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Test passing expanded-value representations to workers.Amit Kapila2018-10-02
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30