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
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Adjust comment atop ExecShutdownNode.
Amit Kapila
2018-08-13
*
Prohibit shutting down resources if there is a possibility of back up.
Amit Kapila
2018-08-13
*
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-13
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Translation updates
Peter Eisentraut
2018-08-06
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Document security implications of qualified names.
Noah Misch
2018-07-28
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
Pad semaphores to avoid false sharing.
Thomas Munro
2018-07-25
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
*
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
*
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-14
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-12
*
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
*
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
*
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-09
*
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-09
*
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
*
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
*
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Fix thinko in comments.
Amit Kapila
2018-06-27
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-26
*
Update obsolete comments
Alvaro Herrera
2018-06-25
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-21
*
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-21
*
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-06-20
*
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-20
*
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-18
[next]