| Commit message (Expand) | Author | Age |
* | Rename various "freeze multixact" variables | Alvaro Herrera | 2013-09-16 |
* | Update messages, comments and documentation for materialized views. | Noah Misch | 2013-07-05 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Fix typo in freeze_table_age implementation | Alvaro Herrera | 2013-02-01 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane | 2012-11-28 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Improve table locking behavior in the face of current DDL. | Robert Haas | 2011-11-30 |
* | 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-11-25 |
* | Measure the number of all-visible pages for use in index-only scan costing. | Tom Lane | 2011-10-14 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Fix a missed case in code for "moving average" estimate of reltuples. | Tom Lane | 2011-08-30 |
* | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 |
* | 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 |