aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-26
* Improve test coverage of geometric typesTomas Vondra2018-09-26
* Add basic regression tests for default monitoring rolesMichael Paquier2018-09-26
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane2018-09-23
* Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov2018-09-20
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-14
* Order active window clauses for greater reuse of Sort nodes.Andrew Gierth2018-09-14
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov2018-09-09
* Allow ENOENT in check_mode_recursive().Noah Misch2018-09-08
* Fix logical subscriber wait in test.Noah Misch2018-09-08
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-01
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Error position support for partition specificationsPeter Eisentraut2018-08-30
* Error position support for defaults and check constraintsPeter Eisentraut2018-08-30
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-27