index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Update ssl test certificates and keys
Peter Eisentraut
2019-01-03
*
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
2018-12-31
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
*
Fix test_rls_hooks to assign expression collations properly.
Tom Lane
2018-12-11
*
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Update additional float4/8 expected-output files.
Tom Lane
2018-11-24
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-24
*
Fix old TAP tests' method for selecting a valid PGPORT value.
Tom Lane
2018-11-19
*
Lower privilege level of programs calling regression_main
Andrew Dunstan
2018-10-20
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
*
Remove abstime, reltime, tinterval tables from old regression databases.
Tom Lane
2018-10-12
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
*
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-23
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-17
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-09
*
Fix libpq example programs
Peter Eisentraut
2018-07-01
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
*
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
*
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-05-02
*
Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-29
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
test_ddl_deparse: rename matview
Alvaro Herrera
2018-03-15
*
test_ddl_deparse: Don't use pg_class as source for a matview
Alvaro Herrera
2018-03-15
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-28
*
Remove regression tests' CREATE FUNCTION commands for unused C functions.
Tom Lane
2018-02-27
*
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
*
Schema-qualify references in test_ddl_deparse test script.
Tom Lane
2018-02-26
*
Document security implications of search_path and the public schema.
Noah Misch
2018-02-26
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
[next]