aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* 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
* 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
* 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
* Fix old TAP tests' method for selecting a valid PGPORT value.Tom Lane2018-11-19
* 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
* Remove abstime, reltime, tinterval tables from old regression databases.Tom Lane2018-10-12
* 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
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Fix libpq example programsPeter Eisentraut2018-07-01
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Fix misprocessing of equivalence classes involving record_eq().Tom Lane2018-05-16
* Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane2018-05-02
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-29
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* test_ddl_deparse: rename matviewAlvaro Herrera2018-03-15
* test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera2018-03-15
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Remove restriction on SQL block length in isolationtester scanner.Tom Lane2018-02-28
* Remove regression tests' CREATE FUNCTION commands for unused C functions.Tom Lane2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Schema-qualify references in test_ddl_deparse test script.Tom Lane2018-02-26
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26