aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera2018-08-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Remove obsolete commentPeter Eisentraut2018-08-13
* Adjust comment atop ExecShutdownNode.Amit Kapila2018-08-13
* Prohibit shutting down resources if there is a possibility of back up.Amit Kapila2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Translation updatesPeter Eisentraut2018-08-06
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Add table relcache invalidation to index builds.Peter Geoghegan2018-08-03
* Fix buffer usage stats for parallel nodes.Amit Kapila2018-08-03
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Document security implications of qualified names.Noah Misch2018-07-28
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Pad semaphores to avoid false sharing.Thomas Munro2018-07-25
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Rephrase a few comments for clarity.Heikki Linnakangas2018-07-19
* Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier2018-07-19
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane2018-07-14
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane2018-07-11
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-10
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-09
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-09
* Allow replication slots to be dropped in single-user modeAlvaro Herrera2018-07-06
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-05
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Fix thinko in comments.Amit Kapila2018-06-27
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-26
* Update obsolete commentsAlvaro Herrera2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18