| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -2/+4 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -3/+7 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 | 1 | -1/+5 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
* | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane | 2008-01-30 | 1 | -9/+5 |
* | Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug | Tom Lane | 2008-01-15 | 1 | -1/+8 |
* | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane | 2008-01-02 | 1 | -1/+13 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -17/+19 |
* | Disallow CLUSTER using an invalid index (that is, one left over from a failed | Tom Lane | 2007-09-29 | 1 | -1/+15 |
* | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera | 2007-09-10 | 1 | -1/+25 |
* | Fix dumb compile error in the last patch. | Alvaro Herrera | 2007-05-19 | 1 | -1/+2 |
* | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera | 2007-05-18 | 1 | -7/+22 |
* | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera | 2007-05-17 | 1 | -4/+11 |
* | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane | 2007-04-08 | 1 | -37/+93 |
* | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 1 | -2/+18 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -3/+3 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
* | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -19/+30 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -7/+6 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 1 | -3/+3 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -17/+11 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -2/+27 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -7/+7 |
* | Fix grammar of new error message. | Tom Lane | 2006-05-02 | 1 | -4/+3 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -1/+8 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 1 | -2/+3 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -17/+18 |
* | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -9/+8 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -94/+90 |
* | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 | 1 | -1/+2 |
* | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian | 2005-05-10 | 1 | -10/+16 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+4 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -6/+7 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -2/+2 |
* | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 | 1 | -17/+2 |
* | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane | 2005-02-06 | 1 | -11/+62 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -3/+3 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -19/+19 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 1 | -16/+27 |