aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Adjust error messagePeter Eisentraut2019-02-11
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Fix up confusion over how to use EXTRA_INSTALL.Tom Lane2019-01-11
* Update ssl test certificates and keysPeter Eisentraut2019-01-03
* pg_regress: Promptly detect failed postmaster startup.Noah Misch2018-12-31
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Disable WAL-skipping optimization for COPY on viewsMichael Paquier2018-12-23
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-19
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-12
* Fix test_rls_hooks to assign expression collations properly.Tom Lane2018-12-11
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-10
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-07
* Update additional float4/8 expected-output files.Tom Lane2018-11-24
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-24
* Disallow COPY FREEZE on partitioned tablesAlvaro Herrera2018-11-19
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-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
* 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
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* 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
* Add regression test for ATTACH PARTITIONMichael Paquier2018-10-08
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* 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
* 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
* 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
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Fix v10 back-patch of 076a3c2112b127b3b36346dbc64659f9a165f60f.Noah Misch2018-09-08
* Fix logical subscriber wait in test.Noah Misch2018-09-08
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04