| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -2/+8 |
| * | Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a | Tom Lane | 2008-08-10 | 1 | -2/+8 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+3 |
| * | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 | 1 | -6/+18 |
| * | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 | 1 | -3/+3 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -18/+7 |
| * | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane | 2008-02-27 | 1 | -2/+5 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force | Tom Lane | 2007-11-28 | 1 | -24/+44 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -18/+19 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -1/+95 |
| * | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 | 1 | -3/+3 |
| * | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 | 1 | -1/+3 |
| * | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane | 2007-05-02 | 1 | -16/+43 |
| * | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 1 | -32/+43 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -1/+2 |
| * | Fix for COPY-after-truncate feature. | Bruce Momjian | 2007-03-03 | 1 | -7/+23 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -3/+3 |
| * | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 | 1 | -2/+21 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -3/+36 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Found the problem with my operator-family changes: by fetching from | Tom Lane | 2006-12-31 | 1 | -4/+5 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -56/+125 |
| * | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 1 | -1/+23 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -36/+36 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -1/+18 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -32/+30 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
| * | 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 | -92/+142 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -55/+116 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -6/+25 |
| * | Further minor simplification of relcache startup: don't need a static | Tom Lane | 2006-05-06 | 1 | -17/+10 |
| * | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 | 1 | -37/+41 |
| * | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 | 1 | -1/+7 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane | 2006-01-19 | 1 | -13/+34 |
| * | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane | 2006-01-19 | 1 | -3/+7 |
| * | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane | 2006-01-08 | 1 | -21/+39 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -2/+2 |
| * | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -26/+26 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 1 | -2/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -210/+198 |
| * | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 | 1 | -2/+2 |
| * | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 | 1 | -1/+4 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -4/+53 |
| * | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 | 1 | -53/+52 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -9/+1 |