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
*
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
*
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 handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
*
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
*
Repair crash with unsortable grouping sets.
Andrew Gierth
2018-03-21
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-03-15
*
test_ddl_deparse: rename matview
Alvaro Herrera
2018-03-15
*
Clean up duplicate role and schema names in regression tests.
Tom Lane
2018-03-15
*
test_ddl_deparse: Don't use pg_class as source for a matview
Alvaro Herrera
2018-03-15
*
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-13
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-28
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
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
*
Synchronize doc/ copies of src/test/examples/.
Noah Misch
2018-02-23
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Fix typo: colums -> columns.
Robert Haas
2018-01-31
*
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-31
*
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-29
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
*
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
*
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-31
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
[next]