Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2007-10-24 Minor changes to autovacuum worker: change error handling so that it continues Alvaro Herrera 8.3.0
2007-10-07 A few improvements to analyze and vacuum sections in documentation: add "see Alvaro Herrera 8.3.0
2007-10-07 Change π to plain "pi" in index entry, to avoid double escaping issues. Alvaro Herrera 8.3.0
2007-10-07 Clean up the doc makefile for draft HTML generation. It no longer works Alvaro Herrera 8.3.0
2007-10-07 Remove stylesheet.css file on "make clean", created only on VPATH builds. Alvaro Herrera 8.3.0
2007-10-06 Fix missing parenthesis, per Guillaume Lelarge. Alvaro Herrera 8.3.0
2007-10-06 Fix SGML markup, from Guillaume Lelarge. Alvaro Herrera 8.3.0
2007-09-26 Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage Alvaro Herrera 8.3.0
2007-09-24 Avoid having autovacuum read pgstats data too many times in quick succession. Alvaro Herrera 8.3.0
2007-09-24 Reduce the size of memory allocations by lazy vacuum when processing a small Alvaro Herrera 8.3.0
2007-09-12 Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, Alvaro Herrera 8.3.0
2007-09-12 Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point Alvaro Herrera 8.3.0
2007-09-10 Make CLUSTER and REINDEX silently skip remote temp tables in their Alvaro Herrera 8.3.0
2007-09-10 Release the exclusive lock on the table early after truncating it in lazy Alvaro Herrera 8.3.0
2007-09-10 Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold Alvaro Herrera 8.3.0
2007-07-24 Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive Alvaro Herrera 8.3.0
2007-07-23 Reword paragraph about the autovacuum_max_workers setting. Patch from Alvaro Herrera 8.3.0
2007-07-18 Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on Alvaro Herrera 8.3.0
2007-06-30 Avoid crash in interrupted autovacuum worker, caused by leaving the current Alvaro Herrera 8.3.0
2007-06-29 Arrange for SIGINT in autovacuum workers to cancel the current table and Alvaro Herrera 8.3.0
2007-06-26 Remove unused "caller" argument from stringToQualifiedNameList. Alvaro Herrera 8.3.0
2007-06-25 Remove unused BAD_LOCATION definition. Alvaro Herrera 8.3.0
2007-06-25 Improve autovacuum launcher's ability to detect a problem in worker startup, Alvaro Herrera 8.3.0
2007-06-14 Avoid having autovacuum run multiple ANALYZE commands in a single transaction, Alvaro Herrera 8.3.0
2007-06-13 Avoid integer overflow issues in autovacuum. Alvaro Herrera 8.3.0