Age | Commit message (Expand) | Author |
2007-09-10 | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera |
2007-05-19 | Fix dumb compile error in the last patch. | Alvaro Herrera |
2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
2007-04-08 | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane |
2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-18 | Now that we've rearranged relation open to get a lock before touching | Tom Lane |
2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
2006-05-02 | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane |
2006-05-02 | Fix grammar of new error message. | Tom Lane |
2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-03 | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-29 | Message corrections | Peter Eisentraut |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2005-03-20 | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane |
2005-02-06 | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-11 | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane |
2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-08 | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane |
2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |