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
*
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-07
*
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-07
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
*
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-06
*
Keep perl style checker happy
Andrew Dunstan
2019-02-05
*
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2019-02-05
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
*
Simplify coding to detach constraints when detaching partition
Alvaro Herrera
2019-01-24
*
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-23
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
llvm: Fix file-ending in IDENTIFICATION comments.
Andres Freund
2019-01-22
*
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Tom Lane
2019-01-21
*
Create action triggers when partitions are detached
Alvaro Herrera
2019-01-21
*
Flush relcache entries when their FKs are meddled with
Alvaro Herrera
2019-01-21
*
Postpone generating tlists and EC members for inheritance dummy children.
Etsuro Fujita
2019-01-21
*
Fix outdated comment
Peter Eisentraut
2019-01-19
*
Fix creation of duplicate foreign keys on partitions
Alvaro Herrera
2019-01-18
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2019-01-14
*
Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Andrew Dunstan
2019-01-11
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2019-01-10
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
*
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2019-01-02
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Prioritize history files when archiving
Michael Paquier
2018-12-24
*
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-23
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
*
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
*
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
*
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
*
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-18
*
Remove extra semicolons.
Amit Kapila
2018-12-17
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Fix bogus logic for skipping unnecessary partcollation dependencies.
Tom Lane
2018-12-13
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
*
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-13
[next]