aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-07
* Add collation assignment to CALL statementPeter Eisentraut2019-02-07
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-02-06
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Keep perl style checker happyAndrew Dunstan2019-02-05
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-05
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Simplify coding to detach constraints when detaching partitionAlvaro Herrera2019-01-24
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-23
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-22
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-01-21
* Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita2019-01-21
* Fix outdated commentPeter Eisentraut2019-01-19
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15
* Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera2019-01-14
* Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan2019-01-11
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-11
* Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan2019-01-10
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-02
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Prioritize history files when archivingMichael Paquier2018-12-24
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-23
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Fix lock level used for partition when detaching itAlvaro Herrera2018-12-20
* DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera2018-12-20
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-19
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Fix ancient thinko in mergejoin cost estimation.Tom Lane2018-12-18
* Remove extra semicolons.Amit Kapila2018-12-17
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Fix bogus logic for skipping unnecessary partcollation dependencies.Tom Lane2018-12-13
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13