summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-10-16Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane
2018-10-14Make some subquery-using test cases a bit more robust.Tom Lane
2018-10-14Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane
2018-10-14Clean up/tighten up coercibility checks in opr_sanity regression test.Tom Lane
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-10Test that event triggers work in functions and proceduresPeter Eisentraut
2018-10-09Remove no-longer-needed variant expected regression result files.Tom Lane
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2018-10-08Improve two error messages related to foreign keys on partitioned tablesMichael Paquier
2018-10-07Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-10-06Improve the accuracy of floating point statistical aggregates.Dean Rasheed
2018-10-04Fix duplicate primary keys in partitionsAlvaro Herrera
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-10-02Test passing expanded-value representations to workers.Amit Kapila
2018-10-01Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-09-26Improve test coverage of geometric typesTomas Vondra
2018-09-26Add basic regression tests for default monitoring rolesMichael Paquier
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-20Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-14Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera
2018-09-14Order active window clauses for greater reuse of Sort nodes.Andrew Gierth
2018-09-14Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-09-11Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane
2018-09-11Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth
2018-09-09Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov
2018-09-09Allow ENOENT in check_mode_recursive().Noah Misch
2018-09-08Fix logical subscriber wait in test.Noah Misch
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-09-04Prohibit pushing subqueries containing window function calculation toAmit Kapila
2018-09-03Remove pg_constraint.conincludingAlvaro Herrera
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-08-30Error position support for partition specificationsPeter Eisentraut
2018-08-30Error position support for defaults and check constraintsPeter Eisentraut
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-08-24Add more tests for VACUUM skips with partitioned tablesMichael Paquier
2018-08-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-08-22Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut