online_analyze.git
2024-04-04 Teodor SigaevRemove _PG_fini Mikhail Litsarev master
2024-04-02 Teodor SigaevReplace BackendIds with 0-based ProcNumbers Marina...
2023-04-24 Teodor SigaevAdd simple tests and meson build. Maxim Orlov <m.orlov...
2023-01-18 Teodor Sigaevv16 support. Dmitry Koval
2022-12-21 Teodor SigaevSupport v16devel
2022-10-06 Teodor SigaevSupport for v15
2021-12-14 Teodor Sigaevadd pgproee support
2021-10-18 Teodor SigaevFix mistype include/exclude. Per Pavel Saphonov.
2021-10-07 Teodor SigaevFix usage of include_tables/exclude_tables in case...
2021-06-21 Teodor SigaevSupport for v14
2020-06-18 Teodor SigaevAdd commemt about fallback in switch. Add missed break...
2020-06-15 Teodor Sigaevsupport v13
2019-07-22 Teodor Sigaevready for v12
2019-01-25 Teodor Sigaevlet analyze runs with NOWAIT option, it prevents self...
2018-07-24 Teodor SigaevChanged call AllocSetContextCreate in the online_analyze.c
2018-06-15 Teodor Sigaevfix forcing online analyze in case of analyze command
2018-06-15 Teodor Sigaevadd assert
2018-06-15 Teodor Sigaevfix support of v11
2018-06-14 Teodor Sigaevv11 support
2017-10-13 Teodor SigaevFix visibility of analyze.
2017-07-21 Teodor SigaevFix crashing on database-wide vacuum/analyze
2017-06-14 Teodor SigaevFix wrong usage of RegisterXactCallback()
2017-05-10 Teodor Sigaevcleanup local hash on drop table command n_tuples_limit
2017-05-10 Teodor Sigaevadd locl_tracking GUC
2017-04-20 Teodor Sigaevadd support for vacuum/analyze
2017-04-13 Teodor Sigaevturn off reread flag in case of truncation
2017-04-11 Teodor Sigaevimprove support for fasttruncate
2017-04-10 Teodor SigaevMerge branch 'n_tuples_limit' of ssh://hook.sigaev...
2017-04-10 Teodor Sigaevadd working with fasttruncate
2017-04-10 Teodor Sigaevfix accounting of n tpules after truncate, athough...
2017-04-07 Teodor Sigaevreduce stat rereads
2017-04-07 Teodor SigaevMerge branch 'local_hash' into n_tuples_limit
2017-04-07 Teodor Sigaevtry to optimize reread stat
2017-04-05 Teodor Sigaevcheck online_analyze.enable for create table as
2017-04-05 Teodor Sigaevsupport pgsql 10
2017-02-03 Teodor Sigaevadd online_analyze.lower_limit, use int64 to count...
2016-11-24 Teodor Sigaevfix compile with pg < 9.6, fix memory context allocation local_hash
2016-11-10 Teodor Sigaevdo not sore permanent table in local cache and add...
2016-11-09 Teodor SigaevUse local cache for tracking changes to reduce reading...
2016-10-18 Teodor SigaevDo not miss relkind check
2016-10-17 Teodor SigaevTry to reduce CPU consumption
2016-08-29 Teodor Sigaevcleanup formatting
2016-08-29 Teodor Sigaevdistinguish unknown and zero number of affected rows
2015-11-03 Teodor SigaevmakeRangeVar for 9.5
2015-09-18 Teodor SigaevInitial 9.5
2014-11-21 Teodor Sigaevsupport 9.4
2013-09-10 Teodor Sigaevfix docs
2013-09-10 Teodor Sigaevsupport of 9.3.0
2012-09-25 Teodor Sigaevfix custom variable
2012-09-17 Teodor Sigaevkeep compiler quiet
2012-09-17 Teodor Sigaevcheck relation type
2012-09-17 Teodor Sigaevfix MSVS2010 compile problem
2012-09-13 Teodor Sigaevmake beauty
2012-09-13 Teodor Sigaevmake work CREATE TABLE AS/SELECT INTO in 9.2.
2012-09-11 Teodor Sigaevmake compile on 9.2, although CREATE TABLE AS/SELECT...
2012-04-25 Teodor Sigaevadd .gitignore
2011-10-03 teodorfix typos
2011-10-03 teodorsupport 9.1
2011-10-03 teodornew GUC variables
2011-09-29 teodoradd copyright
2011-09-29 teodorInitial revision