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