aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-28
* Fix thinko in commentAlvaro Herrera2018-03-26
* Fix typoAlvaro Herrera2018-03-26
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix tuple counting in SP-GiST index build.Tom Lane2018-03-22
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Repair crash with unsortable grouping sets.Andrew Gierth2018-03-21
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-19
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Fix query-lifespan memory leakage in repeatedly executed hash joins.Tom Lane2018-03-16
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-14
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-14
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane2018-03-13
* Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut2018-03-13
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Fix typoAlvaro Herrera2018-03-07
* Refrain from duplicating data in reorderbuffersAlvaro Herrera2018-03-06
* Fix bogus Name assignment in CreateStatisticsAlvaro Herrera2018-03-06
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-03
* Fix VM buffer pin management in heap_lock_updated_tuple_rec().Tom Lane2018-03-02
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-02
* Use ereport not elog for some corrupt-HOT-chain reports.Tom Lane2018-03-01
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-01
* Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane2018-02-28
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Translation updatesPeter Eisentraut2018-02-26
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Translation updatesPeter Eisentraut2018-02-05
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-05
* Be more wary about shm_toc_lookup failure.Tom Lane2018-02-02
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Fix possible failure to mark hash metapage dirty.Robert Haas2018-02-01
* Fix typo: colums -> columns.Robert Haas2018-01-31
* Fix list partition constraints for partition keys of array type.Robert Haas2018-01-31
* Fix up references to scram-sha-256Peter Eisentraut2018-01-30
* Improve bit perturbation in TupleHashTableHash.Andres Freund2018-01-29
* Backport: Add inline murmurhash32(uint32) function.Andres Freund2018-01-29
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-28
* Default monitoring roles - errataSimon Riggs2018-01-28