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