pgsql: Prioritize history files when archiving

2018-12-24 Thread Michael Paquier
Prioritize history files when archiving At the end of recovery for the post-promotion process, a new history file is created followed by the last partial segment of the previous timeline. Based on the timing, the archiver would first try to archive the last partial segment and then the history fi

pgsql: Prioritize history files when archiving

2018-12-24 Thread Michael Paquier
Prioritize history files when archiving At the end of recovery for the post-promotion process, a new history file is created followed by the last partial segment of the previous timeline. Based on the timing, the archiver would first try to archive the last partial segment and then the history fi

pgsql: Prioritize history files when archiving

2018-12-24 Thread Michael Paquier
Prioritize history files when archiving At the end of recovery for the post-promotion process, a new history file is created followed by the last partial segment of the previous timeline. Based on the timing, the archiver would first try to archive the last partial segment and then the history fi

pgsql: Prioritize history files when archiving

2018-12-24 Thread Michael Paquier
Prioritize history files when archiving At the end of recovery for the post-promotion process, a new history file is created followed by the last partial segment of the previous timeline. Based on the timing, the archiver would first try to archive the last partial segment and then the history fi

pgsql: Prioritize history files when archiving

2018-12-24 Thread Michael Paquier
Prioritize history files when archiving At the end of recovery for the post-promotion process, a new history file is created followed by the last partial segment of the previous timeline. Based on the timing, the archiver would first try to archive the last partial segment and then the history fi

pgsql: Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS

2018-12-24 Thread Michael Paquier
Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql This fixes two issues with the completion of ALTER TABLE and ALTER INDEX after SET STATISTICS is typed, trying to suggest schema objects while the grammar only allows integers. The tab completion of ALTER INDEX is made smarte