aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* 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
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Fix typo in regression test commentAndrew Dunstan2018-10-24
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* 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
* 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
* Remove abstime, reltime, tinterval tables from old regression databases.Tom Lane2018-10-12
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* 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
* Fix duplicate primary keys in partitionsAlvaro Herrera2018-10-04
* MAXALIGN the target address where we store flattened value.Amit Kapila2018-10-03
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* 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 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
* 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
* 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
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane2018-08-12
* Fix wrong order of operations in inheritance_planner.Tom Lane2018-08-11
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-08
* Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.Heikki Linnakangas2018-08-05