aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Code review for GUC serialization/deserialization code.Tom Lane2016-11-19
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Fix typo in commentMagnus Hagander2016-11-14
* Fix partial aggregation for the case of a degenerate GROUP BY clause.Tom Lane2016-11-10
* Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander2016-11-07
* Don't make FK-based selectivity estimates in inheritance situations.Tom Lane2016-11-02
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-02
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-27
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Fix typos in comments.Heikki Linnakangas2016-10-26
* Translation updatesPeter Eisentraut2016-10-24