aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan2017-07-17
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* commit_ts test: Set node name in testAlvaro Herrera2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Fix COPY's handling of transition tables with indexes.Andrew Gierth2017-07-10
* Simplify the logic checking new range partition bounds.Dean Rasheed2017-07-06
* Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane2017-07-05
* Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut2017-07-05
* Fix race condition in recovery/t/009_twophase.pl test.Tom Lane2017-07-02
* Fix bug in PostgresNode::query_hash's split() call.Tom Lane2017-07-02
* Try to improve readability of recovery/t/009_twophase.pl test.Tom Lane2017-07-02
* Improve TAP test function PostgresNode::poll_query_until().Tom Lane2017-07-02
* Clean up misuse and nonuse of poll_query_until().Tom Lane2017-07-01
* Eat XIDs more efficiently in recovery TAP test.Tom Lane2017-06-28
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-28
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane2017-06-26
* Improve wait logic in TAP tests for streaming replication.Tom Lane2017-06-26
* Fix replication with replica identity fullPeter Eisentraut2017-06-23
* Add testing to detect errors of omission in "pin" dependency creation.Tom Lane2017-06-23
* Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Prevent table partitions from being turned into views.Dean Rasheed2017-06-21
* Make opr_sanity test complain about built-in functions marked prosecdef.Tom Lane2017-06-20
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-19
* Remove incorrect commentMagnus Hagander2017-06-17
* Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut2017-06-16
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-15
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-15
* Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut2017-06-14
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-14
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-14
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-14
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-13
* Fix failure to remove dependencies when a partition is detached.Robert Haas2017-06-13
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-12
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Clean up latch related code.Andres Freund2017-06-06
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05