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
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
*
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
[next]