| Commit message (Expand) | Author | Age |
* | Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. | Tom Lane | 2012-01-12 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add a security_barrier option for views. | Robert Haas | 2011-12-22 |
* | Replace simple constant pg_am.amcanreturn with an AM support function. | Tom Lane | 2011-12-18 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Simplify and speed up mapping of index opfamilies to pathkeys. | Tom Lane | 2010-11-29 |
* | Support triggers on views. | Tom Lane | 2010-10-10 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Some trivial adjustments in comments for struct RelationData. | Tom Lane | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 |
* | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |