index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuum.c
Age
Commit message (
Expand
)
Author
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-07-21
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2013-12-13
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-11-30
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-01
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-25
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-30
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-08
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-01-25
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-02
Fix typo.
Robert Haas
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
[next]