aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane2019-11-06
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Request small targetlist for input to WindowAgg.Andrew Gierth2019-11-06
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Catch invalid typlens in a couple of placesPeter Eisentraut2019-11-04
* Suppress warning from older compilers.Tom Lane2019-11-03
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier2019-11-01
* Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier2019-10-29
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier2019-10-25
* Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier2019-10-23
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Update obsolete comment.Etsuro Fujita2019-10-21
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-18
* Fix typoAlvaro Herrera2019-10-18
* Update comments about progress reporting by index_dropAlvaro Herrera2019-10-18
* Fix timeout handling in logical replication workerMichael Paquier2019-10-18
* Fix minor bug in logical-replication walsender shutdownAlvaro Herrera2019-10-17
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-17
* Fix bug that could try to freeze running multixacts.Thomas Munro2019-10-17
* Fix crash when reporting CREATE INDEX progressAlvaro Herrera2019-10-16
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-11
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-09
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-07
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund2019-10-04
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-30