| Commit message (Expand) | Author | Age |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | 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 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Further minor simplification of relcache startup: don't need a static | Tom Lane | 2006-05-06 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane | 2006-01-19 |
* | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane | 2006-01-19 |
* | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane | 2006-01-08 |
* | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 |
* | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 |
* | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | 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-04-14 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 |
* | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 |
* | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane | 2004-11-20 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |