index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
autovacuum.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-22
Fix autovacuum launcher attachment to its DSA
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-10
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-25
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-20
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-11-28
Code review for early drop of orphaned temp relations in autovacuum.
Tom Lane
2016-11-22
Fix uninitialized variable.
Tom Lane
2016-11-21
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-15
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-30
Merge from upstream master branch of PostgreSQL repository
Pavan Deolasee
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-15
This commit showing problems in regression. Revert pending further
Pavan Deolasee
2015-04-15
Improve GTM connecting establishment handling
Pavan Deolasee
2015-04-08
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
Have autovacuum workers listen to SIGHUP, too
Alvaro Herrera
2015-04-02
autovacuum: Fix polarity of "wraparound" variable
Alvaro Herrera
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
[next]