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
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix nextXid tracking bug on standbys (9.5-11 only).
Thomas Munro
2020-03-12
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix typo
Peter Eisentraut
2020-03-07
*
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
*
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-24
*
Remove extra word from comment.
Etsuro Fujita
2020-02-20
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
*
Translation updates
Peter Eisentraut
2020-02-10
*
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-09
*
Fix typo.
Amit Kapila
2020-02-06
*
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-06
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-05
*
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-04
*
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
*
Revert commit a5b652f3a0.
Fujii Masao
2020-02-03
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-31
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-30
*
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-27
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
*
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-15
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
*
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
*
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-08
*
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
2020-01-07
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
[next]