index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
*
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
*
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-19
*
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-12-17
*
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-17
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
*
Fix off-by-one in memory allocation for quote_literal_cstr().
Heikki Linnakangas
2016-12-16
*
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-12-13
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-09
*
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-09
*
Fix bogus comment.
Robert Haas
2016-12-08
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-12-06
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2016-12-06
*
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-04
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.
Tom Lane
2016-11-29
*
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-11-29
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-25
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Fix typo in comment
Magnus Hagander
2016-11-25
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Fix PGLC_localeconv() to handle errors better.
Tom Lane
2016-11-21
*
Fix test for subplans in force-parallel mode.
Tom Lane
2016-11-21
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
*
Code review for GUC serialization/deserialization code.
Tom Lane
2016-11-19
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
Fix typo in comment
Magnus Hagander
2016-11-14
*
Fix partial aggregation for the case of a degenerate GROUP BY clause.
Tom Lane
2016-11-10
*
Fix handling of symlinked pg_stat_tmp and pg_replslot
Magnus Hagander
2016-11-07
*
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
*
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-02
*
Fix nasty performance problem in tsquery_rewrite().
Tom Lane
2016-10-30
*
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
*
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-30
*
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
Translation updates
Peter Eisentraut
2016-10-24
[next]