| Commit message (Expand) | Author | Age |
* | Fix assorted bugs in CREATE INDEX CONCURRENTLY. | Tom Lane | 2012-11-29 |
* | Fix a missed case in code for "moving average" estimate of reltuples. | Tom Lane | 2011-08-30 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-07-02 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Fix VACUUM so that it always updates pg_class.reltuples/relpages. | Tom Lane | 2011-05-30 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Avoid having autovacuum workers wait for relation locks. | Robert Haas | 2011-02-07 |
* | Replace pg_class.relhasexclusion with pg_index.indisexclusion. | Tom Lane | 2011-01-25 |
* | Fix typo. | Robert Haas | 2011-01-02 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove unused parameter. Patch by Shigeru Hanada. | Heikki Linnakangas | 2010-11-18 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix typo in comment | Alvaro Herrera | 2010-02-15 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Fix serious performance bug in new implementation of VACUUM FULL: | Tom Lane | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera | 2008-08-13 |
* | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera | 2008-06-05 |