aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* BRIN revmap pages are not standard pages ...Alvaro Herrera2017-01-09
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-06
* Fix possible leak of semaphore count.Robert Haas2017-01-05
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Silence compiler warningsJoe Conway2017-01-02
* Silence compiler warningsJoe Conway2017-01-02
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane2016-12-22
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-21
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-21
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-20
* Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane2016-12-19
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-19
* Fix FK-based join selectivity estimation for semi/antijoins.Tom Lane2016-12-17
* Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao2016-12-17
* Improve documentation around TS_execute().Tom Lane2016-12-16
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-16
* Prevent planagg.c from failing on queries containing CTEs.Tom Lane2016-12-13
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-09
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* Fix bogus comment.Robert Haas2016-12-08
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Fix unsafe assumption that struct timeval.tv_sec is a "long".Tom Lane2016-12-06
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-06
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2016-12-06
* Ensure gatherstate->nextreader is properly initialized.Robert Haas2016-12-05
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Don't mess up pstate->p_next_resno in transformOnConflictClause().Tom Lane2016-12-04
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.Tom Lane2016-11-29
* Fix incorrect variable type in set_rel_consider_parallel().Tom Lane2016-11-29
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Mark a query's topmost Paths parallel-unsafe if they will have initPlans.Tom Lane2016-11-25
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-25
* Fix typo in commentMagnus Hagander2016-11-25
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Fix test for subplans in force-parallel mode.Tom Lane2016-11-21
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-20